2009-01-03 10:24:41 +00:00
|
|
|
# Helper to resolve issues with configs that have SPI enabled but I2C
|
|
|
|
# modular, meaning we can't build the codec driver in with I2C support.
|
|
|
|
# We use an ordered list of conditional defaults to pick the appropriate
|
|
|
|
# setting - SPI can't be modular so that case doesn't need to be covered.
|
|
|
|
config SND_SOC_I2C_AND_SPI
|
|
|
|
tristate
|
|
|
|
default m if I2C=m
|
|
|
|
default y if I2C=y
|
|
|
|
default y if SPI_MASTER=y
|
|
|
|
|
2008-07-29 10:42:35 +00:00
|
|
|
config SND_SOC_ALL_CODECS
|
|
|
|
tristate "Build all ASoC CODEC drivers"
|
2009-01-23 15:34:54 +00:00
|
|
|
select SND_SOC_L3
|
2008-10-30 16:53:19 +00:00
|
|
|
select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
|
2009-08-13 14:19:42 +00:00
|
|
|
select SND_SOC_AD1836 if SPI_MASTER
|
2009-07-16 08:00:05 +00:00
|
|
|
select SND_SOC_AD1938 if SPI_MASTER
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_AD1980 if SND_SOC_AC97_BUS
|
2009-11-04 17:49:22 +00:00
|
|
|
select SND_SOC_ADS117X
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_AD73311 if I2C
|
2009-03-09 01:13:17 +00:00
|
|
|
select SND_SOC_AK4104 if SPI_MASTER
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_AK4535 if I2C
|
2009-08-21 01:23:41 +00:00
|
|
|
select SND_SOC_AK4642 if I2C
|
2009-09-09 15:12:43 +00:00
|
|
|
select SND_SOC_AK4671 if I2C
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_CS4270 if I2C
|
2009-07-15 11:34:00 +00:00
|
|
|
select SND_SOC_MAX9877 if I2C
|
2009-12-14 04:21:56 +00:00
|
|
|
select SND_SOC_DA7210 if I2C
|
2008-11-19 06:37:31 +00:00
|
|
|
select SND_SOC_PCM3008
|
2009-05-28 09:10:50 +00:00
|
|
|
select SND_SOC_SPDIF
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_SSM2602 if I2C
|
2009-05-23 23:13:07 +00:00
|
|
|
select SND_SOC_STAC9766 if SND_SOC_AC97_BUS
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_TLV320AIC23 if I2C
|
|
|
|
select SND_SOC_TLV320AIC26 if SPI_MASTER
|
|
|
|
select SND_SOC_TLV320AIC3X if I2C
|
2009-10-09 12:55:41 +00:00
|
|
|
select SND_SOC_TPA6130A2 if I2C
|
2009-10-15 06:03:56 +00:00
|
|
|
select SND_SOC_TLV320DAC33 if I2C
|
2008-10-31 04:35:26 +00:00
|
|
|
select SND_SOC_TWL4030 if TWL4030_CORE
|
2008-11-15 07:58:16 +00:00
|
|
|
select SND_SOC_UDA134X
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_UDA1380 if I2C
|
2008-12-16 10:15:12 +00:00
|
|
|
select SND_SOC_WM8350 if MFD_WM8350
|
2009-03-10 10:55:15 +00:00
|
|
|
select SND_SOC_WM8400 if MFD_WM8400
|
2009-01-03 10:24:41 +00:00
|
|
|
select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
|
2009-07-01 17:28:54 +00:00
|
|
|
select SND_SOC_WM8523 if I2C
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_WM8580 if I2C
|
2009-08-18 20:15:14 +00:00
|
|
|
select SND_SOC_WM8711 if SND_SOC_I2C_AND_SPI
|
2009-11-02 15:14:17 +00:00
|
|
|
select SND_SOC_WM8727
|
2009-01-03 10:24:41 +00:00
|
|
|
select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI
|
|
|
|
select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI
|
|
|
|
select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI
|
|
|
|
select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI
|
2009-08-04 22:50:16 +00:00
|
|
|
select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_WM8900 if I2C
|
|
|
|
select SND_SOC_WM8903 if I2C
|
2009-11-26 11:56:07 +00:00
|
|
|
select SND_SOC_WM8904 if I2C
|
2009-04-27 13:49:44 +00:00
|
|
|
select SND_SOC_WM8940 if I2C
|
2009-12-18 12:00:22 +00:00
|
|
|
select SND_SOC_WM8955 if I2C
|
2009-04-07 18:20:14 +00:00
|
|
|
select SND_SOC_WM8960 if I2C
|
2009-06-09 08:55:51 +00:00
|
|
|
select SND_SOC_WM8961 if I2C
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_WM8971 if I2C
|
2009-05-23 10:18:41 +00:00
|
|
|
select SND_SOC_WM8974 if I2C
|
2010-01-27 17:56:23 +00:00
|
|
|
select SND_SOC_WM8978 if I2C
|
2009-04-07 17:45:21 +00:00
|
|
|
select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_WM8990 if I2C
|
2009-06-05 15:32:59 +00:00
|
|
|
select SND_SOC_WM8993 if I2C
|
2010-01-29 17:47:12 +00:00
|
|
|
select SND_SOC_WM8994 if I2C
|
2009-05-22 14:01:19 +00:00
|
|
|
select SND_SOC_WM9081 if I2C
|
2009-01-16 11:04:18 +00:00
|
|
|
select SND_SOC_WM9705 if SND_SOC_AC97_BUS
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_WM9712 if SND_SOC_AC97_BUS
|
|
|
|
select SND_SOC_WM9713 if SND_SOC_AC97_BUS
|
2008-07-29 10:42:35 +00:00
|
|
|
help
|
|
|
|
Normally ASoC codec drivers are only built if a machine driver which
|
|
|
|
uses them is also built since they are only usable with a machine
|
|
|
|
driver. Selecting this option will allow these drivers to be built
|
|
|
|
without an explicit machine driver for test and development purposes.
|
|
|
|
|
2008-10-22 21:41:11 +00:00
|
|
|
Support for the bus types used to access the codecs to be built must
|
|
|
|
be selected separately.
|
|
|
|
|
2008-07-29 10:42:35 +00:00
|
|
|
If unsure select "N".
|
|
|
|
|
2009-07-29 20:21:49 +00:00
|
|
|
config SND_SOC_WM_HUBS
|
|
|
|
tristate
|
|
|
|
default y if SND_SOC_WM8993=y
|
|
|
|
default m if SND_SOC_WM8993=m
|
2008-07-29 10:42:35 +00:00
|
|
|
|
2006-10-06 16:38:37 +00:00
|
|
|
config SND_SOC_AC97_CODEC
|
|
|
|
tristate
|
2008-05-23 14:10:37 +00:00
|
|
|
select SND_AC97_CODEC
|
2006-10-06 16:38:37 +00:00
|
|
|
|
2009-08-13 03:59:32 +00:00
|
|
|
config SND_SOC_AD1836
|
|
|
|
tristate
|
|
|
|
|
2009-07-16 08:00:05 +00:00
|
|
|
config SND_SOC_AD1938
|
|
|
|
tristate
|
|
|
|
|
2008-07-29 10:42:34 +00:00
|
|
|
config SND_SOC_AD1980
|
|
|
|
tristate
|
|
|
|
|
2008-09-27 08:57:26 +00:00
|
|
|
config SND_SOC_AD73311
|
|
|
|
tristate
|
2009-11-04 17:49:22 +00:00
|
|
|
|
|
|
|
config SND_SOC_ADS117X
|
|
|
|
tristate
|
2008-09-27 08:57:26 +00:00
|
|
|
|
2009-03-09 01:13:17 +00:00
|
|
|
config SND_SOC_AK4104
|
|
|
|
tristate
|
|
|
|
|
2008-06-23 13:51:28 +00:00
|
|
|
config SND_SOC_AK4535
|
|
|
|
tristate
|
|
|
|
|
2009-08-21 01:23:41 +00:00
|
|
|
config SND_SOC_AK4642
|
|
|
|
tristate
|
|
|
|
|
2009-09-09 15:12:43 +00:00
|
|
|
config SND_SOC_AK4671
|
|
|
|
tristate
|
|
|
|
|
2008-09-06 17:11:51 +00:00
|
|
|
# Cirrus Logic CS4270 Codec
|
|
|
|
config SND_SOC_CS4270
|
|
|
|
tristate
|
|
|
|
|
2009-12-14 04:21:56 +00:00
|
|
|
config SND_SOC_DA7210
|
|
|
|
tristate
|
|
|
|
|
2008-09-06 17:11:51 +00:00
|
|
|
# Cirrus Logic CS4270 Codec VD = 3.3V Errata
|
|
|
|
# Select if you are affected by the errata where the part will not function
|
|
|
|
# if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
|
|
|
|
# not select any sample rates that require MCLK to be divided by 1.5.
|
|
|
|
config SND_SOC_CS4270_VD33_ERRATA
|
|
|
|
bool
|
|
|
|
depends on SND_SOC_CS4270
|
|
|
|
|
ASoC: Add support for Conexant CX20442-11 voice modem codec
This patch adds support for Conexant CX20442-11 voice modem codec, suitable
for use by the ASoC board driver for Amstrad E3 (Delta) videophone. Related
sound card driver will follow.
This codec is an optional part of the Conexant SmartV three chip modem design.
As such, documentation for its proprietary digital audio interface is not
available. However, on Amstrad Delta board, thanks to Mark Underwood who
created an initial, omap-alsa based sound driver a few years ago[1], the codec
has been discovered to be accessible not only from the modem side, but also
over the OMAP McBSP based CPU DAI. Thus, the driver can be used by any sound
card that can access the codec DAI directly. The DAI configuration parameters
(sample rate and format, number of channels) has been selected out empirically
for best user experience.
The codec analogue interface consists of two pairs of analogue I/O pins:
speakerphone interface or telephone handset/headset interface. Furthermore, it
seams to provide two operation modes for speakerphone I/O: standard and
advanced, with automatic gain control and echo cancelation. Even if the codec
control interface is unknown and not available, all those interfaces and modes
can be selected over the modem chip using V.253 commands. The driver is able
to issue necessary commands over a suitable hw_write function if provided by a
sound card driver. Otherwise, the codec can be controlled over the modem from
userspace while inactive.
Even if nothig is known about the codec internal power management
capabilities, DAPM widgets has been used to model the codec audio map.
Automatically performed powering up/down of those virtual widgets results in
corresponding V.253 commands being issued.
Some driver features/oddities may be board specific, but I have no way to
verify that with any board other than Amstrad Delta.
[1] http://www.earth.li/pipermail/e3-hacking/2006-April/000481.html
Created and tested against linux-2.6.31-rc3.
Applies and works with linux-omap-2.6 commit
7c5cb7862d32cb344be7831d466535d5255e35ac as well.
Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2009-07-22 03:22:28 +00:00
|
|
|
config SND_SOC_CX20442
|
|
|
|
tristate
|
|
|
|
|
2008-11-15 07:58:16 +00:00
|
|
|
config SND_SOC_L3
|
|
|
|
tristate
|
|
|
|
|
2008-11-19 06:37:31 +00:00
|
|
|
config SND_SOC_PCM3008
|
|
|
|
tristate
|
|
|
|
|
2009-05-28 09:10:50 +00:00
|
|
|
config SND_SOC_SPDIF
|
|
|
|
tristate
|
|
|
|
|
2008-09-06 17:11:51 +00:00
|
|
|
config SND_SOC_SSM2602
|
|
|
|
tristate
|
|
|
|
|
2009-05-23 23:13:07 +00:00
|
|
|
config SND_SOC_STAC9766
|
|
|
|
tristate
|
|
|
|
|
2008-10-02 09:15:49 +00:00
|
|
|
config SND_SOC_TLV320AIC23
|
|
|
|
tristate
|
|
|
|
|
2008-09-06 17:11:51 +00:00
|
|
|
config SND_SOC_TLV320AIC26
|
2008-10-13 18:16:14 +00:00
|
|
|
tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE
|
2008-10-10 06:26:57 +00:00
|
|
|
depends on SPI
|
2008-09-06 17:11:51 +00:00
|
|
|
|
|
|
|
config SND_SOC_TLV320AIC3X
|
|
|
|
tristate
|
2009-10-15 06:03:56 +00:00
|
|
|
|
|
|
|
config SND_SOC_TLV320DAC33
|
|
|
|
tristate
|
2008-09-06 17:11:51 +00:00
|
|
|
|
2008-10-31 04:35:26 +00:00
|
|
|
config SND_SOC_TWL4030
|
2009-10-22 10:26:48 +00:00
|
|
|
select TWL4030_CODEC
|
2008-10-31 04:35:26 +00:00
|
|
|
tristate
|
|
|
|
|
2008-11-15 07:58:16 +00:00
|
|
|
config SND_SOC_UDA134X
|
|
|
|
tristate
|
|
|
|
|
2008-05-28 16:58:06 +00:00
|
|
|
config SND_SOC_UDA1380
|
|
|
|
tristate
|
|
|
|
|
2008-12-16 10:15:12 +00:00
|
|
|
config SND_SOC_WM8350
|
|
|
|
tristate
|
|
|
|
|
2009-03-10 10:55:15 +00:00
|
|
|
config SND_SOC_WM8400
|
|
|
|
tristate
|
|
|
|
|
2008-06-05 12:49:32 +00:00
|
|
|
config SND_SOC_WM8510
|
|
|
|
tristate
|
|
|
|
|
2009-07-01 17:28:54 +00:00
|
|
|
config SND_SOC_WM8523
|
|
|
|
tristate
|
|
|
|
|
2008-08-06 12:18:26 +00:00
|
|
|
config SND_SOC_WM8580
|
|
|
|
tristate
|
|
|
|
|
2009-08-18 19:37:49 +00:00
|
|
|
config SND_SOC_WM8711
|
|
|
|
tristate
|
|
|
|
|
2009-11-02 15:14:17 +00:00
|
|
|
config SND_SOC_WM8727
|
|
|
|
tristate
|
|
|
|
|
2008-11-13 14:33:14 +00:00
|
|
|
config SND_SOC_WM8728
|
|
|
|
tristate
|
|
|
|
|
2006-10-06 16:38:37 +00:00
|
|
|
config SND_SOC_WM8731
|
|
|
|
tristate
|
|
|
|
|
|
|
|
config SND_SOC_WM8750
|
|
|
|
tristate
|
|
|
|
|
2007-04-16 17:18:15 +00:00
|
|
|
config SND_SOC_WM8753
|
|
|
|
tristate
|
|
|
|
|
2009-08-04 22:50:16 +00:00
|
|
|
config SND_SOC_WM8776
|
|
|
|
tristate
|
|
|
|
|
2008-08-04 11:06:45 +00:00
|
|
|
config SND_SOC_WM8900
|
|
|
|
tristate
|
|
|
|
|
2008-08-26 12:05:27 +00:00
|
|
|
config SND_SOC_WM8903
|
|
|
|
tristate
|
|
|
|
|
2009-11-26 11:56:07 +00:00
|
|
|
config SND_SOC_WM8904
|
|
|
|
tristate
|
|
|
|
|
2009-04-27 13:49:44 +00:00
|
|
|
config SND_SOC_WM8940
|
|
|
|
tristate
|
|
|
|
|
2009-12-18 12:00:22 +00:00
|
|
|
config SND_SOC_WM8955
|
|
|
|
tristate
|
|
|
|
|
2009-04-07 18:20:14 +00:00
|
|
|
config SND_SOC_WM8960
|
|
|
|
tristate
|
|
|
|
|
2009-06-09 08:55:51 +00:00
|
|
|
config SND_SOC_WM8961
|
|
|
|
tristate
|
|
|
|
|
2008-09-10 18:33:32 +00:00
|
|
|
config SND_SOC_WM8971
|
|
|
|
tristate
|
|
|
|
|
2009-05-23 10:18:41 +00:00
|
|
|
config SND_SOC_WM8974
|
|
|
|
tristate
|
|
|
|
|
2010-01-27 17:56:23 +00:00
|
|
|
config SND_SOC_WM8978
|
|
|
|
tristate
|
|
|
|
|
2009-04-07 17:45:21 +00:00
|
|
|
config SND_SOC_WM8988
|
|
|
|
tristate
|
|
|
|
|
2008-06-05 12:49:33 +00:00
|
|
|
config SND_SOC_WM8990
|
|
|
|
tristate
|
|
|
|
|
2009-06-05 15:32:59 +00:00
|
|
|
config SND_SOC_WM8993
|
|
|
|
tristate
|
|
|
|
|
2010-01-29 17:47:12 +00:00
|
|
|
config SND_SOC_WM8994
|
|
|
|
tristate
|
|
|
|
|
2009-05-22 14:01:19 +00:00
|
|
|
config SND_SOC_WM9081
|
|
|
|
tristate
|
|
|
|
|
2009-01-16 11:04:18 +00:00
|
|
|
config SND_SOC_WM9705
|
|
|
|
tristate
|
|
|
|
|
2006-10-06 16:38:37 +00:00
|
|
|
config SND_SOC_WM9712
|
|
|
|
tristate
|
2007-07-31 16:18:44 +00:00
|
|
|
|
2008-02-15 15:43:11 +00:00
|
|
|
config SND_SOC_WM9713
|
|
|
|
tristate
|
2009-07-15 11:34:00 +00:00
|
|
|
|
|
|
|
# Amp
|
|
|
|
config SND_SOC_MAX9877
|
|
|
|
tristate
|
2009-10-09 12:55:41 +00:00
|
|
|
|
|
|
|
config SND_SOC_TPA6130A2
|
|
|
|
tristate
|