summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-09-07 07:23:33 +0000
committerhselasky <hselasky@FreeBSD.org>2014-09-07 07:23:33 +0000
commite78c8fd434bc35a517e0b71a50a095e3d3db9aa7 (patch)
tree2c741f0deb9ded1dcc58112a8e03b96fed615603 /sys/dev/sound
parentc556452a75c4dc9805417aa4f484c9ff2e0f08ee (diff)
downloadFreeBSD-src-e78c8fd434bc35a517e0b71a50a095e3d3db9aa7.zip
FreeBSD-src-e78c8fd434bc35a517e0b71a50a095e3d3db9aa7.tar.gz
Update mixer description for FastTrackPro.
MFC after: 3 days
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/usb/uaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/usb/uaudio.c b/sys/dev/sound/usb/uaudio.c
index 9d98a78..b24a639 100644
--- a/sys/dev/sound/usb/uaudio.c
+++ b/sys/dev/sound/usb/uaudio.c
@@ -2724,14 +2724,14 @@ uaudio_mixer_controls_create_ftu(struct uaudio_softc *sc)
uaudio_mixer_add_ctl(sc, &MIX(sc));
- MIX(sc).wValue[0] = MAKE_WORD(9, chy + 1);
+ MIX(sc).wValue[0] = MAKE_WORD(9, chy + 1 + 8);
MIX(sc).type = MIX_SIGNED_16;
MIX(sc).ctl = SOUND_MIXER_NRDEVICES;
MIX(sc).name = "effect_send";
MIX(sc).nchan = 1;
MIX(sc).update[0] = 1;
snprintf(MIX(sc).desc, sizeof(MIX(sc).desc),
- "Effect Send DIn%d Volume", chy + 1 + 8);
+ "Effect Send DIn%d Volume", chy + 1);
uaudio_mixer_add_ctl(sc, &MIX(sc));
}
OpenPOWER on IntegriCloud