summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_uac1.c
AgeCommit message (Expand)Author
2023-12-15usb: gadget: f_uac1: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-15usb: f_uac1: adds support for SS and SSPPerr Zhang
2022-01-26usb: gadget: f_uac1: allow changing interface name via configfsYunhao Tian
2022-01-26usb: gadget: f_uac1: Add suspend callbackPavel Hofman
2022-01-26usb: gadget: f_uac1: Support multiple sampling ratesJulian Scheel
2022-01-26usb: gadget: u_audio: Move dynamic srate from params to rtdPavel Hofman
2022-01-26usb: gadget: u_audio: Support multiple sampling ratesJulian Scheel
2021-10-25usb:gadget: f_uac1: fixed sync playbackPavel Hofman
2021-08-18usb: gadget: f_uac1: fixing inconsistent indentingPavel Hofman
2021-07-21usb: gadget: f_uac1: add volume and mute supportRuslan Bilovol
2021-03-23usb: gadget: f_uac1: disable IN/OUT ep if unusedRuslan Bilovol
2021-03-23usb: gadget: f_uac1: validate input parametersRuslan Bilovol
2021-03-10usb: gadget: f_uac1: stop playback on function disableRuslan Bilovol
2019-02-07usb: gadget: function: sync f_uac1 ac header baInterfaceNrliangshengjun
2019-02-07usb: gadget: fix various indentation issuesColin Ian King
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal
2017-07-18usb: gadget: f_uac1: endianness fixes.Ruslan Bilovol
2017-06-19usb: gadget: add f_uac1 variant based on a new u_audio apiRuslan Bilovol
2017-06-19usb: gadget: function: make current f_uac1 implementation legacyRuslan Bilovol
2017-06-19usb: gadget: function: f_uac1: implement get_alt()Ruslan Bilovol
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-10-13usb-gadget/f_uac1: use per-attribute show and store methodsChristoph Hellwig
2015-09-27usb: gadget: f_uac1: eliminate abuse of ep->driver dataRobert Baldyga
2015-05-26usb: gadget: f_uac1: check return code from config_ep_by_speedMichael Trimarchi
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi
2015-01-15usb: gadget: uac1: struct gaudio is useless for struct f_uac1_optsPeter Chen
2015-01-12usb: gadget: f_uac1: update Class-Specific AudioControl Interface Header Desc...Xuebing Wang
2015-01-12usb: gadget: f_uac1: configure endpoint before using itXuebing Wang
2014-12-22usb: gadget: f_uac1: access freed memory at f_audio_free_instPeter Chen
2014-08-20usb: gadget: f_uac1: add configfs supportAndrzej Pietrasiewicz
2014-08-20usb: gadget: f_uac1: use defined constants as defaultsAndrzej Pietrasiewicz
2014-08-20usb: gadget: f_uac1: use usb_gstrings_attachAndrzej Pietrasiewicz
2014-08-20usb: gadget: f_uac1: remove compatibility layerAndrzej Pietrasiewicz
2014-08-20usb: gadget: f_uac1: convert to new function interface with backward compatib...Andrzej Pietrasiewicz
2014-08-20usb: gadget: f_uac1: prepare for separate compilationAndrzej Pietrasiewicz
2014-08-20usb: gadget: f_uac1: add function stringsAndrzej Pietrasiewicz
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz