Kconfig 7.9 KB

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