aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/caiaq
diff options
context:
space:
mode:
authorMark Hills <mark@pogo.org.uk>2009-02-04 22:34:30 +0000
committerTakashi Iwai <tiwai@suse.de>2009-02-05 09:31:53 +0100
commit705350f8bd6b44fda3f0dcc3e6f4b453da4378dd (patch)
treecef1a1fd5a1d788024e3ab0521b222b6ccc40864 /sound/usb/caiaq
parentALSA: snd-usb-caiaq: support for two more audio devices (diff)
downloadlinux-dev-705350f8bd6b44fda3f0dcc3e6f4b453da4378dd.tar.xz
linux-dev-705350f8bd6b44fda3f0dcc3e6f4b453da4378dd.zip
ALSA: snd-usb-caiaq: Send the correct command when setting controls
Fixes a bug where an incorrect command was sent which had no effect on the device. Signed-off-by: Mark Hills <mark@pogo.org.uk> Acked-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/caiaq')
-rw-r--r--sound/usb/caiaq/caiaq-control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/caiaq/caiaq-control.c b/sound/usb/caiaq/caiaq-control.c
index 6ac5489a0f22..1f9531d0fce4 100644
--- a/sound/usb/caiaq/caiaq-control.c
+++ b/sound/usb/caiaq/caiaq-control.c
@@ -94,7 +94,7 @@ static int control_put(struct snd_kcontrol *kcontrol,
if (pos & CNT_INTVAL) {
dev->control_state[pos & ~CNT_INTVAL]
= ucontrol->value.integer.value[0];
- snd_usb_caiaq_send_command(dev, EP1_CMD_DIMM_LEDS,
+ snd_usb_caiaq_send_command(dev, EP1_CMD_WRITE_IO,
dev->control_state, sizeof(dev->control_state));
} else {
if (ucontrol->value.integer.value[0])