diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-06-06 12:10:24 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-06-06 12:21:20 +0200 |
commit | 36bb00d4b2463b0b8b37fb0ce753813bf729b997 (patch) | |
tree | d6158f30c1551e4185eb965ca81dcce5d74da2f8 /sound/pci/hda/Kconfig | |
parent | ALSA: hda/via - Use standard snd_hda_shutup_pins() (diff) | |
download | linux-36bb00d4b2463b0b8b37fb0ce753813bf729b997.tar.xz linux-36bb00d4b2463b0b8b37fb0ce753813bf729b997.zip |
ALSA: hda - Drop hard dependency on CONFIG_SND_DYNAMIC_MINORS
Currently HDMI codec driver sets the hard dependency (reverse
selection) on CONFIG_SND_DYNAMIC_MINORS because the recent codecs may
support more than two PCMs. But, this doesn't mean that we need
always this option, since there can be a single PCM stream even with
the modern codecs.
This patch drops the hard dependency again but give more sensible
error message when no enough PCMs are available due to the lack of
this option.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/Kconfig')
-rw-r--r-- | sound/pci/hda/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig index 80a7d44bcf81..0c5371abecd2 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig @@ -140,7 +140,6 @@ config SND_HDA_CODEC_VIA config SND_HDA_CODEC_HDMI bool "Build HDMI/DisplayPort HD-audio codec support" - select SND_DYNAMIC_MINORS default y help Say Y here to include HDMI and DisplayPort HD-audio codec |