Kconfig 7.5 KB

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