]> git.karo-electronics.de Git - linux-beck.git/commit
ALSA: firewire: Fix dependency on PCM and rawmidi
authorTakashi Iwai <tiwai@suse.de>
Fri, 30 May 2014 08:15:58 +0000 (10:15 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 30 May 2014 13:22:06 +0000 (15:22 +0200)
commit112cddcada5001985516beda40da2288bd8aede7
treebebc8e38cc27cac2dbfcbd989b41268baaef4e41
parent66470c973c1b000a9830a58f89741704a9136daa
ALSA: firewire: Fix dependency on PCM and rawmidi

Now snd-firewire-lib supports rawmidi in addition to PCM, thus we need
to give a proper dependency.  For fixing and simplification, move the
selections of SND_PCM and SND_RAWMIDI into SND_FIREWIRE_LIB section.
Then each driver doesn't have to select them but only
SND_FIREWIRE_LIB.

Reported-by: Jim Davis <jim.epost@gmail.com>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Tested-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/Kconfig