[ALSA] Remove snd_card_generic_dev()
Remove the obsolete snd_card_generic_dev(). CONFIG_SND_GENERIC_DRIVER is also removed from Kconfig. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Jaroslav Kysela
parent
fa8174db0f
commit
ebfbd2b83d
@@ -1079,9 +1079,6 @@ static int __init amd7930_attach(int prom_node, struct sbus_dev *sdev)
|
||||
if ((err = snd_amd7930_mixer(amd)) < 0)
|
||||
goto out_err;
|
||||
|
||||
if ((err = snd_card_set_generic_dev(card)) < 0)
|
||||
goto out_err;
|
||||
|
||||
if ((err = snd_card_register(card)) < 0)
|
||||
goto out_err;
|
||||
|
||||
|
Reference in New Issue
Block a user