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:
Christos Margiolis
2026-03-24 11:32:36 +01:00
parent edad981e1e
commit d048cec5fb
-4
View File
@@ -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;
}