aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-01-28 09:03:31 -0500
committerTakashi Iwai <tiwai@suse.de>2015-01-28 14:54:46 -0500
commit72f18d00757e182c1adeb747ea39a66f1b54698b (patch)
tree22f7c417b5099e53057185b8c2fff8e69e328352 /sound/usb
parentb3313476dd7d9950f3a2e8050a962602bc6dc9fc (diff)
ALSA: line6: Remove invalid capability bits for PODxt Live Variax
PODxt Live Variax doesn't have PCM and HWMON but only MIDI. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r--sound/usb/line6/variax.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/usb/line6/variax.c b/sound/usb/line6/variax.c
index 9dfbe7916d99..b1c1de65d584 100644
--- a/sound/usb/line6/variax.c
+++ b/sound/usb/line6/variax.c
@@ -259,9 +259,7 @@ static const struct line6_properties variax_properties_table[] = {
259 [LINE6_PODXTLIVE_VARIAX] = { 259 [LINE6_PODXTLIVE_VARIAX] = {
260 .id = "PODxtLive", 260 .id = "PODxtLive",
261 .name = "PODxt Live", 261 .name = "PODxt Live",
262 .capabilities = LINE6_CAP_CONTROL 262 .capabilities = LINE6_CAP_CONTROL,
263 | LINE6_CAP_PCM
264 | LINE6_CAP_HWMON,
265 .altsetting = 1, 263 .altsetting = 1,
266 .ep_ctrl_r = 0x86, 264 .ep_ctrl_r = 0x86,
267 .ep_ctrl_w = 0x05, 265 .ep_ctrl_w = 0x05,