aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usbaudio.h
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2010-03-01 10:20:37 -0500
committerJaroslav Kysela <perex@perex.cz>2010-03-01 11:02:38 -0500
commite584bc3cf6865e005bbb4dbabae0bf4b3df59500 (patch)
tree0ca057d2bee756f70064185ab4aa834cb6418eba /sound/usb/usbaudio.h
parent291186e049d7f8178ad31d43c38a53889f25d79e (diff)
ALSA: ua101: add Edirol UA-1000 support
Add support for the Edirol UA-1000 to the UA-101 driver. Both devices behave the same, so we just have to shuffle around some interface numbers and name strings. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/usb/usbaudio.h')
-rw-r--r--sound/usb/usbaudio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/usb/usbaudio.h b/sound/usb/usbaudio.h
index 9d8cea48fc5f..96c558a76ba6 100644
--- a/sound/usb/usbaudio.h
+++ b/sound/usb/usbaudio.h
@@ -159,7 +159,6 @@ enum quirk_type {
159 QUIRK_MIDI_US122L, 159 QUIRK_MIDI_US122L,
160 QUIRK_AUDIO_STANDARD_INTERFACE, 160 QUIRK_AUDIO_STANDARD_INTERFACE,
161 QUIRK_AUDIO_FIXED_ENDPOINT, 161 QUIRK_AUDIO_FIXED_ENDPOINT,
162 QUIRK_AUDIO_EDIROL_UA1000,
163 QUIRK_AUDIO_EDIROL_UAXX, 162 QUIRK_AUDIO_EDIROL_UAXX,
164 QUIRK_AUDIO_ALIGN_TRANSFER, 163 QUIRK_AUDIO_ALIGN_TRANSFER,
165 164
@@ -196,7 +195,7 @@ struct snd_usb_midi_endpoint_info {
196 195
197/* for QUIRK_AUDIO/MIDI_STANDARD_INTERFACE, data is NULL */ 196/* for QUIRK_AUDIO/MIDI_STANDARD_INTERFACE, data is NULL */
198 197
199/* for QUIRK_AUDIO_EDIROL_UA700_UA25/UA1000, data is NULL */ 198/* for QUIRK_AUDIO_EDIROL_UAXX, data is NULL */
200 199
201/* for QUIRK_IGNORE_INTERFACE, data is NULL */ 200/* for QUIRK_IGNORE_INTERFACE, data is NULL */
202 201