summaryrefslogtreecommitdiffstats
path: root/sound/usb/line6
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' into for-linusTakashi Iwai2020-08-033-4/+132
|\
| * ALSA: line6: Use kmemdup in podhd_set_monitor_level()YueHaibing2020-07-171-3/+1
| * ALSA: line6: add hw monitor volume control for POD HD500Vasily Khoruzhick2020-07-133-2/+132
| * ALSA: usb/line6: remove 'defined but not used' warningPierre-Louis Bossart2020-07-081-2/+2
* | ALSA: line6: Sync the pending work cancel at disconnectionTakashi Iwai2020-07-101-1/+1
* | ALSA: line6: Perform sanity check for each URB creationTakashi Iwai2020-07-102-0/+4
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-05-281-17/+5
|\
| * ALSA: line6: Fix POD HD500 audio playbackVasily Khoruzhick2020-04-261-17/+5
* | ALSA: line6: Add poll callback for hwdepVasily Khoruzhick2020-05-021-0/+16
* | ALSA: line6: hwdep: add support for O_NONBLOCK opening modeVasily Khoruzhick2020-05-022-0/+5
|/
* ALSA: line6: Fix endless MIDI read loopTakashi Iwai2020-03-092-2/+2
* ALSA: line6: Constify snd_ratden definitionsTakashi Iwai2020-01-033-3/+3
* ALSA: usb: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-112-2/+0
* ALSA: line6: Use managed buffer allocationTakashi Iwai2019-12-111-10/+3
* ALSA: usb: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-061-3/+1
* Merge branch 'topic/usb-validation' into for-nextTakashi Iwai2019-08-221-9/+9
|\
| * ALSA: line6: Fix memory leak at line6_init_pcm() error pathTakashi Iwai2019-08-211-9/+9
* | ALSA: line6: sizeof (byte) is always 1, use that fact.Pavel Machek2019-07-241-2/+2
|/
* ALSA: line6: Fix a typoChristophe JAILLET2019-07-221-1/+1
* ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1Kai-Heng Feng2019-07-181-1/+1
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0817-80/+17
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-0516-80/+16
| * Merge tag 'sound-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-05-303-12/+19
| |\
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | | Merge branch 'topic/hda-refresh-cleanup' into for-nextTakashi Iwai2019-07-071-0/+5
|\ \ \
| * | | ALSA: line6: Fix write on zero-sized bufferTakashi Iwai2019-07-021-0/+5
| | |/ | |/|
* | | ALSA: line6: Use container_of()Takashi Iwai2019-05-284-19/+25
* | | ALSA: line6: Drop superfluous timer helper functionTakashi Iwai2019-05-282-20/+0
* | | ALSA: line6: variax: Rewrite complex timer & work combo with a delayed workTakashi Iwai2019-05-281-93/+35
* | | ALSA: line6: podhd: Rewrite complex timer & work combo with a delayed workTakashi Iwai2019-05-281-66/+8
* | | ALSA: line6: pod: Rewrite complex timer & work combo with a delayed workTakashi Iwai2019-05-281-69/+27
|/ /
* / ALSA: line6: Assure canceling delayed work at disconnectionTakashi Iwai2019-05-283-12/+19
|/
* Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-05-091-7/+9
|\
| * ALSA: line6: toneport: Fix broken usage of timer for delayed executionTakashi Iwai2019-05-081-7/+9
* | Merge tag 'leds-for-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-071-4/+4
|\ \ | |/ |/|
| * ALSA: line6: Avoid polluting led_* namespaceJacek Anaszewski2019-04-181-4/+4
* | ALSA: line6: use dynamic buffersGreg Kroah-Hartman2019-04-283-40/+65
|/
* Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai2019-01-181-3/+1
|\
| * ALSA: usb: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-3/+1
* | ALSA: line6: fix check on snd_card_registerAditya Pakki2019-01-071-1/+2
|/
* ALSA: line6: stop using get_seconds()Arnd Bergmann2018-06-181-2/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+4
* ALSA: line6: Use correct endpoint type for midi outputFabián Inostroza2018-04-121-1/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-1/+1
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-131-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | ALSA: usb-audio: Convert timers to use timer_setup()Kees Cook2017-10-176-35/+32
* | Merge branch 'for-linus' into for-nextTakashi Iwai2017-10-172-6/+9
|\|
| * ALSA: line6: Fix leftover URB at error-path during probeTakashi Iwai2017-10-091-3/+4