]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Add warning texts when codec driver Kconfig doesn't match
authorTakashi Iwai <tiwai@suse.de>
Thu, 19 Dec 2013 14:09:14 +0000 (15:09 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 19 Dec 2013 14:09:14 +0000 (15:09 +0100)
commitd8f66c71d547538e1c61622139455dd231238aef
treef5ff8705ba7e0f310cf2ed0a6d9e9309914819d7
parent2698ea98059bb01a9b5d9cfd20e23d55f68c0a17
ALSA: hda - Add warning texts when codec driver Kconfig doesn't match

When a Kconfig of a codec driver doesn't match with the controller
(CONFIG_SND_HDA_INTEL), it'll result in the non-working automatic
probing.  Unfortunately kbuild can't give such a restriction, but at
least, it's possible to show a warning if such a condition is found.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/Kconfig