|
@@ -509,6 +509,78 @@ config SND_HDA_HWDEP
|
|
|
This interface can be used for out-of-bound communication
|
|
|
with codesc for debugging purposes.
|
|
|
|
|
|
+config SND_HDA_CODEC_REALTEK
|
|
|
+ bool "Build Realtek HD-audio codec support"
|
|
|
+ depends on SND_HDA_INTEL
|
|
|
+ default y
|
|
|
+ help
|
|
|
+ Say Y here to include Realtek HD-audio codec support in
|
|
|
+ snd-hda-intel driver, such as ALC880.
|
|
|
+
|
|
|
+config SND_HDA_CODEC_ANALOG
|
|
|
+ bool "Build Analog Device HD-audio codec support"
|
|
|
+ depends on SND_HDA_INTEL
|
|
|
+ default y
|
|
|
+ help
|
|
|
+ Say Y here to include Analog Device HD-audio codec support in
|
|
|
+ snd-hda-intel driver, such as AD1986A.
|
|
|
+
|
|
|
+config SND_HDA_CODEC_SIGMATEL
|
|
|
+ bool "Build IDT/Sigmatel HD-audio codec support"
|
|
|
+ depends on SND_HDA_INTEL
|
|
|
+ default y
|
|
|
+ help
|
|
|
+ Say Y here to include IDT (Sigmatel) HD-audio codec support in
|
|
|
+ snd-hda-intel driver, such as STAC9200.
|
|
|
+
|
|
|
+config SND_HDA_CODEC_VIA
|
|
|
+ bool "Build VIA HD-audio codec support"
|
|
|
+ depends on SND_HDA_INTEL
|
|
|
+ default y
|
|
|
+ help
|
|
|
+ Say Y here to include VIA HD-audio codec support in
|
|
|
+ snd-hda-intel driver, such as VT1708.
|
|
|
+
|
|
|
+config SND_HDA_CODEC_ATIHDMI
|
|
|
+ bool "Build ATI HDMI HD-audio codec support"
|
|
|
+ depends on SND_HDA_INTEL
|
|
|
+ default y
|
|
|
+ help
|
|
|
+ Say Y here to include ATI HDMI HD-audio codec support in
|
|
|
+ snd-hda-intel driver, such as ATI RS600 HDMI.
|
|
|
+
|
|
|
+config SND_HDA_CODEC_CONEXANT
|
|
|
+ bool "Build Conexant HD-audio codec support"
|
|
|
+ depends on SND_HDA_INTEL
|
|
|
+ default y
|
|
|
+ help
|
|
|
+ Say Y here to include Conexant HD-audio codec support in
|
|
|
+ snd-hda-intel driver, such as CX20549.
|
|
|
+
|
|
|
+config SND_HDA_CODEC_CMEDIA
|
|
|
+ bool "Build C-Media HD-audio codec support"
|
|
|
+ depends on SND_HDA_INTEL
|
|
|
+ default y
|
|
|
+ help
|
|
|
+ Say Y here to include C-Media HD-audio codec support in
|
|
|
+ snd-hda-intel driver, such as CMI9880.
|
|
|
+
|
|
|
+config SND_HDA_CODEC_SI3054
|
|
|
+ bool "Build Silicon Labs 3054 HD-modem codec support"
|
|
|
+ depends on SND_HDA_INTEL
|
|
|
+ default y
|
|
|
+ help
|
|
|
+ Say Y here to include Silicon Labs 3054 HD-modem codec
|
|
|
+ (and compatibles) support in snd-hda-intel driver.
|
|
|
+
|
|
|
+config SND_HDA_GENERIC
|
|
|
+ bool "Enable generic HD-audio codec parser"
|
|
|
+ depends on SND_HDA_INTEL
|
|
|
+ default y
|
|
|
+ help
|
|
|
+ Say Y here to enable the generic HD-audio codec parser
|
|
|
+ in snd-hda-intel driver.
|
|
|
+
|
|
|
config SND_HDSP
|
|
|
tristate "RME Hammerfall DSP Audio"
|
|
|
depends on SND
|