diff options
author | Sebastien Guiriec <s-guiriec@ti.com> | 2011-11-15 16:37:15 +0100 |
---|---|---|
committer | Ziyann <jaraidaniel@gmail.com> | 2014-10-01 12:56:15 +0200 |
commit | e54a30a14efb781c7d2ddbc056d26e662a1862db (patch) | |
tree | 754fc89d7102c2f76ba7b9801670032433e47b9b /sound/soc/omap/Kconfig | |
parent | f4112b6f5907c8a15e78bc87fa7766d29f553cd5 (diff) | |
download | kernel_samsung_tuna-e54a30a14efb781c7d2ddbc056d26e662a1862db.zip kernel_samsung_tuna-e54a30a14efb781c7d2ddbc056d26e662a1862db.tar.gz kernel_samsung_tuna-e54a30a14efb781c7d2ddbc056d26e662a1862db.tar.bz2 |
ASoC: ABE: update to ABE firmware 09.51.
New features:
- SRC 44.1 to 48 for MM_DL port (CBPr or Ping/Pong)
- Split monitoring of ABE filters saturation
- Table for filter saturation 8 or 16 kHz
Change-Id: I469a477612d4c927516e2bc96ea07d672bfcf3e0
Signed-off-by: Sebastien Guiriec <s-guiriec@ti.com>
Signed-off-by: Chris Kelly <c-kelly@ti.com>
Signed-off-by: Barry Woodward <b-woodward@ti.com>
Signed-off-by: Gabriel M. Beddingfield <gabrbedd@ti.com>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index c25b57b..0c0faaa 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig @@ -131,14 +131,16 @@ config SND_OMAP_SOC_OMAP4_HDMI OMAP4 chips config SND_OMAP4_ABE_USE_ALT_FW - bool "Use alternate ABE firmware, which includes DMIC support" + bool "Use alternate ABE firmware configuration (DMIC support)" default n depends on SND_OMAP_SOC && SND_OMAP_SOC_ABE_DSP help - The default firmware has several improvements, but disables the DMIC - (Digital MICrophone) feature. + The ABE firmware does not have enough room to use the Bluetooth FIR + filters and also include digital microphone (DMIC) support. Therefore + DMIC support is disabled by default. If you say Y, it will remove the + BT FIR filters and enable DMIC support. - Say Y if you have DMIC (Digital Microphones) that you wish to use. + Say Y if you have DMICs (Digital Microphones) that you wish to use. Say N otherwise, or if unsure. config SND_OMAP_SOC_OMAP3_PANDORA |