summaryrefslogtreecommitdiffstats
path: root/sound/usb/stream.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1Star
* media: sound/usb: Use Media Controller API to share media resourcesShuah Khan2019-04-221-0/+2
* ALSA: usb-audio: Always check descriptor sizes in parser codeTakashi Iwai2019-01-071-11/+25
* ALSA: usb-audio: Fix invalid use of sizeof in parse_uac_endpoint_attributes()Wei Yongjun2018-08-021-1/+1
* ALSA: usb-audio: Operate UAC3 Power Domains in PCM callbacksJorge Sanjuan2018-07-311-1/+5
* ALSA: usb-audio: AudioStreaming Power Domain parsingJorge Sanjuan2018-07-311-8/+58
* ALSA: usb-audio: Allow non-vmalloc buffer for PCM buffersTakashi Iwai2018-05-291-0/+2
* ALSA: usb: stream: fix potential memory leak during uac3 interface parsingRuslan Bilovol2018-05-181-1/+5
* Merge branch 'for-linus' into for-nextTakashi Iwai2018-05-151-1/+8
|\
| * ALSA: usb-audio: Use Class Specific EP for UAC3 devices.Jorge Sanjuan2018-05-151-1/+8
* | ALSA: usb: add UAC3 BADD profiles supportRuslan Bilovol2018-05-131-9/+74
* | ALSA: usb: stream: refactor uac3 audio interface parsingRuslan Bilovol2018-05-041-143/+146
* | ALSA: usb: stream: refactor uac1/2 audio interface parsingRuslan Bilovol2018-05-041-148/+185
* | ALSA: usb: stream: move audioformat alloc/init into separate functionRuslan Bilovol2018-05-041-16/+36
|/
* ALSA: usb-audio: ADC3: Fix channel mapping conversion for ADC3.Michael Drake2018-04-241-1/+1
* ALSA: usb: initial USB Audio Device Class 3.0 supportRuslan Bilovol2018-03-211-36/+329
* ALSA: usb-audio: move audioformat quirks to quirks.cRuslan Bilovol2018-03-191-29/+1Star
* ALSA: usb: Delete an error message for a failed memory allocation in two func...Markus Elfring2017-08-121-3/+1Star
* Merge tag 'media/v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-04-051-2/+0Star
|\
| * [media] Revert "[media] sound/usb: Use Media Controller API to share media re...Mauro Carvalho Chehab2016-03-311-2/+0Star
* | Merge tag 'sound-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-04-021-1/+5
|\ \ | |/ |/|
| * ALSA: usb-audio: Fix double-free in error paths after snd_usb_add_audio_strea...Vladis Dronov2016-03-311-1/+5
* | [media] sound/usb: Use Media Controller API to share media resourcesShuah Khan2016-03-031-0/+2
|/
* ALSA: usb-audio: use list_for_each_entry_continue_reverseGeliang Tang2015-12-221-4/+2Star
* ALSA: USB-audio: Add quirk for Zoom R16/24 playbackRicard Wanderlof2015-10-191-0/+1
* ALSA: usb-audio: Change internal PCM orderJohan Rastén2015-09-071-1/+9
* ALSA: usb-audio: Use standard printk helpersTakashi Iwai2014-02-261-22/+28
* ALSA: usb: Fix wrong mapping of RLC and RRC channelsAnssi Hannula2013-11-111-2/+2
* ALSA: usb - Don't trust the channel config if the channel count changedDavid Henningsson2013-11-051-2/+5
* ALSA: usb - For class 2 devices, use channel map from altsettingsDavid Henningsson2013-11-051-1/+3
* ALSA: usb: supply channel maps even when wChannelConfig is unspecifiedDavid Henningsson2013-11-051-5/+13
* ALSA: usb-audio: add support for many Roland/Yamaha devicesClemens Ladisch2013-06-271-3/+12
* ALSA: usb-audio: store protocol version in struct audioformatClemens Ladisch2013-06-271-1/+2
* ALSA: snd-usb: try harder to find USB_DT_CS_ENDPOINTDaniel Mack2013-04-251-0/+8
* ALSA: usb: Add quirk for 192KHz recording on E-Mu devicesCalvin Owens2013-04-131-0/+1
* ALSA: usb-audio: convert list_for_each to entry variantEldad Zack2013-04-041-8/+4Star
* ALSA: snd-usb: handle the bmFormats field as unsigned intDaniel Mack2013-03-181-1/+1
* ALSA: usb-audio: add channel map supportTakashi Iwai2012-11-261-5/+225
* ALSA: usb-audio: Fix races at disconnectionTakashi Iwai2012-10-301-0/+1
* ALSA: usb-audio: Fix substream assignmentsTakashi Iwai2012-06-081-4/+3Star
* ALSA: snd-usb: switch over to new endpoint streaming logicDaniel Mack2012-04-131-3/+28
* ALSA: snd-usb: move code from urb.c to endpoint.cDaniel Mack2011-09-141-1/+0Star
* ALSA: snd-usb: re-order codeDaniel Mack2011-09-141-0/+453