aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_uac1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-26usb: gadget: f_uac1: allow changing interface name via configfsYunhao Tian1-1/+45
2022-01-26usb: gadget: f_uac1: Add suspend callbackPavel Hofman1-0/+9
2022-01-26usb: gadget: f_uac1: Support multiple sampling ratesJulian Scheel1-26/+155
2022-01-26usb: gadget: u_audio: Move dynamic srate from params to rtdPavel Hofman1-2/+0
2022-01-26usb: gadget: u_audio: Support multiple sampling ratesJulian Scheel1-0/+2
2021-10-25usb:gadget: f_uac1: fixed sync playbackPavel Hofman1-0/+1
2021-08-18usb: gadget: f_uac1: fixing inconsistent indentingPavel Hofman1-6/+6
2021-07-21usb: gadget: f_uac1: add volume and mute supportRuslan Bilovol1-22/+652
2021-03-23usb: gadget: f_uac1: disable IN/OUT ep if unusedRuslan Bilovol1-66/+163
2021-03-23usb: gadget: f_uac1: validate input parametersRuslan Bilovol1-0/+43
2021-03-10usb: gadget: f_uac1: stop playback on function disableRuslan Bilovol1-0/+1
2019-02-07usb: gadget: function: sync f_uac1 ac header baInterfaceNrliangshengjun1-0/+2
2019-02-07usb: gadget: fix various indentation issuesColin Ian King1-4/+4
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+1
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal1-1/+1
2017-07-18usb: gadget: f_uac1: endianness fixes.Ruslan Bilovol1-10/+10
2017-06-19usb: gadget: add f_uac1 variant based on a new u_audio apiRuslan Bilovol1-0/+802
2017-06-19usb: gadget: function: make current f_uac1 implementation legacyRuslan Bilovol1-1020/+0
2017-06-19usb: gadget: function: f_uac1: implement get_alt()Ruslan Bilovol1-1/+39
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn1-1/+2
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-23/+16
2015-10-13usb-gadget/f_uac1: use per-attribute show and store methodsChristoph Hellwig1-23/+16
2015-09-27usb: gadget: f_uac1: eliminate abuse of ep->driver dataRobert Baldyga1-4/+0
2015-05-26usb: gadget: f_uac1: check return code from config_ep_by_speedMichael Trimarchi1-1/+4
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi1-1/+1
2015-01-15usb: gadget: uac1: struct gaudio is useless for struct f_uac1_optsPeter Chen1-1/+0
2015-01-12usb: gadget: f_uac1: update Class-Specific AudioControl Interface Header DescriptorXuebing Wang1-5/+9
2015-01-12usb: gadget: f_uac1: configure endpoint before using itXuebing Wang1-0/+1
2014-12-22usb: gadget: f_uac1: access freed memory at f_audio_free_instPeter Chen1-1/+1
2014-08-20usb: gadget: f_uac1: add configfs supportAndrzej Pietrasiewicz1-0/+158
2014-08-20usb: gadget: f_uac1: use defined constants as defaultsAndrzej Pietrasiewicz1-3/+1
2014-08-20usb: gadget: f_uac1: use usb_gstrings_attachAndrzej Pietrasiewicz1-18/+12
2014-08-20usb: gadget: f_uac1: remove compatibility layerAndrzej Pietrasiewicz1-101/+1
2014-08-20usb: gadget: f_uac1: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-26/+143
2014-08-20usb: gadget: f_uac1: prepare for separate compilationAndrzej Pietrasiewicz1-0/+1
2014-08-20usb: gadget: f_uac1: add function stringsAndrzej Pietrasiewicz1-1/+50
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz1-0/+768