Kconfig 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. menuconfig SND_HDA_INTEL
  2. tristate "Intel HD Audio"
  3. select SND_PCM
  4. select SND_VMASTER
  5. help
  6. Say Y here to include support for Intel "High Definition
  7. Audio" (Azalia) and its compatible devices.
  8. This option enables the HD-audio controller. Don't forget
  9. to choose the appropriate codec options below.
  10. To compile this driver as a module, choose M here: the module
  11. will be called snd-hda-intel.
  12. if SND_HDA_INTEL
  13. config SND_HDA_PREALLOC_SIZE
  14. int "Pre-allocated buffer size for HD-audio driver"
  15. range 0 32768
  16. default 64
  17. help
  18. Specifies the default pre-allocated buffer-size in kB for the
  19. HD-audio driver. A larger buffer (e.g. 2048) is preferred
  20. for systems using PulseAudio. The default 64 is chosen just
  21. for compatibility reasons.
  22. Note that the pre-allocation size can be changed dynamically
  23. via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too.
  24. config SND_HDA_HWDEP
  25. bool "Build hwdep interface for HD-audio driver"
  26. select SND_HWDEP
  27. help
  28. Say Y here to build a hwdep interface for HD-audio driver.
  29. This interface can be used for out-of-band communication
  30. with codecs for debugging purposes.
  31. config SND_HDA_RECONFIG
  32. bool "Allow dynamic codec reconfiguration (EXPERIMENTAL)"
  33. depends on SND_HDA_HWDEP && EXPERIMENTAL
  34. help
  35. Say Y here to enable the HD-audio codec re-configuration feature.
  36. This adds the sysfs interfaces to allow user to clear the whole
  37. codec configuration, change the codec setup, add extra verbs,
  38. and re-configure the codec dynamically.
  39. config SND_HDA_INPUT_BEEP
  40. bool "Support digital beep via input layer"
  41. depends on INPUT=y || INPUT=SND_HDA_INTEL
  42. help
  43. Say Y here to build a digital beep interface for HD-audio
  44. driver. This interface is used to generate digital beeps.
  45. config SND_HDA_INPUT_BEEP_MODE
  46. int "Digital beep registration mode (0=off, 1=on, 2=mute sw on/off)"
  47. depends on SND_HDA_INPUT_BEEP=y
  48. default "1"
  49. range 0 2
  50. help
  51. Set 0 to disable the digital beep interface for HD-audio by default.
  52. Set 1 to always enable the digital beep interface for HD-audio by
  53. default. Set 2 to control the beep device registration to input
  54. layer using a "Beep Switch" in mixer applications.
  55. config SND_HDA_INPUT_JACK
  56. bool "Support jack plugging notification via input layer"
  57. depends on INPUT=y || INPUT=SND
  58. select SND_JACK
  59. help
  60. Say Y here to enable the jack plugging notification via
  61. input layer.
  62. config SND_HDA_PATCH_LOADER
  63. bool "Support initialization patch loading for HD-audio"
  64. depends on EXPERIMENTAL
  65. select FW_LOADER
  66. select SND_HDA_HWDEP
  67. select SND_HDA_RECONFIG
  68. help
  69. Say Y here to allow the HD-audio driver to load a pseudo
  70. firmware file ("patch") for overriding the BIOS setup at
  71. start up. The "patch" file can be specified via patch module
  72. option, such as patch=hda-init.
  73. This option turns on hwdep and reconfig features automatically.
  74. config SND_HDA_CODEC_REALTEK
  75. bool "Build Realtek HD-audio codec support"
  76. default y
  77. help
  78. Say Y here to include Realtek HD-audio codec support in
  79. snd-hda-intel driver, such as ALC880.
  80. When the HD-audio driver is built as a module, the codec
  81. support code is also built as another module,
  82. snd-hda-codec-realtek.
  83. This module is automatically loaded at probing.
  84. config SND_HDA_ENABLE_REALTEK_QUIRKS
  85. bool "Build static quirks for Realtek codecs"
  86. depends on SND_HDA_CODEC_REALTEK
  87. default y
  88. help
  89. Say Y here to build the static quirks codes for Realtek codecs.
  90. If you need the "model" preset that the default BIOS auto-parser
  91. can't handle, turn this option on.
  92. If your device works with model=auto option, basically you don't
  93. need the quirk code. By turning this off, you can reduce the
  94. module size quite a lot.
  95. config SND_HDA_CODEC_ANALOG
  96. bool "Build Analog Device HD-audio codec support"
  97. default y
  98. help
  99. Say Y here to include Analog Device HD-audio codec support in
  100. snd-hda-intel driver, such as AD1986A.
  101. When the HD-audio driver is built as a module, the codec
  102. support code is also built as another module,
  103. snd-hda-codec-analog.
  104. This module is automatically loaded at probing.
  105. config SND_HDA_CODEC_SIGMATEL
  106. bool "Build IDT/Sigmatel HD-audio codec support"
  107. default y
  108. help
  109. Say Y here to include IDT (Sigmatel) HD-audio codec support in
  110. snd-hda-intel driver, such as STAC9200.
  111. When the HD-audio driver is built as a module, the codec
  112. support code is also built as another module,
  113. snd-hda-codec-idt.
  114. This module is automatically loaded at probing.
  115. config SND_HDA_CODEC_VIA
  116. bool "Build VIA HD-audio codec support"
  117. default y
  118. help
  119. Say Y here to include VIA HD-audio codec support in
  120. snd-hda-intel driver, such as VT1708.
  121. When the HD-audio driver is built as a module, the codec
  122. support code is also built as another module,
  123. snd-hda-codec-via.
  124. This module is automatically loaded at probing.
  125. config SND_HDA_CODEC_HDMI
  126. bool "Build HDMI/DisplayPort HD-audio codec support"
  127. select SND_DYNAMIC_MINORS
  128. default y
  129. help
  130. Say Y here to include HDMI and DisplayPort HD-audio codec
  131. support in snd-hda-intel driver. This includes all AMD/ATI,
  132. Intel and Nvidia HDMI/DisplayPort codecs.
  133. When the HD-audio driver is built as a module, the codec
  134. support code is also built as another module,
  135. snd-hda-codec-hdmi.
  136. This module is automatically loaded at probing.
  137. config SND_HDA_CODEC_CIRRUS
  138. bool "Build Cirrus Logic codec support"
  139. depends on SND_HDA_INTEL
  140. default y
  141. help
  142. Say Y here to include Cirrus Logic codec support in
  143. snd-hda-intel driver, such as CS4206.
  144. When the HD-audio driver is built as a module, the codec
  145. support code is also built as another module,
  146. snd-hda-codec-cirrus.
  147. This module is automatically loaded at probing.
  148. config SND_HDA_CODEC_CONEXANT
  149. bool "Build Conexant HD-audio codec support"
  150. default y
  151. help
  152. Say Y here to include Conexant HD-audio codec support in
  153. snd-hda-intel driver, such as CX20549.
  154. When the HD-audio driver is built as a module, the codec
  155. support code is also built as another module,
  156. snd-hda-codec-conexant.
  157. This module is automatically loaded at probing.
  158. config SND_HDA_CODEC_CA0110
  159. bool "Build Creative CA0110-IBG codec support"
  160. depends on SND_HDA_INTEL
  161. default y
  162. help
  163. Say Y here to include Creative CA0110-IBG codec support in
  164. snd-hda-intel driver, found on some Creative X-Fi cards.
  165. When the HD-audio driver is built as a module, the codec
  166. support code is also built as another module,
  167. snd-hda-codec-ca0110.
  168. This module is automatically loaded at probing.
  169. config SND_HDA_CODEC_CA0132
  170. bool "Build Creative CA0132 codec support"
  171. depends on SND_HDA_INTEL
  172. default y
  173. help
  174. Say Y here to include Creative CA0132 codec support in
  175. snd-hda-intel driver.
  176. When the HD-audio driver is built as a module, the codec
  177. support code is also built as another module,
  178. snd-hda-codec-ca0132.
  179. This module is automatically loaded at probing.
  180. config SND_HDA_CODEC_CMEDIA
  181. bool "Build C-Media HD-audio codec support"
  182. default y
  183. help
  184. Say Y here to include C-Media HD-audio codec support in
  185. snd-hda-intel driver, such as CMI9880.
  186. When the HD-audio driver is built as a module, the codec
  187. support code is also built as another module,
  188. snd-hda-codec-cmedia.
  189. This module is automatically loaded at probing.
  190. config SND_HDA_CODEC_SI3054
  191. bool "Build Silicon Labs 3054 HD-modem codec support"
  192. default y
  193. help
  194. Say Y here to include Silicon Labs 3054 HD-modem codec
  195. (and compatibles) support in snd-hda-intel driver.
  196. When the HD-audio driver is built as a module, the codec
  197. support code is also built as another module,
  198. snd-hda-codec-si3054.
  199. This module is automatically loaded at probing.
  200. config SND_HDA_GENERIC
  201. bool "Enable generic HD-audio codec parser"
  202. default y
  203. help
  204. Say Y here to enable the generic HD-audio codec parser
  205. in snd-hda-intel driver.
  206. config SND_HDA_POWER_SAVE
  207. bool "Aggressive power-saving on HD-audio"
  208. depends on PM
  209. help
  210. Say Y here to enable more aggressive power-saving mode on
  211. HD-audio driver. The power-saving timeout can be configured
  212. via power_save option or over sysfs on-the-fly.
  213. config SND_HDA_POWER_SAVE_DEFAULT
  214. int "Default time-out for HD-audio power-save mode"
  215. depends on SND_HDA_POWER_SAVE
  216. default 0
  217. help
  218. The default time-out value in seconds for HD-audio automatic
  219. power-save mode. 0 means to disable the power-save mode.
  220. endif