sound: Remove dead code in pcm/ac97.c
ac97_uninitmixer() does not exist also. Sponsored by: The FreeBSD Foundation MFC after: 1 week Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D56045
This commit is contained in:
@@ -1094,10 +1094,6 @@ ac97mix_uninit(struct snd_mixer *m)
|
||||
|
||||
if (codec == NULL)
|
||||
return -1;
|
||||
/*
|
||||
if (ac97_uninitmixer(codec))
|
||||
return -1;
|
||||
*/
|
||||
ac97_destroy(codec);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user