[alsa-devel] [PATCH 1/5] snd-usb-caiaq: Send the correct command when setting controls

Mark Hills mark at pogo.org.uk
Wed Feb 4 23:34:30 CET 2009


Fixes a bug where an incorrect command was sent which had no effect on the
device.

Signed-off-by: Mark Hills <mark at pogo.org.uk>
Acked-by: Daniel Mack <daniel at caiaq.de>
---
 usb/caiaq/caiaq-control.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/usb/caiaq/caiaq-control.c b/usb/caiaq/caiaq-control.c
index 6ac5489..1f9531d 100644
--- a/usb/caiaq/caiaq-control.c
+++ b/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])
-- 
1.6.1.2



More information about the Alsa-devel mailing list