aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/line6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-14ALSA: usb-line6: constify snd_kcontrol_new strucutre arrayTakashi Sakamoto1-1/+1
2017-04-12ALSA: line6: constify snd_kcontrol_new structuresBhumika Goyal2-3/+3
2017-02-07ALSA: line6: Always setup isochronous transfer propertiesAndrej Krutak1-22/+26
2017-02-07Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+2
2017-02-07Revert "ALSA: line6: Only determine control port properties if needed"Takashi Iwai1-1/+2
2017-01-12ALSA: usb: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2016-11-29ALSA: line6: Claim pod x3 usb data interfaceAndrej Krutak2-4/+31
2016-10-12ALSA: line6: fix a crash in line6_hwdep_write()Dan Carpenter1-2/+2
2016-10-10ALSA: line6: Fix POD X3 Live audio inputAndrej Krutak1-1/+2
2016-09-25ALSA: usb-line6: use the same declaration as definition in header for MIDI manufacturer IDTakashi Sakamoto1-1/+1
2016-09-21ALSA: line6: snd-usb-line6 depends on CONFIG_SND_HWDEPValdis Kletnieks1-0/+1
2016-09-20ALSA: line6: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2016-09-19ALSA: line6: Add hwdep interface to access the POD control messagesAndrej Krutak2-6/+169
2016-09-19ALSA: line6: Cleanup podhd initializationAndrej Krutak1-11/+8
2016-09-19ALSA: line6: Only determine control port properties if neededAndrej Krutak1-2/+1
2016-09-19ALSA: line6: Add support for POD X3 Live (only USB ID differs from POD X3)Andrej Krutak1-0/+13
2016-09-19ALSA: line6: Add support for POD X3Andrej Krutak2-15/+265
2016-09-19ALSA: line6: Allow processing of raw incoming messagesAndrej Krutak3-29/+41
2016-09-19ALSA: line6: Distinguish device init (ctrl EP) and MIDI data transfer (int EP)Andrej Krutak4-25/+68
2016-09-19ALSA: line6: Add LINE6_CAP_IN_NEEDS_OUT, a void playback stream during captureAndrej Krutak5-11/+37
2016-09-19ALSA: line6: Allow different channel numbers for in/outAndrej Krutak7-13/+22
2016-09-19ALSA: line6: Support assymetrical in/out configurationsAndrej Krutak4-22/+28
2016-09-19ALSA: line6: Add high-speed USB supportAndrej Krutak5-14/+35
2016-09-19ALSA: line6: Enable different number of URBs for frame transfersAndrej Krutak6-21/+41
2016-08-22ALSA: line6: Fix POD sysfs attributes segfaultAndrej Krutak1-6/+6
2016-08-22ALSA: line6: Give up on the lock while URBs are released.Andrej Krutak1-0/+2
2016-08-22ALSA: line6: Remove double line6_pcm_release() after failed acquire.Andrej Krutak1-1/+0
2015-07-14ALSA: line6: Fix -EBUSY error during active monitoringTakashi Iwai1-7/+2
2015-03-05ALSA: line6: Clamp values correctlyTakashi Iwai1-3/+3
2015-02-12ALSA: line6: Improve line6_read/write_data() interfacesChris Rorvick2-8/+14
2015-02-11ALSA: line6: toneport: Use explicit type for firmware versionChris Rorvick1-1/+1
2015-02-11ALSA: line6: Use explicit type for serial numberChris Rorvick4-5/+5
2015-02-11ALSA: line6: Return EIO if read/write not successfulChris Rorvick1-2/+2
2015-02-11ALSA: line6: Return error if device not respondingChris Rorvick1-6/+23
2015-02-11ALSA: line6: Add delay before reading statusChris Rorvick1-0/+6
2015-02-08ALSA: line6: Pass driver name to line6_probe()Chris Rorvick6-7/+7
2015-02-08ALSA: line6: Pass toneport pointer to toneport_has_led()Chris Rorvick1-7/+12
2015-02-08ALSA: line6: Add toneport_has_source_select()Chris Rorvick1-16/+16
2015-02-06ALSA: line6: Get rid of unused variable in pod.cTakashi Iwai1-1/+0
2015-02-06ALSA: line6: Create sysfs via snd_card_add_dev_attr()Takashi Iwai1-25/+13
2015-02-03ALSA: line6: fixup of line6_start_timer argument typeNicholas Mc Guire2-2/+2
2015-02-03ALSA: line6: use msecs_to_jiffies for conversionNicholas Mc Guire1-1/+1
2015-02-01ALSA: line6: Remove unused line6_midibuf_skip_message()Chris Rorvick2-13/+0
2015-02-01ALSA: line6: Remove unused line6_midibuf_status()Chris Rorvick2-8/+0
2015-01-28ALSA: line6: Remove snd_line6_ prefix of pcm property fieldsTakashi Iwai6-20/+18
2015-01-28ALSA: line6: Remove invalid capability bits for PODxt Live VariaxTakashi Iwai1-3/+1
2015-01-28ALSA: line6: Remove struct usb_line6_podhdTakashi Iwai1-6/+1
2015-01-28ALSA: line6: Move the contents of usbdefs.h into driver.hTakashi Iwai9-34/+16
2015-01-28ALSA: line6: Remove revision.hTakashi Iwai2-5/+0
2015-01-28ALSA: line6: Tidy up and typo fixes in commentsTakashi Iwai8-174/+65