aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/podhd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-02ALSA: line6: Replace sprintf() with sysfs_emit()Takashi Iwai1-2/+2
2021-10-26ALSA: line6: fix control and interrupt message timeoutsJohan Hovold1-3/+3
2020-09-25sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman1-14/+9
2020-09-25Revert "sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()"Oliver Neukum1-6/+11
2020-09-16sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman1-11/+6
2020-07-17ALSA: line6: Use kmemdup in podhd_set_monitor_level()YueHaibing1-3/+1
2020-07-13ALSA: line6: add hw monitor volume control for POD HD500Vasily Khoruzhick1-1/+126
2020-04-26ALSA: line6: Fix POD HD500 audio playbackVasily Khoruzhick1-17/+5
2020-01-03ALSA: line6: Constify snd_ratden definitionsTakashi Iwai1-1/+1
2019-07-18ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1Kai-Heng Feng1-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-3/+5
2019-05-28ALSA: line6: podhd: Rewrite complex timer & work combo with a delayed workTakashi Iwai1-66/+8
2019-04-28ALSA: line6: use dynamic buffersGreg Kroah-Hartman1-9/+12
2017-10-17ALSA: usb-audio: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-17Merge branch 'for-linus' into for-nextTakashi Iwai1-3/+5
2017-10-09ALSA: line6: Fix NULL dereference at podhd_disconnect()Takashi Iwai1-1/+2
2017-10-09ALSA: line6: Fix missing initialization before error pathTakashi Iwai1-2/+3
2017-09-19ALSA: line6: add support for POD HD DESKTOPHans P. Möller Ebner1-1/+15
2017-06-20ALSA: line6: remove unnecessary initialization to PODHD500XHans P. Möller Ebner1-4/+6
2017-06-20ALSA: line6: add support for POD HD500XHans P. Möller Ebner1-1/+16
2016-11-29ALSA: line6: Claim pod x3 usb data interfaceAndrej Krutak1-0/+26
2016-10-10ALSA: line6: Fix POD X3 Live audio inputAndrej Krutak1-1/+2
2016-09-19ALSA: line6: Cleanup podhd initializationAndrej Krutak1-11/+8
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 Krutak1-13/+263
2016-09-19ALSA: line6: Allow different channel numbers for in/outAndrej Krutak1-3/+1
2015-02-08ALSA: line6: Pass driver name to line6_probe()Chris Rorvick1-1/+1
2015-01-28ALSA: line6: Remove snd_line6_ prefix of pcm property fieldsTakashi Iwai1-3/+3
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 Iwai1-1/+0
2015-01-28ALSA: line6: Tidy up and typo fixes in commentsTakashi Iwai1-3/+1
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-3/+3
2015-01-28ALSA: line6: Remove superfluous NULL checks in each driverTakashi Iwai1-4/+0
2015-01-20ALSA: line6: Refer to manufacturer as "Line 6"Chris Rorvick1-3/+3
2015-01-20ALSA: line6: Reorganize card resource handlingTakashi Iwai1-68/+7
2015-01-20ALSA: line6: Drop invalid SNDRV_PCM_INFO_RESUME flagTakashi Iwai1-6/+0
2015-01-20ALSA: line6: Split to each driverTakashi Iwai1-2/+122
2015-01-12ALSA: move line6 usb driver into sound/usbTakashi Iwai1-0/+156