linux: Enable SND_DYNAMIC_MINORS
This is necessary if you get: kernel: Too many HDMI devices kernel: Consider building the kernel with CONFIG_SND_DYNAMIC_MINORS=y
This commit is contained in:
parent
bf841cd892
commit
5da309fcaa
@ -114,6 +114,7 @@ with stdenv.lib;
|
||||
VGA_SWITCHEROO y
|
||||
|
||||
# Sound.
|
||||
SND_DYNAMIC_MINORS y
|
||||
SND_AC97_POWER_SAVE y # AC97 Power-Saving Mode
|
||||
SND_HDA_INPUT_BEEP y # Support digital beep via input layer
|
||||
SND_USB_CAIAQ_INPUT y
|
||||
|
Loading…
Reference in New Issue
Block a user