index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
usb
/
endpoint.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: usb-audio: Set sample rate for all sharing EPs on UAC1
Takashi Iwai
2021-01-18
1
-0
/
+9
*
ALSA: usb-audio: Annotate the endpoint index in audioformat
Takashi Iwai
2021-01-08
1
-1
/
+1
*
ALSA: usb-audio: Avoid unnecessary interface re-setup
Takashi Iwai
2021-01-08
1
-11
/
+71
*
ALSA: usb-audio: Use unsigned char for iface and altsettings fields
Takashi Iwai
2020-11-23
1
-1
/
+1
*
ALSA: usb-audio: Replace slave/master terms
Takashi Iwai
2020-11-23
1
-14
/
+14
*
ALSA: usb-audio: Unify the code for the next packet size calculation
Takashi Iwai
2020-11-23
1
-16
/
+24
*
ALSA: usb-audio: Refactoring endpoint URB deactivation
Takashi Iwai
2020-11-23
1
-18
/
+23
*
ALSA: usb-audio: Use atomic_t for endpoint use_count
Takashi Iwai
2020-11-23
1
-12
/
+14
*
ALSA: usb-audio: Constify audioformat pointer references
Takashi Iwai
2020-11-23
1
-1
/
+1
*
ALSA: usb-audio: Fix possible stall of implicit fb packet ring-buffer
Takashi Iwai
2020-11-23
1
-23
/
+60
*
ALSA: usb-audio: Refactor endpoint management
Takashi Iwai
2020-11-23
1
-326
/
+336
*
ALSA: usb-audio: Set callbacks via snd_usb_endpoint_set_callback()
Takashi Iwai
2020-11-23
1
-19
/
+41
*
ALSA: usb-audio: Stop both endpoints properly at error
Takashi Iwai
2020-11-23
1
-0
/
+6
*
ALSA: usb-audio: Create endpoint objects at parsing phase
Takashi Iwai
2020-11-23
1
-53
/
+34
*
ALSA: usb-audio: Add hw constraint for implicit fb sync
Takashi Iwai
2020-11-23
1
-19
/
+53
*
ALSA: usb-audio: Improve some debug prints
Takashi Iwai
2020-11-23
1
-4
/
+4
*
ALSA: usb-audio: Add snd_usb_get_endpoint() helper
Takashi Iwai
2020-11-23
1
-9
/
+27
*
ALSA: usb-audio: endpoint.c: fix repeated word 'there'
Randy Dunlap
2020-10-06
1
-1
/
+1
*
Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2020-08-06
1
-3
/
+2
|
\
|
*
Merge branch 'for-next' into for-linus
Takashi Iwai
2020-08-03
1
-3
/
+2
|
|
\
|
|
*
ALSA: usb-audio: endpoint : remove needless check before usb_free_coherent()
Xu Wang
2020-07-27
1
-3
/
+2
*
|
|
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-04
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
|
|
/
*
|
ALSA: usb-audio: Replace s/frame/packet/ where appropriate
Alexander Tsoy
2020-06-30
1
-10
/
+9
*
|
ALSA: usb-audio: Fix packet size calculation
Alexander Tsoy
2020-06-30
1
-0
/
+1
|
/
*
ALSA: usb-audio: Add duplex sound support for USB devices using implicit feed...
Erwin Burema
2020-05-15
1
-4
/
+191
*
ALSA: usb-audio: Fix racy list management in output queue
Takashi Iwai
2020-04-24
1
-3
/
+3
*
ALSA: usb-audio: Improve frames size computation
Alexander Tsoy
2020-04-24
1
-5
/
+38
*
ALSA: usb-audio: not submit urb for stopped endpoint
Henry Lin
2019-11-13
1
-0
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
ALSA: usb-audio: remove redundant pointer 'urb'
Colin Ian King
2018-08-01
1
-2
/
+0
*
ALSA: usb-audio: test EP_FLAG_RUNNING at urb completion
Ioan-Adrian Ratiu
2017-01-05
1
-0
/
+3
*
ALSA: usb-audio: Fix irq/process data synchronization
Ioan-Adrian Ratiu
2017-01-05
1
-10
/
+7
*
Revert "ALSA: usb-audio: Fix race at stopping the stream"
Takashi Iwai
2016-12-21
1
-8
/
+4
*
ALSA: usb-audio: Eliminate noise at the start of DSD playback.
Nobutaka Okabe
2016-12-12
1
-1
/
+15
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2016-12-09
1
-4
/
+8
|
\
|
*
ALSA: usb-audio: Fix race at stopping the stream
Takashi Iwai
2016-12-05
1
-4
/
+8
*
|
ALSA: usb-audio: more tolerant packetsize
Andreas Pape
2016-12-06
1
-2
/
+2
|
/
*
ALSA: usb: fine-tune Tenor error compensation value
Daniel Mack
2016-08-22
1
-2
/
+2
*
ALSA: usb: use TEAC UD-H01 quirk for more devices
Daniel Mack
2016-08-22
1
-2
/
+3
*
ALSA: usb: move udh01_fb_quirk setting to quirks.c
Daniel Mack
2016-08-22
1
-4
/
+0
*
ALSA: usb-audio: Add sanity checks for endpoint accesses
Takashi Iwai
2016-03-16
1
-0
/
+3
*
ALSA: USB-audio: Adjust max packet size calculation for tx_length_quirk
Ricard Wanderlof
2015-10-19
1
-2
/
+10
*
ALSA: USB-audio: Add quirk for Zoom R16/24 playback
Ricard Wanderlof
2015-10-19
1
-5
/
+20
*
ALSA: USB-audio: Break out creation of silent urbs from prepare_outbound_urb()
Ricard Wanderlof
2015-10-19
1
-19
/
+27
*
ALSA: usb-audio: Fix max packet size calculation for USB audio
Ricard Wanderlof
2015-10-13
1
-2
/
+17
*
ALSA: usb-audio: Avoid nested autoresume calls
Takashi Iwai
2015-08-26
1
-4
/
+6
*
ALSA: pcm: Add snd_pcm_stop_xrun() helper
Takashi Iwai
2014-11-09
1
-3
/
+1
*
ALSA: usb-audio: Trigger PCM XRUN at XRUN
Takashi Iwai
2014-11-06
1
-3
/
+8
*
ALSA: usb-audio: Pass direct struct pointer instead of list_head
Takashi Iwai
2014-11-04
1
-5
/
+2
[next]