diff options
| author | Cameron Grant <cg@FreeBSD.org> | 2000-10-26 20:46:58 +0000 |
|---|---|---|
| committer | Cameron Grant <cg@FreeBSD.org> | 2000-10-26 20:46:58 +0000 |
| commit | 9ec437a334552380e562fb8a68387459c89f038d (patch) | |
| tree | d42ff29428db218cc8feac4c9738483d48cdf11a /sys/dev/sound/isa/mss.c | |
| parent | badd7dc127c5392cb4797faa7106af8654f27be3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound/isa/mss.c')
| -rw-r--r-- | sys/dev/sound/isa/mss.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index 0af216f2e101..3b24a750f472 100644 --- a/sys/dev/sound/isa/mss.c +++ b/sys/dev/sound/isa/mss.c @@ -112,6 +112,7 @@ static snd_mixer mss_mixer = { "MSS mixer", mssmix_init, NULL, + NULL, mssmix_set, mssmix_setrecsrc, }; @@ -123,6 +124,7 @@ static snd_mixer yamaha_mixer = { "OPL3-SAx mixer", ymmix_init, NULL, + NULL, ymmix_set, ymmix_setrecsrc, }; |
