diff options
author | Mark Hills <mark@pogo.org.uk> | 2009-02-04 17:34:31 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-05 03:32:39 -0500 |
commit | e3ca4c9982e3b84da859ca20a3ca0a9d5bda8c30 (patch) | |
tree | 69763275157d371e72fc536acec80d645cec20fc /sound | |
parent | 705350f8bd6b44fda3f0dcc3e6f4b453da4378dd (diff) |
ALSA: snd-usb-caiaq: Set default input mode of A4DJ
Do not start the device with input mode undefined. Mimic the behaviour of
the Audio 8 DJ and start in phono input mode.
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')
-rw-r--r-- | sound/usb/caiaq/caiaq-device.c | 6 |
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 + |