aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/stream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-26ALSA: usb-audio: Inform devices that need delayed registrationTakashi Iwai1-0/+3
2020-01-05ALSA: usb-audio: More constificationsTakashi Iwai1-2/+2
2019-08-22Merge branch 'topic/usb-validation' into for-nextTakashi Iwai1-12/+13
2019-08-22ALSA: usb-audio: More validations of descriptor unitsTakashi Iwai1-12/+13
2019-08-06ALSA: usb-audio: fix PCM device orderAlexander Tsoy1-1/+33
2019-08-06ALSA: usb-audio: Unify audioformat release codeTakashi Iwai1-17/+14
2019-08-06ALSA: usb-audio: fix a memory leak bugWenwen Wang1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2019-04-22media: sound/usb: Use Media Controller API to share media resourcesShuah Khan1-0/+2
2019-01-07ALSA: usb-audio: Always check descriptor sizes in parser codeTakashi Iwai1-11/+25
2018-08-02ALSA: usb-audio: Fix invalid use of sizeof in parse_uac_endpoint_attributes()Wei Yongjun1-1/+1
2018-07-31ALSA: usb-audio: Operate UAC3 Power Domains in PCM callbacksJorge Sanjuan1-1/+5
2018-07-31ALSA: usb-audio: AudioStreaming Power Domain parsingJorge Sanjuan1-8/+58
2018-05-29ALSA: usb-audio: Allow non-vmalloc buffer for PCM buffersTakashi Iwai1-0/+2
2018-05-18ALSA: usb: stream: fix potential memory leak during uac3 interface parsingRuslan Bilovol1-1/+5
2018-05-15Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+8
2018-05-15ALSA: usb-audio: Use Class Specific EP for UAC3 devices.Jorge Sanjuan1-1/+8
2018-05-13ALSA: usb: add UAC3 BADD profiles supportRuslan Bilovol1-9/+74
2018-05-04ALSA: usb: stream: refactor uac3 audio interface parsingRuslan Bilovol1-143/+146
2018-05-04ALSA: usb: stream: refactor uac1/2 audio interface parsingRuslan Bilovol1-148/+185
2018-05-04ALSA: usb: stream: move audioformat alloc/init into separate functionRuslan Bilovol1-16/+36
2018-04-24ALSA: usb-audio: ADC3: Fix channel mapping conversion for ADC3.Michael Drake1-1/+1
2018-03-21ALSA: usb: initial USB Audio Device Class 3.0 supportRuslan Bilovol1-36/+329
2018-03-19ALSA: usb-audio: move audioformat quirks to quirks.cRuslan Bilovol1-29/+1
2017-08-12ALSA: usb: Delete an error message for a failed memory allocation in two functionsMarkus Elfring1-3/+1
2016-04-05Merge tag 'media/v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+0
2016-04-01Merge tag 'sound-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+5
2016-03-31[media] Revert "[media] sound/usb: Use Media Controller API to share media resources"Mauro Carvalho Chehab1-2/+0
2016-03-31ALSA: usb-audio: Fix double-free in error paths after snd_usb_add_audio_stream() callVladis Dronov1-1/+5
2016-03-03[media] sound/usb: Use Media Controller API to share media resourcesShuah Khan1-0/+2
2015-12-22ALSA: usb-audio: use list_for_each_entry_continue_reverseGeliang Tang1-4/+2
2015-10-19ALSA: USB-audio: Add quirk for Zoom R16/24 playbackRicard Wanderlof1-0/+1
2015-09-07ALSA: usb-audio: Change internal PCM orderJohan Rastén1-1/+9
2014-02-26ALSA: usb-audio: Use standard printk helpersTakashi Iwai1-22/+28
2013-11-11ALSA: usb: Fix wrong mapping of RLC and RRC channelsAnssi Hannula1-2/+2
2013-11-05ALSA: usb - Don't trust the channel config if the channel count changedDavid Henningsson1-2/+5
2013-11-05ALSA: usb - For class 2 devices, use channel map from altsettingsDavid Henningsson1-1/+3
2013-11-05ALSA: usb: supply channel maps even when wChannelConfig is unspecifiedDavid Henningsson1-5/+13
2013-06-27ALSA: usb-audio: add support for many Roland/Yamaha devicesClemens Ladisch1-3/+12
2013-06-27ALSA: usb-audio: store protocol version in struct audioformatClemens Ladisch1-1/+2
2013-04-25ALSA: snd-usb: try harder to find USB_DT_CS_ENDPOINTDaniel Mack1-0/+8
2013-04-13ALSA: usb: Add quirk for 192KHz recording on E-Mu devicesCalvin Owens1-0/+1
2013-04-04ALSA: usb-audio: convert list_for_each to entry variantEldad Zack1-8/+4
2013-03-18ALSA: snd-usb: handle the bmFormats field as unsigned intDaniel Mack1-1/+1
2012-11-26ALSA: usb-audio: add channel map supportTakashi Iwai1-5/+225
2012-10-30ALSA: usb-audio: Fix races at disconnectionTakashi Iwai1-0/+1
2012-06-08ALSA: usb-audio: Fix substream assignmentsTakashi Iwai1-4/+3
2012-04-13ALSA: snd-usb: switch over to new endpoint streaming logicDaniel Mack1-3/+28
2011-09-14ALSA: snd-usb: move code from urb.c to endpoint.cDaniel Mack1-1/+0
2011-09-14ALSA: snd-usb: re-order codeDaniel Mack1-0/+453