aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/caiaq/caiaq-device.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/usb/caiaq/caiaq-device.c b/sound/usb/caiaq/caiaq-device.c
index d09fc2a88cf3..94610dda8ab4 100644
--- a/sound/usb/caiaq/caiaq-device.c
+++ b/sound/usb/caiaq/caiaq-device.c
@@ -312,6 +312,12 @@ static void __devinit setup_card(struct snd_usb_caiaqdev *dev)
312 } 312 }
313 313
314 break; 314 break;
315 case USB_ID(USB_VID_NATIVEINSTRUMENTS, USB_PID_AUDIO4DJ):
316 /* Audio 4 DJ - default input mode to phono */
317 dev->control_state[0] = 2;
318 snd_usb_caiaq_send_command(dev, EP1_CMD_WRITE_IO,
319 dev->control_state, 1);
320 break;
315 } 321 }
316 322
317 if (dev->spec.num_analog_audio_out + 323 if (dev->spec.num_analog_audio_out +