summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_uac2.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_uac2: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-3/+3
* usb: gadget: f_uac2: allow changing terminal types through configfsJames Gruber2023-10-051-2/+14
* usb: gadget: f_uac2: Fix incorrect increment of bNumEndpointsPratham Pratap2023-01-251-0/+1
* usb: gadget: f_uac2: fix superspeed transferJing Leng2022-08-191-2/+14
* Merge 5.17-rc4 into usb-nextGreg Kroah-Hartman2022-02-141-2/+2
|\
| * usb: gadget: f_uac2: Define specific wTerminalTypePavel Hofman2022-01-311-2/+2
* | usb: gadget: f_uac2: Neaten and reduce size of afunc_validate_optsJoe Perches2022-02-041-53/+38
* | usb: gadget: f_uac2: change maxpctksize/maxpcktsize to wMaxPacketSizeColin Ian King2022-02-041-2/+2
* | usb: gadget: f_uac2: Add speed names to bInterval dbg/warnPavel Hofman2022-01-311-4/+14
* | usb: gadget: f_uac2: Optionally determine bInterval for HS and SSPavel Hofman2022-01-311-41/+85
* | usb: gadget: f_uac2: Add HS/SS bInterval to configfsPavel Hofman2022-01-311-4/+27
* | usb: gadget: f_uac2: allow changing interface name via configfsYunhao Tian2022-01-261-1/+45
* | usb: gadget: f_uac2: Add suspend callbackPavel Hofman2022-01-261-0/+9
* | usb: gadget: f_uac2: Support multiple sampling ratesJulian Scheel2022-01-261-40/+159
* | usb: gadget: u_audio: Move dynamic srate from params to rtdPavel Hofman2022-01-261-2/+0
* | usb: gadget: u_audio: Support multiple sampling ratesJulian Scheel2022-01-261-0/+2
|/
* usb:gadget: f_uac1: fixed sync playbackPavel Hofman2021-10-251-1/+2
* usb: gadget: u_audio.c: Adding Playback Pitch ctl for sync playbackPavel Hofman2021-10-131-2/+3
* Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman2021-10-111-4/+10
|\
| * usb: gadget: f_uac2: fixed EP-IN wMaxPacketSizePavel Hofman2021-10-051-4/+10
* | Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman2021-09-271-1/+18
|\|
| * usb: gadget: f_uac2: Populate SS descriptors' wBytesPerIntervalJack Pham2021-09-141-0/+3
| * usb: gadget: f_uac2: Add missing companion descriptor for feedback EPJack Pham2021-09-141-1/+15
* | usb: gadget: f_uac2: clean up some inconsistent indentingColin Ian King2021-09-141-8/+8
|/
* usb: gadget: f_uac2: remove redundant assignments to pointer i_featureColin Ian King2021-08-051-8/+4
* usb: gadget: f_uac2: add volume and mute supportRuslan Bilovol2021-07-211-61/+595
* usb: gadget: u_audio: add real feedback implementationRuslan Bilovol2021-06-091-1/+8
* usb: gadget: f_uac2: add adaptive sync support for captureRuslan Bilovol2021-06-091-9/+91
* usb: gadget: f_uac2/u_audio: add feedback endpoint supportRuslan Bilovol2021-06-091-1/+48
* usb: gadget: f_uac2: validate input parametersRuslan Bilovol2021-03-231-2/+37
* usb: f_uac2: adds support for SS and SSPPawel Laszczak2021-03-231-67/+161
* usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol2021-03-101-1/+1
* usb: gadget: f_uac2: reset wMaxPacketSizeJerome Brunet2020-12-281-14/+55
* usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLengthRuslan Bilovol2020-07-241-5/+2
* usb: gadget: f_uac2: disable IN/OUT ep if unusedAndreas Pape2018-10-021-44/+172
* usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca2018-07-171-10/+10
* usb: gadget: f_uac2: fix error handling in afunc_bind (again)Eugeniu Rosca2018-07-171-2/+2
* usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping2018-02-121-0/+2
* Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-1/+1
|\
| * usb: gadget: make config_item_type structures constBhumika Goyal2017-10-191-1/+1
* | USB: gadget: function: Remove redundant license textGreg Kroah-Hartman2017-11-071-5/+0
* | USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
|/
* usb: gadget: f_uac2: endianness fixes.Ruslan Bilovol2017-07-181-11/+14
* usb: gadget: f_uac2: split out audio coreRuslan Bilovol2017-06-191-636/+82
* usb: gadget: f_uac2: remove platform driver/device creationRuslan Bilovol2017-06-191-79/+28
* usb: gadget: f_uac2: calculate wMaxPacketSize before endpoint matchSekhar Nori2017-05-171-6/+6
* usb: gadget: uac2: add req_number as parameterPeter Chen2017-01-241-10/+29
* usb: gadget: f_uac2: improve error handlingPeter Chen2017-01-241-4/+6
* usb: gadget: f_uac2: fix error handling at afunc_bindPeter Chen2016-11-181-7/+7
* usb: gadget: avoid exposing kernel stackHeinrich Schuchardt2016-05-311-0/+1