index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-04
ALSA: caiaq: input: Add error handling for unsupported input methods in `snd_...
Ruliang Lin
1
-0
/
+1
2023-05-04
ALSA: usb-audio: Add quirk for Pioneer DDJ-800
Geraldo Nascimento
1
-0
/
+58
2023-04-21
ALSA: usb-audio: Rate limit usb_set_interface error reporting
Chris Down
2
-2
/
+5
2023-03-24
Merge branch 'for-linus' into for-next
Takashi Iwai
4
-13
/
+23
2023-03-24
ALSA: usb-audio: Fix regression on detection of Roland VS-100
Takashi Iwai
1
-2
/
+6
2023-03-21
ALSA: usb-audio: Fix recursive locking at XRUN during syncing
Takashi Iwai
3
-11
/
+17
2023-03-14
ALSA: usb-audio: remove Wireless USB dead code
Ruslan Bilovol
3
-17
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-4
/
+4
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
3
-4
/
+4
2023-01-18
ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless
Takashi Iwai
1
-0
/
+2
2023-01-13
ALSA: usb-audio: Fix possible NULL pointer dereference in snd_usb_pcm_has_fix...
Jaroslav Kysela
1
-1
/
+2
2023-01-09
ALSA: usb-audio: Always initialize fixed_rate in snd_usb_find_implicit_fb_syn...
Jaroslav Kysela
2
-1
/
+4
2023-01-04
Revert "ALSA: usb-audio: Drop superfluous interface setup at parsing"
Takashi Iwai
1
-0
/
+6
2023-01-04
ALSA: usb-audio: More refactoring of hw constraint rules
Takashi Iwai
1
-87
/
+131
2023-01-04
ALSA: usb-audio: Relax hw constraints for implicit fb sync
Takashi Iwai
1
-2
/
+7
2023-01-04
ALSA: usb-audio: Make sure to stop endpoints before closing EPs
Takashi Iwai
1
-0
/
+2
2022-12-26
ALSA: line6: fix stack overflow in line6_midi_transmit
Artem Egorkine
1
-1
/
+2
2022-12-26
ALSA: line6: correct midi status byte when receiving data from podxt
Artem Egorkine
5
-12
/
+27
2022-12-22
ALSA: usb-audio: Add new quirk FIXED_RATE for JBL Quantum810 Wireless
Jaroslav Kysela
9
-12
/
+60
2022-12-07
ALSA: usb-audio: add the quirk for KT0206 device
wangdicheng
1
-0
/
+2
2022-12-05
ALSA: usb-audio: Workaround for XRUN at prepare
Takashi Iwai
1
-2
/
+11
2022-11-29
ALSA: usb-audio: Add quirk for Tascam Model 12
John Keeping
3
-0
/
+13
2022-11-12
ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()
Takashi Iwai
1
-3
/
+1
2022-11-10
ALSA: usb-audio: add quirk to fix Hamedal C20 disconnect issue
Ai Chao
3
-1
/
+7
2022-11-09
ALSA: usb-audio: Add DSD support for Accuphase DAC-60
Jussi Laako
1
-0
/
+1
2022-11-08
ALSA: usb-audio: Add quirk entry for M-Audio Micro
Takashi Iwai
1
-0
/
+4
2022-11-08
ALSA: usb-audio: Remove redundant workaround for Roland quirk
Takashi Iwai
1
-41
/
+3
2022-11-08
ALSA: usb-audio: Yet more regression for for the delayed card registration
Takashi Iwai
1
-9
/
+20
2022-10-21
ALSA: usb-audio: Add quirks for M-Audio Fast Track C400/600
Takashi Iwai
1
-0
/
+2
2022-10-21
ALSA: usb-audio: Use snd_ctl_rename() to rename a control
Maciej S. Szmigiero
1
-1
/
+1
2022-10-09
ALSA: usb-audio: Avoid superfluous endpoint setup
Takashi Iwai
2
-6
/
+14
2022-10-09
ALSA: usb-audio: Correct the return code from snd_usb_endpoint_set_params()
Takashi Iwai
1
-0
/
+2
2022-10-09
ALSA: usb-audio: Apply mutex around snd_usb_endpoint_set_params()
Takashi Iwai
1
-3
/
+7
2022-10-09
ALSA: usb-audio: Avoid unnecessary interface change at EP close
Takashi Iwai
1
-0
/
+5
2022-09-30
ALSA: usb-audio: Fix potential memory leaks
Takashi Iwai
1
-2
/
+1
2022-09-30
ALSA: usb-audio: Fix NULL dererence at error path
Takashi Iwai
1
-1
/
+2
2022-09-27
ALSA: usx2y: Replace runtime->status->state reference to runtime->state
Takashi Iwai
2
-4
/
+2
2022-09-27
ALSA: usb-audio: Replace runtime->status->state reference to runtime->state
Takashi Iwai
1
-2
/
+2
2022-09-20
ALSA: usb-audio: Properly refcounting clock rate
Takashi Iwai
1
-4
/
+7
2022-09-20
ALSA: usb-audio: Split endpoint setups for hw_params and prepare (take#2)
Takashi Iwai
3
-63
/
+70
2022-09-20
Merge branch 'for-linus' into for-next
Takashi Iwai
3
-23
/
+20
2022-09-20
Revert "ALSA: usb-audio: Clean up endpoint setups at PCM prepare"
Takashi Iwai
1
-10
/
+30
2022-09-20
Revert "ALSA: usb-audio: Split endpoint setups for hw_params and prepare"
Takashi Iwai
3
-23
/
+20
2022-09-15
ALSA: usb-audio: Fix last interface check for registration
Takashi Iwai
1
-1
/
+1
2022-09-13
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-0
/
+2
2022-09-09
ALSA: line6: remove line6_set_raw declaration
Gaosheng Cui
1
-2
/
+0
2022-09-07
ALSA: usb-audio: Clear fixed clock rate at closing EP
Takashi Iwai
1
-0
/
+2
2022-09-06
ALSA: usb-audio: Register card at the last interface
Takashi Iwai
4
-51
/
+26
2022-09-06
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+1
2022-09-06
ALSA: usb-audio: Fix an out-of-bounds bug in __snd_usb_parse_audio_interface()
Dongxiang Ke
1
-1
/
+1
[next]