From: Takashi Iwai Date: Thu, 6 Jun 2013 10:10:24 +0000 (+0200) Subject: ALSA: hda - Drop hard dependency on CONFIG_SND_DYNAMIC_MINORS X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~15^2~3^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36bb00d4b2463b0b8b37fb0ce753813bf729b997;p=pandora-kernel.git 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 --- Reading git-diff-tree failed