aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/u_audio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21usb: gadget: u_audio: clean up some inconsistent indentingJiapeng Chong1-2/+2
2022-01-26usb: gadget: u_audio: Add suspend callPavel Hofman1-0/+9
2022-01-26usb: gadget: u_audio: Rate ctl notifies about current srate (0=stopped)Pavel Hofman1-1/+27
2022-01-26usb: gadget: u_audio: Add capture/playback srate getterPavel Hofman1-0/+28
2022-01-26usb: gadget: u_audio: Move dynamic srate from params to rtdPavel Hofman1-32/+36
2022-01-26usb: gadget: u_audio: Support multiple sampling ratesJulian Scheel1-0/+131
2022-01-06usb: gadget: u_audio: Subdevice 0 for capture ctlsPavel Hofman1-2/+2
2022-01-06usb: gadget: u_audio: fix calculations for small bIntervalJohn Keeping1-11/+13
2021-10-13usb: gadget: u_audio.c: Adding Playback Pitch ctl for sync playbackPavel Hofman1-24/+72
2021-09-14usb: gadget: u_audio: EP-OUT bInterval in fback frequencyPavel Hofman1-3/+10
2021-09-01Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-11/+358
2021-08-27usb: gadget: u_audio: fix race condition on endpoint stopJerome Brunet1-4/+4
2021-08-27usb: gadget: f_uac2: fixup feedback endpoint stopJerome Brunet1-4/+11
2021-07-21usb: gadget: u_audio: add bi-directional volume and mute supportRuslan Bilovol1-11/+358
2021-06-09usb: gadget: u_audio: add real feedback implementationRuslan Bilovol1-9/+115
2021-06-09usb: gadget: f_uac2/u_audio: add feedback endpoint supportRuslan Bilovol1-2/+117
2021-03-23usb: gadget: u_audio: convert to strscpyRuslan Bilovol1-3/+3
2021-01-18usb: gadget: u_audio: clean up lockingJerome Brunet1-19/+4
2021-01-18usb: gadget: u_audio: remove struct uac_reqJerome Brunet1-32/+26
2021-01-18usb: gadget: u_audio: factorize ssize to alsa fmt conversionJerome Brunet1-22/+21
2021-01-18usb: gadget: u_audio: Free requests only after callbackJack Pham1-3/+14
2020-02-11usb: gadget: u_audio: Fix high-speed max packet sizeJohn Keeping1-5/+5
2020-01-15usb: gadget: f_uac2: fix packet size calculationJohn Keeping1-4/+6
2019-12-17usb: gadget: u_audio: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-17usb: gadget: u_audio: Use managed buffer allocationTakashi Iwai1-16/+2
2019-11-09usb: gadget: u_audio: Remove superfluous snd_dma_continuous_data()Takashi Iwai1-1/+1
2019-06-18usb: gadget: u_audio: Fixed variable declaration coding style issueJonas Stenvall1-2/+2
2018-07-17usb: gadget: u_audio: protect stream runtime fields with stream spinlockVladimir Zapolskiy1-1/+9
2018-07-17usb: gadget: u_audio: remove cached period bytes valueVladimir Zapolskiy1-35/+5
2018-07-17usb: gadget: u_audio: remove caching of stream buffer parametersVladimir Zapolskiy1-17/+13
2018-07-17usb: gadget: u_audio: update hw_ptr in iso_complete after data copiedJoshua Frkuska1-1/+5
2018-07-17usb: gadget: u_audio: fix pcm/card naming in g_audio_setup()Eugeniu Rosca1-3/+3
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-28usb: gadget: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-08-10usb: gadget: f_uac2: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-06-19usb: gadget: f_uac2: split out audio coreRuslan Bilovol1-0/+662