aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2011-11-11 11:48:39 -0800
committerSimon Wilson <simonwilson@google.com>2011-11-11 11:48:39 -0800
commitc8d27e4ba8bc16f31db30403aacc6c8df339c5d6 (patch)
tree037493985c7cfcbd0091ba10b404cc27a75b986c /sound/soc/omap
parent509cc22ad50efa64c07dabee000c96d80497aa4c (diff)
downloadkernel_samsung_espresso10-c8d27e4ba8bc16f31db30403aacc6c8df339c5d6.zip
kernel_samsung_espresso10-c8d27e4ba8bc16f31db30403aacc6c8df339c5d6.tar.gz
kernel_samsung_espresso10-c8d27e4ba8bc16f31db30403aacc6c8df339c5d6.tar.bz2
Revert "ASoC: ABE: Correct first call mute issue."
This reverts commit a6928c9e461d93f03d49cce0155cbae57b3d529f. Signed-off-by: Simon Wilson <simonwilson@google.com>
Diffstat (limited to 'sound/soc/omap')
-rw-r--r--sound/soc/omap/abe/abe_ini.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/omap/abe/abe_ini.c b/sound/soc/omap/abe/abe_ini.c
index 9fad4ce..a126e23 100644
--- a/sound/soc/omap/abe/abe_ini.c
+++ b/sound/soc/omap/abe/abe_ini.c
@@ -253,7 +253,7 @@ void omap_abe_build_scheduler_table(struct omap_abe *abe)
i < sizeof(abe->MultiFrame); i++)
*ptr++ = 0;
- abe->MultiFrame[0][2] = ABE_TASK_ID(C_ABE_FW_TASK_IO_VX_DL);
+ abe->MultiFrame[0][2] = 0/*ABE_TASK_ID(C_ABE_FW_TASK_IO_VX_DL)*/;
abe->MultiFrame[0][3] = ABE_TASK_ID(C_ABE_FW_TASK_ASRC_VX_DL_8);
abe->MultiFrame[1][3] = ABE_TASK_ID(C_ABE_FW_TASK_VX_DL_8_48_FIR);
@@ -314,7 +314,7 @@ void omap_abe_build_scheduler_table(struct omap_abe *abe)
abe->MultiFrame[15][6] = 0/*ABE_TASK_ID(C_ABE_FW_TASK_ASRC_BT_UL_8)*/;
abe->MultiFrame[16][2] = ABE_TASK_ID(C_ABE_FW_TASK_ASRC_VX_UL_8);
- abe->MultiFrame[16][3] = ABE_TASK_ID(C_ABE_FW_TASK_IO_VX_UL);
+ abe->MultiFrame[16][3] = 0/*ABE_TASK_ID(C_ABE_FW_TASK_IO_VX_UL)*/;
abe->MultiFrame[17][2] = ABE_TASK_ID(C_ABE_FW_TASK_BT_UL_8_48);
abe->MultiFrame[17][3] = 0/*ABE_TASK_ID(C_ABE_FW_TASK_IO_MM_UL2)*/;