aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/pod.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03ALSA: line6: Constify snd_ratden definitionsTakashi Iwai1-1/+1
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-5/+1
2019-05-28ALSA: line6: Use container_of()Takashi Iwai1-5/+7
2019-05-28ALSA: line6: pod: Rewrite complex timer & work combo with a delayed workTakashi Iwai1-69/+27
2019-01-07ALSA: line6: fix check on snd_card_registerAditya Pakki1-1/+2
2017-10-17ALSA: usb-audio: Convert timers to use timer_setup()Kees Cook1-6/+5
2017-04-12ALSA: line6: constify snd_kcontrol_new structuresBhumika Goyal1-1/+1
2016-09-19ALSA: line6: Distinguish device init (ctrl EP) and MIDI data transfer (int EP)Andrej Krutak1-1/+8
2016-09-19ALSA: line6: Allow different channel numbers for in/outAndrej Krutak1-2/+1
2016-08-22ALSA: line6: Fix POD sysfs attributes segfaultAndrej Krutak1-6/+6
2015-02-11ALSA: line6: Use explicit type for serial numberChris Rorvick1-2/+2
2015-02-08ALSA: line6: Pass driver name to line6_probe()Chris Rorvick1-1/+1
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-01-28ALSA: line6: Remove snd_line6_ prefix of pcm property fieldsTakashi Iwai1-3/+3
2015-01-28ALSA: line6: Move the contents of usbdefs.h into driver.hTakashi Iwai1-1/+0
2015-01-28ALSA: line6: Tidy up and typo fixes in commentsTakashi Iwai1-24/+8
2015-01-28ALSA: line6: Let snd_card_new() allocate private dataTakashi Iwai1-7/+2
2015-01-28ALSA: line6: Drop interface argument from private_init and disconnect callbacksTakashi Iwai1-7/+7
2015-01-28ALSA: line6: Remove superfluous NULL checks in each driverTakashi Iwai1-20/+8
2015-01-20ALSA: line6: Remove driver version from header commentChris Rorvick1-1/+1
2015-01-20ALSA: line6: Refer to manufacturer as "Line 6"Chris Rorvick1-3/+3
2015-01-20ALSA: line6: Remove CHECK_RETURN macroTakashi Iwai1-3/+9
2015-01-20ALSA: line6: Reorganize card resource handlingTakashi Iwai1-51/+9
2015-01-20ALSA: line6: Drop invalid SNDRV_PCM_INFO_RESUME flagTakashi Iwai1-6/+0
2015-01-20ALSA: line6: Split to each driverTakashi Iwai1-2/+222
2015-01-12ALSA: move line6 usb driver into sound/usbTakashi Iwai1-0/+453