Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 1 | menu "HD-Audio" |
| 2 | |
| 3 | config SND_HDA |
| 4 | tristate |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 5 | select SND_PCM |
| 6 | select SND_VMASTER |
Takashi Iwai | 35be544 | 2011-11-02 08:36:06 +0100 | [diff] [blame] | 7 | select SND_KCTL_JACK |
Takashi Iwai | e3d280f | 2015-02-17 21:46:37 +0100 | [diff] [blame] | 8 | select SND_HDA_CORE |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 9 | |
| 10 | config SND_HDA_INTEL |
| 11 | tristate "HD Audio PCI" |
| 12 | depends on SND_PCI |
| 13 | select SND_HDA |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 14 | help |
| 15 | Say Y here to include support for Intel "High Definition |
| 16 | Audio" (Azalia) and its compatible devices. |
| 17 | |
| 18 | This option enables the HD-audio controller. Don't forget |
| 19 | to choose the appropriate codec options below. |
| 20 | |
| 21 | To compile this driver as a module, choose M here: the module |
| 22 | will be called snd-hda-intel. |
| 23 | |
Dylan Reid | 3c320f3 | 2014-05-19 19:18:27 -0700 | [diff] [blame] | 24 | config SND_HDA_TEGRA |
| 25 | tristate "NVIDIA Tegra HD Audio" |
| 26 | depends on ARCH_TEGRA |
| 27 | select SND_HDA |
| 28 | help |
| 29 | Say Y here to support the HDA controller present in NVIDIA |
| 30 | Tegra SoCs |
| 31 | |
| 32 | This options enables support for the HD Audio controller |
| 33 | present in some NVIDIA Tegra SoCs, used to communicate audio |
| 34 | to the HDMI output. |
| 35 | |
| 36 | To compile this driver as a module, choose M here: the module |
| 37 | will be called snd-hda-tegra. |
| 38 | |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 39 | if SND_HDA |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 40 | |
Takashi Iwai | 24f3ced | 2013-02-04 18:25:51 +0100 | [diff] [blame] | 41 | config SND_HDA_DSP_LOADER |
| 42 | bool |
| 43 | |
Takashi Iwai | acfa634 | 2011-07-12 17:27:46 +0200 | [diff] [blame] | 44 | config SND_HDA_PREALLOC_SIZE |
| 45 | int "Pre-allocated buffer size for HD-audio driver" |
| 46 | range 0 32768 |
| 47 | default 64 |
| 48 | help |
Paul Menzel | cf01b73 | 2011-07-12 19:53:56 +0200 | [diff] [blame] | 49 | Specifies the default pre-allocated buffer-size in kB for the |
Takashi Iwai | acfa634 | 2011-07-12 17:27:46 +0200 | [diff] [blame] | 50 | HD-audio driver. A larger buffer (e.g. 2048) is preferred |
Paul Menzel | cf01b73 | 2011-07-12 19:53:56 +0200 | [diff] [blame] | 51 | for systems using PulseAudio. The default 64 is chosen just |
| 52 | for compatibility reasons. |
Takashi Iwai | acfa634 | 2011-07-12 17:27:46 +0200 | [diff] [blame] | 53 | |
| 54 | Note that the pre-allocation size can be changed dynamically |
| 55 | via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too. |
| 56 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 57 | config SND_HDA_HWDEP |
| 58 | bool "Build hwdep interface for HD-audio driver" |
| 59 | select SND_HWDEP |
| 60 | help |
| 61 | Say Y here to build a hwdep interface for HD-audio driver. |
| 62 | This interface can be used for out-of-band communication |
| 63 | with codecs for debugging purposes. |
| 64 | |
| 65 | config SND_HDA_RECONFIG |
Kees Cook | 0b1714a | 2012-10-23 13:04:22 -0700 | [diff] [blame] | 66 | bool "Allow dynamic codec reconfiguration" |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 67 | help |
| 68 | Say Y here to enable the HD-audio codec re-configuration feature. |
| 69 | This adds the sysfs interfaces to allow user to clear the whole |
| 70 | codec configuration, change the codec setup, add extra verbs, |
| 71 | and re-configure the codec dynamically. |
| 72 | |
| 73 | config SND_HDA_INPUT_BEEP |
| 74 | bool "Support digital beep via input layer" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 75 | depends on INPUT=y || INPUT=SND_HDA |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 76 | help |
| 77 | Say Y here to build a digital beep interface for HD-audio |
| 78 | driver. This interface is used to generate digital beeps. |
| 79 | |
Jaroslav Kysela | 2dca0bb | 2009-11-13 18:41:52 +0100 | [diff] [blame] | 80 | config SND_HDA_INPUT_BEEP_MODE |
Takashi Iwai | 0920c9b | 2012-07-03 16:58:48 +0200 | [diff] [blame] | 81 | int "Digital beep registration mode (0=off, 1=on)" |
Jaroslav Kysela | 2dca0bb | 2009-11-13 18:41:52 +0100 | [diff] [blame] | 82 | depends on SND_HDA_INPUT_BEEP=y |
| 83 | default "1" |
Takashi Iwai | 0920c9b | 2012-07-03 16:58:48 +0200 | [diff] [blame] | 84 | range 0 1 |
Jaroslav Kysela | 2dca0bb | 2009-11-13 18:41:52 +0100 | [diff] [blame] | 85 | help |
| 86 | Set 0 to disable the digital beep interface for HD-audio by default. |
| 87 | Set 1 to always enable the digital beep interface for HD-audio by |
Takashi Iwai | 0920c9b | 2012-07-03 16:58:48 +0200 | [diff] [blame] | 88 | default. |
Jaroslav Kysela | 2dca0bb | 2009-11-13 18:41:52 +0100 | [diff] [blame] | 89 | |
Takashi Iwai | 8c8145b | 2009-06-22 17:00:38 +0200 | [diff] [blame] | 90 | config SND_HDA_INPUT_JACK |
| 91 | bool "Support jack plugging notification via input layer" |
Takashi Iwai | fc08722 | 2009-11-21 19:57:11 +0100 | [diff] [blame] | 92 | depends on INPUT=y || INPUT=SND |
Takashi Iwai | 8c8145b | 2009-06-22 17:00:38 +0200 | [diff] [blame] | 93 | select SND_JACK |
| 94 | help |
| 95 | Say Y here to enable the jack plugging notification via |
| 96 | input layer. |
| 97 | |
Takashi Iwai | 4ea6fbc | 2009-06-17 09:52:54 +0200 | [diff] [blame] | 98 | config SND_HDA_PATCH_LOADER |
| 99 | bool "Support initialization patch loading for HD-audio" |
Takashi Iwai | 4ea6fbc | 2009-06-17 09:52:54 +0200 | [diff] [blame] | 100 | select FW_LOADER |
Takashi Iwai | 4ea6fbc | 2009-06-17 09:52:54 +0200 | [diff] [blame] | 101 | select SND_HDA_RECONFIG |
| 102 | help |
| 103 | Say Y here to allow the HD-audio driver to load a pseudo |
| 104 | firmware file ("patch") for overriding the BIOS setup at |
| 105 | start up. The "patch" file can be specified via patch module |
| 106 | option, such as patch=hda-init. |
| 107 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 108 | config SND_HDA_CODEC_REALTEK |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 109 | tristate "Build Realtek HD-audio codec support" |
Takashi Iwai | 08c189f | 2012-12-19 15:22:24 +0100 | [diff] [blame] | 110 | select SND_HDA_GENERIC |
Takashi Iwai | ffcd28d | 2015-01-15 10:11:52 +0100 | [diff] [blame] | 111 | select INPUT |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 112 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 113 | Say Y or M here to include Realtek HD-audio codec support in |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 114 | snd-hda-intel driver, such as ALC880. |
| 115 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 116 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 117 | depends on SND_HDA=y && SND_HDA_CODEC_REALTEK=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 118 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 119 | config SND_HDA_CODEC_ANALOG |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 120 | tristate "Build Analog Device HD-audio codec support" |
Takashi Iwai | 78bb3cb | 2012-12-21 15:17:06 +0100 | [diff] [blame] | 121 | select SND_HDA_GENERIC |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 122 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 123 | Say Y or M here to include Analog Device HD-audio codec support in |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 124 | snd-hda-intel driver, such as AD1986A. |
| 125 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 126 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 127 | depends on SND_HDA=y && SND_HDA_CODEC_ANALOG=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 128 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 129 | config SND_HDA_CODEC_SIGMATEL |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 130 | tristate "Build IDT/Sigmatel HD-audio codec support" |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 131 | select SND_HDA_GENERIC |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 132 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 133 | Say Y or M here to include IDT (Sigmatel) HD-audio codec support in |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 134 | snd-hda-intel driver, such as STAC9200. |
| 135 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 136 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 137 | depends on SND_HDA=y && SND_HDA_CODEC_SIGMATEL=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 138 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 139 | config SND_HDA_CODEC_VIA |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 140 | tristate "Build VIA HD-audio codec support" |
Takashi Iwai | b3f6008 | 2013-01-07 12:27:36 +0100 | [diff] [blame] | 141 | select SND_HDA_GENERIC |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 142 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 143 | Say Y or M here to include VIA HD-audio codec support in |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 144 | snd-hda-intel driver, such as VT1708. |
| 145 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 146 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 147 | depends on SND_HDA=y && SND_HDA_CODEC_VIA=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 148 | |
Takashi Iwai | 84eb01b | 2010-09-07 12:27:25 +0200 | [diff] [blame] | 149 | config SND_HDA_CODEC_HDMI |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 150 | tristate "Build HDMI/DisplayPort HD-audio codec support" |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 151 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 152 | Say Y or M here to include HDMI and DisplayPort HD-audio codec |
Takashi Iwai | 84eb01b | 2010-09-07 12:27:25 +0200 | [diff] [blame] | 153 | support in snd-hda-intel driver. This includes all AMD/ATI, |
| 154 | Intel and Nvidia HDMI/DisplayPort codecs. |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 155 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 156 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 157 | depends on SND_HDA=y && SND_HDA_CODEC_HDMI=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 158 | |
Wang Xingchao | 99a2008 | 2013-05-30 22:07:10 +0800 | [diff] [blame] | 159 | config SND_HDA_I915 |
Takashi Iwai | 1c9a341 | 2013-08-27 14:49:59 +0200 | [diff] [blame] | 160 | bool |
| 161 | default y |
Wang Xingchao | 99a2008 | 2013-05-30 22:07:10 +0800 | [diff] [blame] | 162 | depends on DRM_I915 |
Wang Xingchao | 99a2008 | 2013-05-30 22:07:10 +0800 | [diff] [blame] | 163 | |
Takashi Iwai | e5f1424 | 2009-07-01 18:11:44 +0200 | [diff] [blame] | 164 | config SND_HDA_CODEC_CIRRUS |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 165 | tristate "Build Cirrus Logic codec support" |
Takashi Iwai | 1077a02 | 2012-12-19 16:39:18 +0100 | [diff] [blame] | 166 | select SND_HDA_GENERIC |
Takashi Iwai | e5f1424 | 2009-07-01 18:11:44 +0200 | [diff] [blame] | 167 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 168 | Say Y or M here to include Cirrus Logic codec support in |
Takashi Iwai | e5f1424 | 2009-07-01 18:11:44 +0200 | [diff] [blame] | 169 | snd-hda-intel driver, such as CS4206. |
| 170 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 171 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 172 | depends on SND_HDA=y && SND_HDA_CODEC_CIRRUS=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 173 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 174 | config SND_HDA_CODEC_CONEXANT |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 175 | tristate "Build Conexant HD-audio codec support" |
Takashi Iwai | aed523f | 2012-12-20 16:34:12 +0100 | [diff] [blame] | 176 | select SND_HDA_GENERIC |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 177 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 178 | Say Y or M here to include Conexant HD-audio codec support in |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 179 | snd-hda-intel driver, such as CX20549. |
| 180 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 181 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 182 | depends on SND_HDA=y && SND_HDA_CODEC_CONEXANT=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 183 | |
Takashi Iwai | 4e01f54 | 2009-04-16 08:53:34 +0200 | [diff] [blame] | 184 | config SND_HDA_CODEC_CA0110 |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 185 | tristate "Build Creative CA0110-IBG codec support" |
Takashi Iwai | 8fadf1d | 2012-12-19 18:04:37 +0100 | [diff] [blame] | 186 | select SND_HDA_GENERIC |
Takashi Iwai | 4e01f54 | 2009-04-16 08:53:34 +0200 | [diff] [blame] | 187 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 188 | Say Y or M here to include Creative CA0110-IBG codec support in |
Takashi Iwai | 4e01f54 | 2009-04-16 08:53:34 +0200 | [diff] [blame] | 189 | snd-hda-intel driver, found on some Creative X-Fi cards. |
| 190 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 191 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 192 | depends on SND_HDA=y && SND_HDA_CODEC_CA0110=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 193 | |
Ian Minett | 95c6e9c | 2011-06-15 15:35:17 -0700 | [diff] [blame] | 194 | config SND_HDA_CODEC_CA0132 |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 195 | tristate "Build Creative CA0132 codec support" |
Ian Minett | 95c6e9c | 2011-06-15 15:35:17 -0700 | [diff] [blame] | 196 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 197 | Say Y or M here to include Creative CA0132 codec support in |
Ian Minett | 95c6e9c | 2011-06-15 15:35:17 -0700 | [diff] [blame] | 198 | snd-hda-intel driver. |
| 199 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 200 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 201 | depends on SND_HDA=y && SND_HDA_CODEC_CA0132=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 202 | |
Takashi Iwai | 24f3ced | 2013-02-04 18:25:51 +0100 | [diff] [blame] | 203 | config SND_HDA_CODEC_CA0132_DSP |
| 204 | bool "Support new DSP code for CA0132 codec" |
Takashi Iwai | 2c312e9 | 2013-11-18 17:12:34 +0100 | [diff] [blame] | 205 | depends on SND_HDA_CODEC_CA0132 |
Takashi Iwai | 24f3ced | 2013-02-04 18:25:51 +0100 | [diff] [blame] | 206 | select SND_HDA_DSP_LOADER |
Takashi Iwai | 2c312e9 | 2013-11-18 17:12:34 +0100 | [diff] [blame] | 207 | select FW_LOADER |
Takashi Iwai | 24f3ced | 2013-02-04 18:25:51 +0100 | [diff] [blame] | 208 | help |
| 209 | Say Y here to enable the DSP for Creative CA0132 for extended |
| 210 | features like equalizer or echo cancellation. |
| 211 | |
| 212 | Note that this option requires the external firmware file |
| 213 | (ctefx.bin). |
| 214 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 215 | config SND_HDA_CODEC_CMEDIA |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 216 | tristate "Build C-Media HD-audio codec support" |
Takashi Iwai | b060fb0 | 2012-12-19 17:35:47 +0100 | [diff] [blame] | 217 | select SND_HDA_GENERIC |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 218 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 219 | Say Y or M here to include C-Media HD-audio codec support in |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 220 | snd-hda-intel driver, such as CMI9880. |
| 221 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 222 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 223 | depends on SND_HDA=y && SND_HDA_CODEC_CMEDIA=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 224 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 225 | config SND_HDA_CODEC_SI3054 |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 226 | tristate "Build Silicon Labs 3054 HD-modem codec support" |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 227 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 228 | Say Y or M here to include Silicon Labs 3054 HD-modem codec |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 229 | (and compatibles) support in snd-hda-intel driver. |
| 230 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 231 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 232 | depends on SND_HDA=y && SND_HDA_CODEC_SI3054=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 233 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 234 | config SND_HDA_GENERIC |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 235 | tristate "Enable generic HD-audio codec parser" |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 236 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 237 | Say Y or M here to enable the generic HD-audio codec parser |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 238 | in snd-hda-intel driver. |
| 239 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 240 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 241 | depends on SND_HDA=y && SND_HDA_GENERIC=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 242 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 243 | config SND_HDA_POWER_SAVE_DEFAULT |
| 244 | int "Default time-out for HD-audio power-save mode" |
Takashi Iwai | 83012a7 | 2012-08-24 18:38:08 +0200 | [diff] [blame] | 245 | depends on PM |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 246 | default 0 |
| 247 | help |
| 248 | The default time-out value in seconds for HD-audio automatic |
| 249 | power-save mode. 0 means to disable the power-save mode. |
| 250 | |
| 251 | endif |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 252 | |
| 253 | endmenu |