Skip to content

Commit

Permalink
ALSA: Revert "ALSA: snd-usb-caiaq: Set default input mode of A4DJ"
Browse files Browse the repository at this point in the history
Do not explicity set the default input mode. Use the hardware default
of mode 0 ('Control vinyl'), which is now available.

This reverts commit e3ca4c9.

Acked-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Mark Hills <mark@pogo.org.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Mark Hills authored and Takashi Iwai committed May 29, 2010
1 parent 4efd7d8 commit 6492335
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sound/usb/caiaq/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,6 @@ static void __devinit setup_card(struct snd_usb_caiaqdev *dev)
}

break;
case USB_ID(USB_VID_NATIVEINSTRUMENTS, USB_PID_AUDIO4DJ):
/* Audio 4 DJ - default input mode to phono */
dev->control_state[0] = 2;
snd_usb_caiaq_send_command(dev, EP1_CMD_WRITE_IO,
dev->control_state, 1);
break;
}

if (dev->spec.num_analog_audio_out +
Expand Down

0 comments on commit 6492335

Please sign in to comment.