diff options
author | Sebastien Guiriec <s-guiriec@ti.com> | 2012-02-08 14:52:02 +0100 |
---|---|---|
committer | Ziyann <jaraidaniel@gmail.com> | 2014-10-01 12:58:20 +0200 |
commit | 952fd604b308dc5d2aeabee704f17f0cbbf8a0ee (patch) | |
tree | 0c0bede31965755113e1839ef11c6768d38a659f /sound/soc/omap/abe/abe_main.c | |
parent | 3c46d57ac6f54ee51b22cdc9306f0920ac6001e0 (diff) | |
download | kernel_samsung_tuna-952fd604b308dc5d2aeabee704f17f0cbbf8a0ee.zip kernel_samsung_tuna-952fd604b308dc5d2aeabee704f17f0cbbf8a0ee.tar.gz kernel_samsung_tuna-952fd604b308dc5d2aeabee704f17f0cbbf8a0ee.tar.bz2 |
ASoC: OMAP ABE: Update to release 09.56
Update ABE firmware to 09.56. This firmware has the
next update:
- Add MONO 16 bits support
- Update SRC 48->96 kHz.
- Enable 4/16/48 kHz on Voice port and BT.
- Enable DL1 path to Handsfree path
- Add new filter functions for DMIC
Change-Id: Idbc527887b8cbd97ea1882562763950c6144add2
Signed-off-by: Sebastien Guiriec <s-guiriec@ti.com>
Diffstat (limited to 'sound/soc/omap/abe/abe_main.c')
-rw-r--r-- | sound/soc/omap/abe/abe_main.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/soc/omap/abe/abe_main.c b/sound/soc/omap/abe/abe_main.c index 7db3e6b..ba123fe 100644 --- a/sound/soc/omap/abe/abe_main.c +++ b/sound/soc/omap/abe/abe_main.c @@ -760,5 +760,19 @@ int abe_mono_mixer(u32 id, u32 on_off) } EXPORT_SYMBOL(abe_mono_mixer); +/** + * abe_write_select_pdm_output - Select the path for OPP25 route input + * + * Parameters: + * path: 1 for output om headset, 2 for output on handsfree, + * 3 for output on headset and handsfree at the same time + * + */ +void abe_write_select_pdm_output(u32 path) +{ + abe->mcpdm_path = path; +} +EXPORT_SYMBOL(abe_write_select_pdm_output); + EXPORT_SYMBOL(abe_use_compensated_gain); |