aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Margiolis <christos@FreeBSD.org>2026-03-24 10:32:36 +0000
committerChristos Margiolis <christos@FreeBSD.org>2026-03-24 10:38:42 +0000
commitd048cec5fb41cf9529dd0b637a51c7ee72b59b3b (patch)
tree15a205ec17f6e737e11ca480de821486727bcf46
parentedad981e1e8673b6dd14656fe75b9f239fb777ce (diff)
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
-rw-r--r--sys/dev/sound/pcm/ac97.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c
index 85f1f7ccf4d0..73a1e0280e56 100644
--- a/sys/dev/sound/pcm/ac97.c
+++ b/sys/dev/sound/pcm/ac97.c
@@ -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;
}