|
@@ -127,11 +127,15 @@ comment "Set to Y if you want auto-loading the codec driver"
|
|
|
|
|
|
config SND_HDA_CODEC_HDMI
|
|
|
tristate "Build HDMI/DisplayPort HD-audio codec support"
|
|
|
+ select SND_DYNAMIC_MINORS
|
|
|
help
|
|
|
Say Y or M here to include HDMI and DisplayPort HD-audio codec
|
|
|
support in snd-hda-intel driver. This includes all AMD/ATI,
|
|
|
Intel and Nvidia HDMI/DisplayPort codecs.
|
|
|
|
|
|
+ Note that this option mandatorily enables CONFIG_SND_DYNAMIC_MINORS
|
|
|
+ to assure the multiple streams for DP-MST support.
|
|
|
+
|
|
|
comment "Set to Y if you want auto-loading the codec driver"
|
|
|
depends on SND_HDA=y && SND_HDA_CODEC_HDMI=m
|
|
|
|