ASoC: codecs: fix spelling mistake in Kconfig "comunicate" -> "communicate"
[linux-2.6-microblaze.git] / sound / soc / codecs / Kconfig
index b4ca520..ac63e7c 100644 (file)
@@ -23,6 +23,8 @@ config SND_SOC_ALL_CODECS
        imply SND_SOC_AD193X_I2C
        imply SND_SOC_AD1980
        imply SND_SOC_AD73311
+       imply SND_SOC_ADAU1372_I2C
+       imply SND_SOC_ADAU1372_SPI
        imply SND_SOC_ADAU1373
        imply SND_SOC_ADAU1761_I2C
        imply SND_SOC_ADAU1761_SPI
@@ -178,10 +180,12 @@ config SND_SOC_ALL_CODECS
        imply SND_SOC_RT700_SDW
        imply SND_SOC_RT711_SDW
        imply SND_SOC_RT715_SDW
+       imply SND_SOC_RT715_SDCA_SDW
        imply SND_SOC_RT1308_SDW
        imply SND_SOC_SGTL5000
        imply SND_SOC_SI476X
        imply SND_SOC_SIMPLE_AMPLIFIER
+       imply SND_SOC_SIMPLE_MUX
        imply SND_SOC_SIRF_AUDIO_CODEC
        imply SND_SOC_SPDIF
        imply SND_SOC_SSM2305
@@ -364,6 +368,22 @@ config SND_SOC_AD73311
 config SND_SOC_ADAU_UTILS
        tristate
 
+config SND_SOC_ADAU1372
+       tristate
+       select SND_SOC_ADAU_UTILS
+
+config SND_SOC_ADAU1372_I2C
+       tristate "Analog Devices ADAU1372 CODEC (I2C)"
+       depends on I2C
+       select SND_SOC_ADAU1372
+       select REGMAP_I2C
+
+config SND_SOC_ADAU1372_SPI
+       tristate "Analog Devices ADAU1372 CODEC (SPI)"
+       depends on SPI
+       select SND_SOC_ADAU1372
+       select REGMAP_SPI
+
 config SND_SOC_ADAU1373
        tristate
        depends on I2C
@@ -438,7 +458,7 @@ config SND_SOC_ADAU7118_HW
        help
          Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM
          Converter. In this mode, the device works in standalone mode which
-         means that there is no bus to comunicate with it. Stereo mode is not
+         means that there is no bus to communicate with it. Stereo mode is not
          supported in this mode.
 
          To compile this driver as a module, choose M here: the module
@@ -1217,6 +1237,12 @@ config SND_SOC_RT715_SDW
        select SND_SOC_RT715
        select REGMAP_SOUNDWIRE
 
+config SND_SOC_RT715_SDCA_SDW
+       tristate "Realtek RT715 SDCA Codec - SDW"
+       depends on SOUNDWIRE
+       select REGMAP_SOUNDWIRE
+       select REGMAP_SOUNDWIRE_MBQ
+
 #Freescale sgtl5000 codec
 config SND_SOC_SGTL5000
        tristate "Freescale SGTL5000 CODEC"
@@ -1241,6 +1267,10 @@ config SND_SOC_SIMPLE_AMPLIFIER
        tristate "Simple Audio Amplifier"
        select GPIOLIB
 
+config SND_SOC_SIMPLE_MUX
+       tristate "Simple Audio Mux"
+       select GPIOLIB
+
 config SND_SOC_SIRF_AUDIO_CODEC
        tristate "SiRF SoC internal audio codec"
        select REGMAP_MMIO
@@ -1789,4 +1819,12 @@ config SND_SOC_TPA6130A2
        tristate "Texas Instruments TPA6130A2 headphone amplifier"
        depends on I2C
 
+config SND_SOC_LPASS_WSA_MACRO
+       depends on COMMON_CLK
+       tristate "Qualcomm WSA Macro in LPASS(Low Power Audio SubSystem)"
+
+config SND_SOC_LPASS_VA_MACRO
+       depends on COMMON_CLK
+       tristate "Qualcomm VA Macro in LPASS(Low Power Audio SubSystem)"
+
 endmenu