summaryrefslogtreecommitdiffstats
path: root/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* 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: usb-audio: fix Line6 Helix audio format ratesNicola Lunghi2019-07-071-3/+43
* | ALSA: usb-audio: Fix parse of UAC2 Extension UnitsTakashi Iwai2019-07-051-6/+10
* | Merge branch 'for-linus' into for-nextTakashi Iwai2019-07-011-2/+2
|\|
| * ALSA: usb-audio: fix sign unintended sign extension on left shiftsColin Ian King2019-06-281-2/+2
* | ALSA: usb-audio: Sanity checks for each pipe and EP typesTakashi Iwai2019-06-243-3/+33
* | ALSA: usb-audio: Enable .product_name override for Emagic, Unitor 8.Stefan Sauer2019-06-111-1/+1
* | 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-097-27/+115
|\
| * ALSA: line6: toneport: Fix broken usage of timer for delayed executionTakashi Iwai2019-05-081-7/+9
| * Merge branch 'for-linus' into for-nextTakashi Iwai2019-05-063-40/+65
| |\
| * | ALSA: usx2y: fix a double free bugWenwen Wang2019-04-291-3/+1
| * | ALSA: usb-audio: Fix a memory leak bugWenwen Wang2019-04-281-0/+2
| * | ALSA: usb-audio: Handle the error from snd_usb_mixer_apply_create_quirk()Takashi Iwai2019-04-241-1/+3
| * | ALSA: usb-audio: Add quirk for Focusrite Scarlett SoloRoope Salmi2019-04-151-0/+84
| * | ALSA: us122l: Use alloc_pages_exact()Takashi Iwai2019-03-271-12/+8
| * | ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Takashi Iwai2019-03-273-4/+8
* | | Merge tag 'media/v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-05-0811-4/+461
|\ \ \
| * | | media: sound/usb: Use Media Controller API to share media resourcesShuah Khan2019-04-2211-4/+461
| |/ /
* | | 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
|/
* ALSA: usx2y: Fix potential NULL pointer dereferenceAditya Pakki2019-03-131-0/+5
* ALSA: usb-audio: Add quirk for MOTU MicroBook IIManuel Reinhardt2019-02-283-0/+170
* ALSA: usb-audio: Expose sample resolution through proc interfaceJussi Laako2019-02-183-0/+4
* Merge branch 'for-linus' into for-nextTakashi Iwai2019-02-082-1/+9
|\
| * ALSA: usb-audio: Fix implicit fb endpoint setup by quirkManuel Reinhardt2019-02-071-1/+8
| * ALSA: usb-audio: Add support for new T+A USB DACUdo Eberhardt2019-02-051-0/+1
* | Merge branch 'topic/memory-device-fixes-2' into for-nextTakashi Iwai2019-02-082-22/+18
|\ \
| * | ALSA: usb: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-062-22/+18
* | | ALSA: usb: Clean up with new procfs helpersTakashi Iwai2019-02-063-16/+10
|/ /
* | ALSA: usb-audio: Cleanup DSD whitelistJussi Laako2019-01-291-16/+2
* | Merge branch 'for-linus' into for-nextTakashi Iwai2019-01-291-1/+2
|\|
| * ALSA: usb-audio: Add Opus #3 to quirks for native DSD supportOlek Poplavsky2019-01-251-0/+1
| * ALSA: usb-audio: fix CM6206 register definitionsAmadeusz Sławiński2019-01-081-1/+1
* | Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai2019-01-182-4/+1
|\ \
| * | ALSA: usb: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-152-4/+1
* | | ALSA: usb-audio: Remove set but not used variable 'first_ch_bits'YueHaibing2019-01-091-5/+1
* | | ALSA: line6: fix check on snd_card_registerAditya Pakki2019-01-071-1/+2
| |/ |/|
* | ALSA: usb-audio: Fix an out-of-bound read in create_composite_quirksHui Peng2019-01-071-0/+6
* | ALSA: usb-audio: Always check descriptor sizes in parser codeTakashi Iwai2019-01-073-12/+30
* | ALSA: usb-audio: Check mixer unit descriptors more strictlyTakashi Iwai2019-01-071-4/+11
* | ALSA: usb-audio: Avoid access before bLength check in build_audio_procunit()Takashi Iwai2019-01-071-2/+8
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2018-12-073-1/+15
|\