Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 2 | menu "HD-Audio" |
| 3 | |
| 4 | config SND_HDA |
| 5 | tristate |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 6 | select SND_PCM |
| 7 | select SND_VMASTER |
Takashi Iwai | fe0d128 | 2016-02-17 09:44:25 +0100 | [diff] [blame] | 8 | select SND_JACK |
Takashi Iwai | e3d280f | 2015-02-17 21:46:37 +0100 | [diff] [blame] | 9 | select SND_HDA_CORE |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 10 | |
Takashi Iwai | 7cdf8c4 | 2020-06-18 13:08:31 +0200 | [diff] [blame] | 11 | config SND_HDA_GENERIC_LEDS |
| 12 | bool |
| 13 | |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 14 | config SND_HDA_INTEL |
| 15 | tristate "HD Audio PCI" |
| 16 | depends on SND_PCI |
| 17 | select SND_HDA |
Jaroslav Kysela | 82d9d54 | 2019-10-22 19:43:12 +0200 | [diff] [blame] | 18 | select SND_INTEL_DSP_CONFIG |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 19 | help |
| 20 | Say Y here to include support for Intel "High Definition |
| 21 | Audio" (Azalia) and its compatible devices. |
| 22 | |
| 23 | This option enables the HD-audio controller. Don't forget |
| 24 | to choose the appropriate codec options below. |
| 25 | |
| 26 | To compile this driver as a module, choose M here: the module |
| 27 | will be called snd-hda-intel. |
| 28 | |
Dylan Reid | 3c320f3 | 2014-05-19 19:18:27 -0700 | [diff] [blame] | 29 | config SND_HDA_TEGRA |
| 30 | tristate "NVIDIA Tegra HD Audio" |
| 31 | depends on ARCH_TEGRA |
| 32 | select SND_HDA |
Takashi Iwai | 19abfef | 2019-08-07 20:32:08 +0200 | [diff] [blame] | 33 | select SND_HDA_ALIGNED_MMIO |
Dylan Reid | 3c320f3 | 2014-05-19 19:18:27 -0700 | [diff] [blame] | 34 | help |
| 35 | Say Y here to support the HDA controller present in NVIDIA |
| 36 | Tegra SoCs |
| 37 | |
| 38 | This options enables support for the HD Audio controller |
| 39 | present in some NVIDIA Tegra SoCs, used to communicate audio |
| 40 | to the HDMI output. |
| 41 | |
| 42 | To compile this driver as a module, choose M here: the module |
| 43 | will be called snd-hda-tegra. |
| 44 | |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 45 | if SND_HDA |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 46 | |
| 47 | config SND_HDA_HWDEP |
| 48 | bool "Build hwdep interface for HD-audio driver" |
| 49 | select SND_HWDEP |
| 50 | help |
| 51 | Say Y here to build a hwdep interface for HD-audio driver. |
| 52 | This interface can be used for out-of-band communication |
| 53 | with codecs for debugging purposes. |
| 54 | |
| 55 | config SND_HDA_RECONFIG |
Kees Cook | 0b1714a | 2012-10-23 13:04:22 -0700 | [diff] [blame] | 56 | bool "Allow dynamic codec reconfiguration" |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 57 | help |
| 58 | Say Y here to enable the HD-audio codec re-configuration feature. |
Takashi Iwai | 39f0ccd | 2016-05-09 17:47:37 +0200 | [diff] [blame] | 59 | It allows user to clear the whole codec configuration, change the |
| 60 | codec setup, add extra verbs, and re-configure the codec dynamically. |
| 61 | |
| 62 | Note that this item alone doesn't provide the sysfs interface, but |
| 63 | enables the feature just for the patch loader below. |
| 64 | If you need the traditional sysfs entries for the manual interaction, |
| 65 | turn on CONFIG_SND_HDA_HWDEP as well. |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 66 | |
| 67 | config SND_HDA_INPUT_BEEP |
| 68 | bool "Support digital beep via input layer" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 69 | depends on INPUT=y || INPUT=SND_HDA |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 70 | help |
| 71 | Say Y here to build a digital beep interface for HD-audio |
| 72 | driver. This interface is used to generate digital beeps. |
| 73 | |
Jaroslav Kysela | 2dca0bb | 2009-11-13 18:41:52 +0100 | [diff] [blame] | 74 | config SND_HDA_INPUT_BEEP_MODE |
Takashi Iwai | 0920c9b | 2012-07-03 16:58:48 +0200 | [diff] [blame] | 75 | int "Digital beep registration mode (0=off, 1=on)" |
Jaroslav Kysela | 2dca0bb | 2009-11-13 18:41:52 +0100 | [diff] [blame] | 76 | depends on SND_HDA_INPUT_BEEP=y |
| 77 | default "1" |
Takashi Iwai | 0920c9b | 2012-07-03 16:58:48 +0200 | [diff] [blame] | 78 | range 0 1 |
Jaroslav Kysela | 2dca0bb | 2009-11-13 18:41:52 +0100 | [diff] [blame] | 79 | help |
| 80 | Set 0 to disable the digital beep interface for HD-audio by default. |
| 81 | 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] | 82 | default. |
Jaroslav Kysela | 2dca0bb | 2009-11-13 18:41:52 +0100 | [diff] [blame] | 83 | |
Takashi Iwai | 4ea6fbc | 2009-06-17 09:52:54 +0200 | [diff] [blame] | 84 | config SND_HDA_PATCH_LOADER |
| 85 | bool "Support initialization patch loading for HD-audio" |
Takashi Iwai | 4ea6fbc | 2009-06-17 09:52:54 +0200 | [diff] [blame] | 86 | select FW_LOADER |
Takashi Iwai | 4ea6fbc | 2009-06-17 09:52:54 +0200 | [diff] [blame] | 87 | select SND_HDA_RECONFIG |
| 88 | help |
| 89 | Say Y here to allow the HD-audio driver to load a pseudo |
| 90 | firmware file ("patch") for overriding the BIOS setup at |
| 91 | start up. The "patch" file can be specified via patch module |
| 92 | option, such as patch=hda-init. |
| 93 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 94 | config SND_HDA_CODEC_REALTEK |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 95 | tristate "Build Realtek HD-audio codec support" |
Takashi Iwai | 08c189f | 2012-12-19 15:22:24 +0100 | [diff] [blame] | 96 | select SND_HDA_GENERIC |
Takashi Iwai | 7cdf8c4 | 2020-06-18 13:08:31 +0200 | [diff] [blame] | 97 | select SND_HDA_GENERIC_LEDS |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 98 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 99 | 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] | 100 | snd-hda-intel driver, such as ALC880. |
| 101 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 102 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 103 | depends on SND_HDA=y && SND_HDA_CODEC_REALTEK=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 104 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 105 | config SND_HDA_CODEC_ANALOG |
Geert Uytterhoeven | aa08ff0 | 2020-04-16 12:30:57 +0200 | [diff] [blame] | 106 | tristate "Build Analog Devices HD-audio codec support" |
Takashi Iwai | 78bb3cb | 2012-12-21 15:17:06 +0100 | [diff] [blame] | 107 | select SND_HDA_GENERIC |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 108 | help |
Geert Uytterhoeven | aa08ff0 | 2020-04-16 12:30:57 +0200 | [diff] [blame] | 109 | Say Y or M here to include Analog Devices HD-audio codec support in |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 110 | snd-hda-intel driver, such as AD1986A. |
| 111 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 112 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 113 | depends on SND_HDA=y && SND_HDA_CODEC_ANALOG=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 114 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 115 | config SND_HDA_CODEC_SIGMATEL |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 116 | tristate "Build IDT/Sigmatel HD-audio codec support" |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 117 | select SND_HDA_GENERIC |
Takashi Iwai | 7cdf8c4 | 2020-06-18 13:08:31 +0200 | [diff] [blame] | 118 | select SND_HDA_GENERIC_LEDS |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 119 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 120 | 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] | 121 | snd-hda-intel driver, such as STAC9200. |
| 122 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 123 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 124 | depends on SND_HDA=y && SND_HDA_CODEC_SIGMATEL=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 125 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 126 | config SND_HDA_CODEC_VIA |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 127 | tristate "Build VIA HD-audio codec support" |
Takashi Iwai | b3f6008 | 2013-01-07 12:27:36 +0100 | [diff] [blame] | 128 | select SND_HDA_GENERIC |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 129 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 130 | 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] | 131 | snd-hda-intel driver, such as VT1708. |
| 132 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 133 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 134 | depends on SND_HDA=y && SND_HDA_CODEC_VIA=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 135 | |
Takashi Iwai | 84eb01b | 2010-09-07 12:27:25 +0200 | [diff] [blame] | 136 | config SND_HDA_CODEC_HDMI |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 137 | tristate "Build HDMI/DisplayPort HD-audio codec support" |
Takashi Iwai | f4a414a | 2018-05-02 09:03:26 +0200 | [diff] [blame] | 138 | select SND_DYNAMIC_MINORS |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 139 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 140 | 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] | 141 | support in snd-hda-intel driver. This includes all AMD/ATI, |
| 142 | Intel and Nvidia HDMI/DisplayPort codecs. |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 143 | |
Takashi Iwai | f4a414a | 2018-05-02 09:03:26 +0200 | [diff] [blame] | 144 | Note that this option mandatorily enables CONFIG_SND_DYNAMIC_MINORS |
| 145 | to assure the multiple streams for DP-MST support. |
| 146 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 147 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 148 | depends on SND_HDA=y && SND_HDA_CODEC_HDMI=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 149 | |
Takashi Iwai | e5f1424 | 2009-07-01 18:11:44 +0200 | [diff] [blame] | 150 | config SND_HDA_CODEC_CIRRUS |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 151 | tristate "Build Cirrus Logic codec support" |
Takashi Iwai | 1077a02 | 2012-12-19 16:39:18 +0100 | [diff] [blame] | 152 | select SND_HDA_GENERIC |
Takashi Iwai | e5f1424 | 2009-07-01 18:11:44 +0200 | [diff] [blame] | 153 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 154 | Say Y or M here to include Cirrus Logic codec support in |
Takashi Iwai | e5f1424 | 2009-07-01 18:11:44 +0200 | [diff] [blame] | 155 | snd-hda-intel driver, such as CS4206. |
| 156 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 157 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 158 | depends on SND_HDA=y && SND_HDA_CODEC_CIRRUS=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 159 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 160 | config SND_HDA_CODEC_CONEXANT |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 161 | tristate "Build Conexant HD-audio codec support" |
Takashi Iwai | aed523f | 2012-12-20 16:34:12 +0100 | [diff] [blame] | 162 | select SND_HDA_GENERIC |
Takashi Iwai | 7cdf8c4 | 2020-06-18 13:08:31 +0200 | [diff] [blame] | 163 | select SND_HDA_GENERIC_LEDS |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 164 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 165 | 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] | 166 | snd-hda-intel driver, such as CX20549. |
| 167 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 168 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 169 | depends on SND_HDA=y && SND_HDA_CODEC_CONEXANT=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 170 | |
Takashi Iwai | 4e01f54 | 2009-04-16 08:53:34 +0200 | [diff] [blame] | 171 | config SND_HDA_CODEC_CA0110 |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 172 | tristate "Build Creative CA0110-IBG codec support" |
Takashi Iwai | 8fadf1d | 2012-12-19 18:04:37 +0100 | [diff] [blame] | 173 | select SND_HDA_GENERIC |
Takashi Iwai | 4e01f54 | 2009-04-16 08:53:34 +0200 | [diff] [blame] | 174 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 175 | 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] | 176 | snd-hda-intel driver, found on some Creative X-Fi cards. |
| 177 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 178 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 179 | depends on SND_HDA=y && SND_HDA_CODEC_CA0110=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 180 | |
Ian Minett | 95c6e9c | 2011-06-15 15:35:17 -0700 | [diff] [blame] | 181 | config SND_HDA_CODEC_CA0132 |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 182 | tristate "Build Creative CA0132 codec support" |
Ian Minett | 95c6e9c | 2011-06-15 15:35:17 -0700 | [diff] [blame] | 183 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 184 | Say Y or M here to include Creative CA0132 codec support in |
Ian Minett | 95c6e9c | 2011-06-15 15:35:17 -0700 | [diff] [blame] | 185 | snd-hda-intel driver. |
| 186 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 187 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 188 | depends on SND_HDA=y && SND_HDA_CODEC_CA0132=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 189 | |
Takashi Iwai | 24f3ced | 2013-02-04 18:25:51 +0100 | [diff] [blame] | 190 | config SND_HDA_CODEC_CA0132_DSP |
| 191 | bool "Support new DSP code for CA0132 codec" |
Takashi Iwai | 2c312e9 | 2013-11-18 17:12:34 +0100 | [diff] [blame] | 192 | depends on SND_HDA_CODEC_CA0132 |
Rouven Czerwinski | 652bb5d | 2020-03-29 07:30:15 +0200 | [diff] [blame] | 193 | default y |
Takashi Iwai | 24f3ced | 2013-02-04 18:25:51 +0100 | [diff] [blame] | 194 | select SND_HDA_DSP_LOADER |
Takashi Iwai | 2c312e9 | 2013-11-18 17:12:34 +0100 | [diff] [blame] | 195 | select FW_LOADER |
Takashi Iwai | 24f3ced | 2013-02-04 18:25:51 +0100 | [diff] [blame] | 196 | help |
| 197 | Say Y here to enable the DSP for Creative CA0132 for extended |
| 198 | features like equalizer or echo cancellation. |
| 199 | |
| 200 | Note that this option requires the external firmware file |
| 201 | (ctefx.bin). |
| 202 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 203 | config SND_HDA_CODEC_CMEDIA |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 204 | tristate "Build C-Media HD-audio codec support" |
Takashi Iwai | b060fb0 | 2012-12-19 17:35:47 +0100 | [diff] [blame] | 205 | select SND_HDA_GENERIC |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 206 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 207 | 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] | 208 | snd-hda-intel driver, such as CMI9880. |
| 209 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 210 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 211 | depends on SND_HDA=y && SND_HDA_CODEC_CMEDIA=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 212 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 213 | config SND_HDA_CODEC_SI3054 |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 214 | tristate "Build Silicon Labs 3054 HD-modem codec support" |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 215 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 216 | 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] | 217 | (and compatibles) support in snd-hda-intel driver. |
| 218 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 219 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 220 | depends on SND_HDA=y && SND_HDA_CODEC_SI3054=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 221 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 222 | config SND_HDA_GENERIC |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 223 | tristate "Enable generic HD-audio codec parser" |
Randy Dunlap | d777587 | 2020-07-01 14:08:23 -0700 | [diff] [blame] | 224 | select NEW_LEDS if SND_HDA_GENERIC_LEDS |
Takashi Iwai | 7cdf8c4 | 2020-06-18 13:08:31 +0200 | [diff] [blame] | 225 | select LEDS_CLASS if SND_HDA_GENERIC_LEDS |
| 226 | select LEDS_TRIGGERS if SND_HDA_GENERIC_LEDS |
| 227 | select LEDS_TRIGGER_AUDIO if SND_HDA_GENERIC_LEDS |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 228 | help |
Takashi Iwai | 595fe1b | 2013-12-18 07:35:11 +0100 | [diff] [blame] | 229 | 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] | 230 | in snd-hda-intel driver. |
| 231 | |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 232 | comment "Set to Y if you want auto-loading the codec driver" |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 233 | depends on SND_HDA=y && SND_HDA_GENERIC=m |
Takashi Iwai | d8f66c7 | 2013-12-19 15:09:14 +0100 | [diff] [blame] | 234 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 235 | config SND_HDA_POWER_SAVE_DEFAULT |
| 236 | int "Default time-out for HD-audio power-save mode" |
Takashi Iwai | 83012a7 | 2012-08-24 18:38:08 +0200 | [diff] [blame] | 237 | depends on PM |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 238 | default 0 |
| 239 | help |
| 240 | The default time-out value in seconds for HD-audio automatic |
| 241 | power-save mode. 0 means to disable the power-save mode. |
| 242 | |
Harsha Priya | 951894c | 2020-07-06 13:53:17 -0700 | [diff] [blame] | 243 | config SND_HDA_INTEL_HDMI_SILENT_STREAM |
| 244 | bool "Enable Silent Stream always for HDMI" |
| 245 | depends on SND_HDA_INTEL |
| 246 | help |
| 247 | Intel hardware has a feature called 'silent stream', that |
| 248 | keeps external HDMI receiver's analog circuitry powered on |
| 249 | avoiding 2-3 sec silence during playback start. This mechanism |
| 250 | relies on setting channel_id as 0xf, sending info packet and |
| 251 | preventing codec D3 entry (increasing platform static power |
| 252 | consumption when HDMI receiver is plugged-in). 2-3 sec silence |
| 253 | at the playback start is expected whenever there is format change. |
| 254 | (default is 2 channel format). |
| 255 | Say Y to enable Silent Stream feature. |
| 256 | |
Takashi Iwai | 11b444d | 2008-11-21 09:32:40 +0100 | [diff] [blame] | 257 | endif |
Dylan Reid | 78e34f3 | 2014-02-28 15:41:32 -0800 | [diff] [blame] | 258 | |
| 259 | endmenu |