diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-03-20 04:38:21 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-03-20 04:38:21 +0000 |
| commit | 056dc22c4f11fe95aaa572351c6f3f6fc2f8919b (patch) | |
| tree | 6f0be7bb314f54341b83023bfbcfd1e7fa7f0d00 /sys/dev/sound | |
| parent | 5ab92b80d0646045eb12b0dcc28d2e85a13904f1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound')
| -rw-r--r-- | sys/dev/sound/pci/vibes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/vibes.c b/sys/dev/sound/pci/vibes.c index c6696834f4fa..c7028f59ee46 100644 --- a/sys/dev/sound/pci/vibes.c +++ b/sys/dev/sound/pci/vibes.c @@ -547,6 +547,7 @@ sv_mix_setrecsrc(struct snd_mixer *m, u_int32_t mask) } } DEB(printf("sv_mix_setrecsrc: mask 0x%08x adc_input 0x%02x\n", mask, v)); + sv_indirect_set(sc, SV_REG_ADC_INPUT, v); return mask; } |
