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"
|
2013-06-25 10:00:06 +00:00
|
|
|
depends on COMPILE_TEST
|
2010-08-18 16:35:25 +00:00
|
|
|
select SND_SOC_88PM860X if MFD_88PM860X
|
2009-01-23 15:34:54 +00:00
|
|
|
select SND_SOC_L3
|
2012-06-07 12:00:21 +00:00
|
|
|
select SND_SOC_AB8500_CODEC if ABX500_CORE
|
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
|
2010-03-19 06:48:33 +00:00
|
|
|
select SND_SOC_AD193X if SND_SOC_I2C_AND_SPI
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_AD1980 if SND_SOC_AC97_BUS
|
2011-03-26 08:38:30 +00:00
|
|
|
select SND_SOC_AD73311
|
2011-08-15 18:15:22 +00:00
|
|
|
select SND_SOC_ADAU1373 if I2C
|
2013-06-10 13:20:44 +00:00
|
|
|
select SND_SOC_ADAV80X if SND_SOC_I2C_AND_SPI
|
2013-07-22 16:49:52 +00:00
|
|
|
select SND_SOC_ADAU1701 if I2C
|
2011-03-27 04:43:59 +00:00
|
|
|
select SND_SOC_ADS117X
|
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
|
2011-05-18 15:25:09 +00:00
|
|
|
select SND_SOC_AK4641 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
|
2013-03-08 11:07:28 +00:00
|
|
|
select SND_SOC_AK5386
|
2010-10-29 13:47:44 +00:00
|
|
|
select SND_SOC_ALC5623 if I2C
|
2011-11-05 10:38:02 +00:00
|
|
|
select SND_SOC_ALC5632 if I2C
|
2010-03-11 15:32:59 +00:00
|
|
|
select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC
|
2010-05-27 12:57:41 +00:00
|
|
|
select SND_SOC_CS42L51 if I2C
|
2012-04-27 20:45:52 +00:00
|
|
|
select SND_SOC_CS42L52 if I2C
|
2011-11-16 18:32:27 +00:00
|
|
|
select SND_SOC_CS42L73 if I2C
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_CS4270 if I2C
|
2011-01-19 18:22:06 +00:00
|
|
|
select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI
|
2013-01-18 06:44:22 +00:00
|
|
|
select SND_SOC_CX20442 if TTY
|
2009-12-14 04:21:56 +00:00
|
|
|
select SND_SOC_DA7210 if I2C
|
2013-02-14 12:02:51 +00:00
|
|
|
select SND_SOC_DA7213 if I2C
|
2012-06-11 12:15:27 +00:00
|
|
|
select SND_SOC_DA732X if I2C
|
2012-09-21 14:46:17 +00:00
|
|
|
select SND_SOC_DA9055 if I2C
|
2013-05-18 12:25:00 +00:00
|
|
|
select SND_SOC_BT_SCO
|
ASoC: Support TI Isabelle Audio driver
ASoC: Support TI Isabelle Audio driver
The Isabelle Audio IC is a complete low power high fidelity CODEC with integrated
ADCs, DACs, decimation and interpolation filters, PLL, and power providers. This
device supports 2 analog and 2 digital microphone channels, a mono earpiece driver,
stereo class G headphone drivers with ultra low power and best SNR in the industry,
stereo Class D speaker drivers, and 2 high performance Line drivers.
The below patch is a basic driver code for TI Isabelle audio codec. The
functionalities like headset detection, etc., will be included incrementally
in the up-coming patches.
Signed-off-by: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
Signed-off-by: M R Swami Reddy <mr.swami.reddy@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-06-01 16:51:54 +00:00
|
|
|
select SND_SOC_ISABELLE if I2C
|
2011-12-06 07:38:51 +00:00
|
|
|
select SND_SOC_JZ4740_CODEC
|
2011-03-07 12:23:10 +00:00
|
|
|
select SND_SOC_LM4857 if I2C
|
2012-03-30 10:33:43 +00:00
|
|
|
select SND_SOC_LM49453 if I2C
|
2010-10-18 23:45:24 +00:00
|
|
|
select SND_SOC_MAX98088 if I2C
|
2012-11-21 04:27:10 +00:00
|
|
|
select SND_SOC_MAX98090 if I2C
|
2011-04-05 02:35:30 +00:00
|
|
|
select SND_SOC_MAX98095 if I2C
|
2011-03-09 10:20:04 +00:00
|
|
|
select SND_SOC_MAX9850 if I2C
|
2012-01-27 15:10:23 +00:00
|
|
|
select SND_SOC_MAX9768 if I2C
|
2010-06-20 13:05:46 +00:00
|
|
|
select SND_SOC_MAX9877 if I2C
|
2012-05-15 11:53:50 +00:00
|
|
|
select SND_SOC_MC13783 if MFD_MC13XXX
|
2012-03-19 11:59:28 +00:00
|
|
|
select SND_SOC_ML26124 if I2C
|
2013-05-16 06:08:07 +00:00
|
|
|
select SND_SOC_HDMI_CODEC
|
2013-08-01 09:14:58 +00:00
|
|
|
select SND_SOC_PCM1681 if I2C
|
2013-08-03 14:20:43 +00:00
|
|
|
select SND_SOC_PCM1792A if SPI_MASTER
|
2008-11-19 06:37:31 +00:00
|
|
|
select SND_SOC_PCM3008
|
2011-09-22 12:52:12 +00:00
|
|
|
select SND_SOC_RT5631 if I2C
|
2013-06-11 05:10:16 +00:00
|
|
|
select SND_SOC_RT5640 if I2C
|
2011-02-23 18:08:21 +00:00
|
|
|
select SND_SOC_SGTL5000 if I2C
|
2012-10-06 01:55:02 +00:00
|
|
|
select SND_SOC_SI476X if MFD_SI476X_CORE
|
2011-01-04 14:46:07 +00:00
|
|
|
select SND_SOC_SN95031 if INTEL_SCU_IPC
|
2009-05-28 09:10:50 +00:00
|
|
|
select SND_SOC_SPDIF
|
2013-05-23 18:14:50 +00:00
|
|
|
select SND_SOC_SSM2518 if I2C
|
2011-04-07 06:05:11 +00:00
|
|
|
select SND_SOC_SSM2602 if SND_SOC_I2C_AND_SPI
|
2011-06-22 12:59:24 +00:00
|
|
|
select SND_SOC_STA32X if I2C
|
2012-07-04 10:41:12 +00:00
|
|
|
select SND_SOC_STA529 if I2C
|
2009-05-23 23:13:07 +00:00
|
|
|
select SND_SOC_STAC9766 if SND_SOC_AC97_BUS
|
2013-03-08 12:52:09 +00:00
|
|
|
select SND_SOC_TAS5086 if I2C
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_TLV320AIC23 if I2C
|
|
|
|
select SND_SOC_TLV320AIC26 if SPI_MASTER
|
2011-10-11 10:43:02 +00:00
|
|
|
select SND_SOC_TLV320AIC32X4 if I2C
|
2008-10-22 21:41:11 +00:00
|
|
|
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
|
2012-04-03 08:56:51 +00:00
|
|
|
select SND_SOC_TWL6040 if TWL6040_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
|
2011-03-01 13:10:37 +00:00
|
|
|
select SND_SOC_WL1273 if MFD_WL1273_CORE
|
2012-08-23 14:59:56 +00:00
|
|
|
select SND_SOC_WM0010 if SPI_MASTER
|
2011-04-08 07:49:42 +00:00
|
|
|
select SND_SOC_WM1250_EV1 if I2C
|
2010-02-11 13:27:19 +00:00
|
|
|
select SND_SOC_WM2000 if I2C
|
2012-01-25 19:29:41 +00:00
|
|
|
select SND_SOC_WM2200 if I2C
|
2011-09-20 14:44:21 +00:00
|
|
|
select SND_SOC_WM5100 if I2C
|
2012-06-19 15:38:15 +00:00
|
|
|
select SND_SOC_WM5102 if MFD_WM5102
|
2012-07-09 18:09:41 +00:00
|
|
|
select SND_SOC_WM5110 if MFD_WM5110
|
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
|
2010-11-23 19:31:18 +00:00
|
|
|
select SND_SOC_WM8737 if SND_SOC_I2C_AND_SPI
|
2010-07-30 23:32:11 +00:00
|
|
|
select SND_SOC_WM8741 if SND_SOC_I2C_AND_SPI
|
2009-01-03 10:24:41 +00:00
|
|
|
select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI
|
|
|
|
select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI
|
2010-11-05 18:41:25 +00:00
|
|
|
select SND_SOC_WM8770 if SPI_MASTER
|
2009-08-04 22:50:16 +00:00
|
|
|
select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI
|
2011-06-22 12:59:25 +00:00
|
|
|
select SND_SOC_WM8782
|
2010-09-29 10:14:56 +00:00
|
|
|
select SND_SOC_WM8804 if SND_SOC_I2C_AND_SPI
|
2008-10-22 21:41:11 +00:00
|
|
|
select SND_SOC_WM8900 if I2C
|
2013-08-30 07:39:53 +00:00
|
|
|
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
|
2010-08-05 12:20:59 +00:00
|
|
|
select SND_SOC_WM8962 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
|
2011-07-15 12:51:30 +00:00
|
|
|
select SND_SOC_WM8983 if SND_SOC_I2C_AND_SPI
|
2010-09-15 14:23:20 +00:00
|
|
|
select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI
|
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
|
2011-01-14 15:49:40 +00:00
|
|
|
select SND_SOC_WM8991 if I2C
|
2009-06-05 15:32:59 +00:00
|
|
|
select SND_SOC_WM8993 if I2C
|
2010-02-02 10:06:55 +00:00
|
|
|
select SND_SOC_WM8994 if MFD_WM8994
|
2010-12-22 11:33:11 +00:00
|
|
|
select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI
|
2011-06-24 11:10:44 +00:00
|
|
|
select SND_SOC_WM8996 if I2C
|
2013-08-12 22:46:55 +00:00
|
|
|
select SND_SOC_WM8997 if MFD_WM8997
|
2009-05-22 14:01:19 +00:00
|
|
|
select SND_SOC_WM9081 if I2C
|
2010-04-28 17:36:10 +00:00
|
|
|
select SND_SOC_WM9090 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".
|
|
|
|
|
2010-08-18 16:35:25 +00:00
|
|
|
config SND_SOC_88PM860X
|
|
|
|
tristate
|
|
|
|
|
2012-06-18 20:08:44 +00:00
|
|
|
config SND_SOC_ARIZONA
|
|
|
|
tristate
|
|
|
|
default y if SND_SOC_WM5102=y
|
2012-07-09 18:09:41 +00:00
|
|
|
default y if SND_SOC_WM5110=y
|
2013-08-12 22:46:55 +00:00
|
|
|
default y if SND_SOC_WM8997=y
|
2012-06-18 20:08:44 +00:00
|
|
|
default m if SND_SOC_WM5102=m
|
2012-07-09 18:09:41 +00:00
|
|
|
default m if SND_SOC_WM5110=m
|
2013-08-12 22:46:55 +00:00
|
|
|
default m if SND_SOC_WM8997=m
|
2012-06-18 20:08:44 +00:00
|
|
|
|
2009-07-29 20:21:49 +00:00
|
|
|
config SND_SOC_WM_HUBS
|
|
|
|
tristate
|
2010-07-20 05:28:33 +00:00
|
|
|
default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y
|
|
|
|
default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m
|
2008-07-29 10:42:35 +00:00
|
|
|
|
2012-10-11 02:54:02 +00:00
|
|
|
config SND_SOC_WM_ADSP
|
|
|
|
tristate
|
2012-08-26 03:29:05 +00:00
|
|
|
default y if SND_SOC_WM5102=y
|
2012-10-11 02:54:02 +00:00
|
|
|
default y if SND_SOC_WM2200=y
|
2012-08-26 03:29:05 +00:00
|
|
|
default m if SND_SOC_WM5102=m
|
2012-10-11 02:54:02 +00:00
|
|
|
default m if SND_SOC_WM2200=m
|
|
|
|
|
2012-06-07 12:00:21 +00:00
|
|
|
config SND_SOC_AB8500_CODEC
|
|
|
|
tristate
|
|
|
|
|
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
|
|
|
|
|
2010-03-19 06:48:33 +00:00
|
|
|
config SND_SOC_AD193X
|
2009-07-16 08:00:05 +00:00
|
|
|
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
|
2011-06-13 13:26:20 +00:00
|
|
|
|
|
|
|
config SND_SOC_ADAU1701
|
2011-11-28 08:44:17 +00:00
|
|
|
select SND_SOC_SIGMADSP
|
2011-06-13 13:26:20 +00:00
|
|
|
tristate
|
|
|
|
|
2011-08-15 18:15:22 +00:00
|
|
|
config SND_SOC_ADAU1373
|
|
|
|
tristate
|
|
|
|
|
2011-06-27 15:04:01 +00:00
|
|
|
config SND_SOC_ADAV80X
|
|
|
|
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
|
|
|
|
|
2013-07-04 04:15:13 +00:00
|
|
|
config SND_SOC_AK4554
|
|
|
|
tristate
|
|
|
|
|
2011-05-18 15:25:09 +00:00
|
|
|
config SND_SOC_AK4641
|
|
|
|
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
|
|
|
|
|
2013-03-08 11:07:28 +00:00
|
|
|
config SND_SOC_AK5386
|
|
|
|
tristate
|
|
|
|
|
2010-10-21 17:40:02 +00:00
|
|
|
config SND_SOC_ALC5623
|
|
|
|
tristate
|
2011-11-05 10:38:02 +00:00
|
|
|
config SND_SOC_ALC5632
|
|
|
|
tristate
|
2010-10-21 17:40:02 +00:00
|
|
|
|
2010-03-11 15:32:59 +00:00
|
|
|
config SND_SOC_CQ0093VC
|
|
|
|
tristate
|
|
|
|
|
2010-05-27 12:57:41 +00:00
|
|
|
config SND_SOC_CS42L51
|
|
|
|
tristate
|
|
|
|
|
2012-04-27 20:45:52 +00:00
|
|
|
config SND_SOC_CS42L52
|
|
|
|
tristate
|
|
|
|
|
2011-11-16 18:32:27 +00:00
|
|
|
config SND_SOC_CS42L73
|
|
|
|
tristate
|
|
|
|
|
2008-09-06 17:11:51 +00:00
|
|
|
# Cirrus Logic CS4270 Codec
|
|
|
|
config SND_SOC_CS4270
|
|
|
|
tristate
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2011-01-19 18:22:06 +00:00
|
|
|
config SND_SOC_CS4271
|
|
|
|
tristate
|
|
|
|
|
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
|
2013-01-18 06:44:22 +00:00
|
|
|
depends on TTY
|
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
|
|
|
|
2010-06-21 22:46:31 +00:00
|
|
|
config SND_SOC_JZ4740_CODEC
|
2012-10-27 15:15:08 +00:00
|
|
|
select REGMAP_MMIO
|
2010-06-21 22:46:31 +00:00
|
|
|
tristate
|
|
|
|
|
2008-11-15 07:58:16 +00:00
|
|
|
config SND_SOC_L3
|
|
|
|
tristate
|
|
|
|
|
2010-06-20 13:05:46 +00:00
|
|
|
config SND_SOC_DA7210
|
|
|
|
tristate
|
|
|
|
|
2013-02-14 12:02:51 +00:00
|
|
|
config SND_SOC_DA7213
|
|
|
|
tristate
|
|
|
|
|
2012-06-11 12:15:27 +00:00
|
|
|
config SND_SOC_DA732X
|
|
|
|
tristate
|
|
|
|
|
2012-09-21 14:46:17 +00:00
|
|
|
config SND_SOC_DA9055
|
|
|
|
tristate
|
|
|
|
|
2013-05-18 12:25:00 +00:00
|
|
|
config SND_SOC_BT_SCO
|
2011-03-07 07:04:59 +00:00
|
|
|
tristate
|
|
|
|
|
2011-01-06 14:00:37 +00:00
|
|
|
config SND_SOC_DMIC
|
|
|
|
tristate
|
|
|
|
|
ASoC: Support TI Isabelle Audio driver
ASoC: Support TI Isabelle Audio driver
The Isabelle Audio IC is a complete low power high fidelity CODEC with integrated
ADCs, DACs, decimation and interpolation filters, PLL, and power providers. This
device supports 2 analog and 2 digital microphone channels, a mono earpiece driver,
stereo class G headphone drivers with ultra low power and best SNR in the industry,
stereo Class D speaker drivers, and 2 high performance Line drivers.
The below patch is a basic driver code for TI Isabelle audio codec. The
functionalities like headset detection, etc., will be included incrementally
in the up-coming patches.
Signed-off-by: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
Signed-off-by: M R Swami Reddy <mr.swami.reddy@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-06-01 16:51:54 +00:00
|
|
|
config SND_SOC_ISABELLE
|
|
|
|
tristate
|
|
|
|
|
2012-03-30 10:33:43 +00:00
|
|
|
config SND_SOC_LM49453
|
|
|
|
tristate
|
|
|
|
|
2010-10-18 23:45:24 +00:00
|
|
|
config SND_SOC_MAX98088
|
|
|
|
tristate
|
|
|
|
|
2012-11-21 04:27:10 +00:00
|
|
|
config SND_SOC_MAX98090
|
|
|
|
tristate
|
|
|
|
|
2011-04-05 02:35:30 +00:00
|
|
|
config SND_SOC_MAX98095
|
|
|
|
tristate
|
|
|
|
|
2011-03-09 10:20:04 +00:00
|
|
|
config SND_SOC_MAX9850
|
|
|
|
tristate
|
|
|
|
|
2013-05-16 06:08:07 +00:00
|
|
|
config SND_SOC_HDMI_CODEC
|
2012-05-18 06:42:33 +00:00
|
|
|
tristate
|
|
|
|
|
2013-08-01 09:14:58 +00:00
|
|
|
config SND_SOC_PCM1681
|
|
|
|
tristate
|
|
|
|
|
2013-08-03 14:20:43 +00:00
|
|
|
config SND_SOC_PCM1792A
|
|
|
|
tristate
|
|
|
|
|
2008-11-19 06:37:31 +00:00
|
|
|
config SND_SOC_PCM3008
|
|
|
|
tristate
|
|
|
|
|
2011-09-22 12:52:12 +00:00
|
|
|
config SND_SOC_RT5631
|
|
|
|
tristate
|
|
|
|
|
2013-06-11 05:10:16 +00:00
|
|
|
config SND_SOC_RT5640
|
|
|
|
tristate
|
|
|
|
|
2011-02-23 18:08:21 +00:00
|
|
|
#Freescale sgtl5000 codec
|
|
|
|
config SND_SOC_SGTL5000
|
|
|
|
tristate
|
|
|
|
|
2012-10-06 01:55:02 +00:00
|
|
|
config SND_SOC_SI476X
|
|
|
|
tristate
|
|
|
|
|
2011-11-28 08:44:17 +00:00
|
|
|
config SND_SOC_SIGMADSP
|
|
|
|
tristate
|
|
|
|
select CRC32
|
|
|
|
|
2011-01-04 14:46:07 +00:00
|
|
|
config SND_SOC_SN95031
|
|
|
|
tristate
|
|
|
|
|
2009-05-28 09:10:50 +00:00
|
|
|
config SND_SOC_SPDIF
|
|
|
|
tristate
|
|
|
|
|
2013-05-23 18:14:50 +00:00
|
|
|
config SND_SOC_SSM2518
|
|
|
|
tristate
|
|
|
|
|
2008-09-06 17:11:51 +00:00
|
|
|
config SND_SOC_SSM2602
|
|
|
|
tristate
|
|
|
|
|
2011-06-22 12:59:24 +00:00
|
|
|
config SND_SOC_STA32X
|
|
|
|
tristate
|
|
|
|
|
2012-07-04 10:41:12 +00:00
|
|
|
config SND_SOC_STA529
|
|
|
|
tristate
|
|
|
|
|
2009-05-23 23:13:07 +00:00
|
|
|
config SND_SOC_STAC9766
|
|
|
|
tristate
|
|
|
|
|
2013-03-08 12:52:09 +00:00
|
|
|
config SND_SOC_TAS5086
|
|
|
|
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
|
2013-03-12 20:08:38 +00:00
|
|
|
tristate
|
2008-10-10 06:26:57 +00:00
|
|
|
depends on SPI
|
2008-09-06 17:11:51 +00:00
|
|
|
|
2011-10-11 10:43:02 +00:00
|
|
|
config SND_SOC_TLV320AIC32X4
|
2011-03-02 13:52:32 +00:00
|
|
|
tristate
|
|
|
|
|
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
|
2011-05-31 09:02:49 +00:00
|
|
|
select MFD_TWL4030_AUDIO
|
2008-10-31 04:35:26 +00:00
|
|
|
tristate
|
|
|
|
|
2010-03-19 11:25:51 +00:00
|
|
|
config SND_SOC_TWL6040
|
|
|
|
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
|
|
|
|
|
2010-08-20 16:24:51 +00:00
|
|
|
config SND_SOC_WL1273
|
|
|
|
tristate
|
|
|
|
|
2012-08-23 14:59:56 +00:00
|
|
|
config SND_SOC_WM0010
|
|
|
|
tristate
|
|
|
|
|
2011-04-08 07:49:42 +00:00
|
|
|
config SND_SOC_WM1250_EV1
|
|
|
|
tristate
|
|
|
|
|
2011-12-02 21:59:18 +00:00
|
|
|
config SND_SOC_WM2000
|
|
|
|
tristate
|
|
|
|
|
2012-01-25 19:29:41 +00:00
|
|
|
config SND_SOC_WM2200
|
|
|
|
tristate
|
|
|
|
|
2011-09-20 14:44:21 +00:00
|
|
|
config SND_SOC_WM5100
|
|
|
|
tristate
|
|
|
|
|
2012-06-19 15:38:15 +00:00
|
|
|
config SND_SOC_WM5102
|
|
|
|
tristate
|
|
|
|
|
2012-07-09 18:09:41 +00:00
|
|
|
config SND_SOC_WM5110
|
|
|
|
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
|
|
|
|
|
2010-11-23 19:31:18 +00:00
|
|
|
config SND_SOC_WM8737
|
|
|
|
tristate
|
|
|
|
|
2010-07-30 23:32:11 +00:00
|
|
|
config SND_SOC_WM8741
|
|
|
|
tristate
|
|
|
|
|
2006-10-06 16:38:37 +00:00
|
|
|
config SND_SOC_WM8750
|
|
|
|
tristate
|
|
|
|
|
2007-04-16 17:18:15 +00:00
|
|
|
config SND_SOC_WM8753
|
|
|
|
tristate
|
|
|
|
|
2010-11-05 18:41:25 +00:00
|
|
|
config SND_SOC_WM8770
|
|
|
|
tristate
|
|
|
|
|
2009-08-04 22:50:16 +00:00
|
|
|
config SND_SOC_WM8776
|
|
|
|
tristate
|
|
|
|
|
2011-06-22 12:59:25 +00:00
|
|
|
config SND_SOC_WM8782
|
|
|
|
tristate
|
|
|
|
|
2010-09-29 10:14:56 +00:00
|
|
|
config SND_SOC_WM8804
|
|
|
|
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
|
|
|
|
|
2010-08-05 12:20:59 +00:00
|
|
|
config SND_SOC_WM8962
|
|
|
|
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
|
|
|
|
|
2011-07-15 12:51:30 +00:00
|
|
|
config SND_SOC_WM8983
|
|
|
|
tristate
|
|
|
|
|
2010-09-15 14:23:20 +00:00
|
|
|
config SND_SOC_WM8985
|
|
|
|
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
|
|
|
|
|
2011-01-14 15:49:40 +00:00
|
|
|
config SND_SOC_WM8991
|
|
|
|
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
|
|
|
|
|
2010-12-22 11:33:11 +00:00
|
|
|
config SND_SOC_WM8995
|
|
|
|
tristate
|
|
|
|
|
2011-06-24 11:10:44 +00:00
|
|
|
config SND_SOC_WM8996
|
|
|
|
tristate
|
|
|
|
|
2013-08-12 22:46:55 +00:00
|
|
|
config SND_SOC_WM8997
|
|
|
|
tristate
|
|
|
|
|
2009-05-22 14:01:19 +00:00
|
|
|
config SND_SOC_WM9081
|
|
|
|
tristate
|
|
|
|
|
2011-12-02 22:00:39 +00:00
|
|
|
config SND_SOC_WM9090
|
|
|
|
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
|
2011-03-07 07:04:55 +00:00
|
|
|
config SND_SOC_LM4857
|
|
|
|
tristate
|
|
|
|
|
2012-01-27 15:10:23 +00:00
|
|
|
config SND_SOC_MAX9768
|
|
|
|
tristate
|
|
|
|
|
2009-07-15 11:34:00 +00:00
|
|
|
config SND_SOC_MAX9877
|
|
|
|
tristate
|
2009-10-09 12:55:41 +00:00
|
|
|
|
2012-05-15 11:53:50 +00:00
|
|
|
config SND_SOC_MC13783
|
|
|
|
tristate
|
|
|
|
|
2012-03-19 11:59:28 +00:00
|
|
|
config SND_SOC_ML26124
|
|
|
|
tristate
|
|
|
|
|
2009-10-09 12:55:41 +00:00
|
|
|
config SND_SOC_TPA6130A2
|
|
|
|
tristate
|