index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-11
ALSA: hda/hdmi: packet buffer index must be set before reading value
Kai Vehmanen
1
-1
/
+1
2020-12-11
ALSA: hda/hdmi: always print pin NIDs as hexadecimal
Kai Vehmanen
1
-15
/
+12
2020-12-11
ALSA: hda/ca0132 - Remove now unnecessary DSP setup functions.
Connor McAdams
1
-105
/
+0
2020-12-11
ALSA: hda/ca0132 - Ensure DSP is properly setup post-firmware download.
Connor McAdams
1
-0
/
+119
2020-12-11
ALSA: hda/ca0132 - Add 8051 exram helper functions.
Connor McAdams
1
-58
/
+79
2020-12-11
ALSA: hda/ca0132 - Add stream port remapping function.
Connor McAdams
1
-52
/
+156
2020-12-11
ALSA: hda/ca0132 - Reset codec upon initialization.
Connor McAdams
1
-5
/
+16
2020-12-10
ALSA: hda/hdmi: fix silent stream for first playback to DP
Kai Vehmanen
1
-12
/
+86
2020-12-10
ALSA: hda/ca0132 - Change Input Source enum strings.
Connor McAdams
1
-1
/
+1
2020-12-10
ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg.
Connor McAdams
1
-1
/
+1
2020-12-10
ALSA: usb-audio: Add implicit fb support for Steinberg UR22
Takashi Iwai
1
-0
/
+1
2020-12-10
ALSA: hda: Fix regressions on clear and reconfig sysfs
Takashi Iwai
2
-2
/
+2
2020-12-08
ALSA: hda/proc - print DP-MST connections
Kai Vehmanen
1
-1
/
+37
2020-12-06
ALSA: rawmidi: Access runtime->avail always in spinlock
Takashi Iwai
1
-14
/
+35
2020-12-06
ALSA: seq: Use bool for snd_seq_queue internal flags
Takashi Iwai
1
-4
/
+4
2020-11-30
ALSA: usb-audio: Add quirk for Pioneer DJ DDJ-SR2
Takashi Iwai
1
-0
/
+57
2020-11-28
ALSA: ppc: remove redundant checks in PS3 driver probe
Leonard Goehrs
1
-5
/
+0
2020-11-28
ALSA: ppc: drop if block with always false condition
Uwe Kleine-König
1
-2
/
+0
2020-11-28
ALSA: usb-audio: Add support for Pioneer DJ DDJ-RR controller
Daniel Martin
1
-0
/
+56
2020-11-28
ALSA: hda/ca0132: Move unsol callback setups to parser
Takashi Iwai
1
-2
/
+3
2020-11-27
ALSA: compress: allow pause and resume during draining
Gyeongtaek Lee
1
-8
/
+31
2020-11-24
Merge branch 'topic/usb-audio-refactoring' into for-next
Takashi Iwai
54
-1543
/
+2077
2020-11-23
ALSA: usb-audio: Fix MOTU M-Series quirks
Dylan Robinson
2
-17
/
+0
2020-11-23
ALSA: usb-audio: Fix quirks for other BOSS devices
Takashi Iwai
1
-3
/
+6
2020-11-23
ALSA: usb-audio: Add implicit_fb module option
Takashi Iwai
3
-0
/
+9
2020-11-23
ALSA: usb-audio: Add generic implicit fb parsing
Takashi Iwai
1
-5
/
+54
2020-11-23
ALSA: usb-audio: Factor out the implicit feedback quirk code
Takashi Iwai
4
-306
/
+376
2020-11-23
ALSA: usb-audio: Quirk for BOSS GT-001
Takashi Iwai
1
-0
/
+31
2020-11-23
ALSA: usb-audio: Show sync endpoint information in proc outputs
Takashi Iwai
1
-1
/
+15
2020-11-23
ALSA: usb-audio: Use unsigned char for iface and altsettings fields
Takashi Iwai
2
-5
/
+8
2020-11-23
ALSA: usb-audio: Replace slave/master terms
Takashi Iwai
2
-16
/
+16
2020-11-23
ALSA: usb-audio: Simplify rate_min/max and rates set up
Takashi Iwai
1
-29
/
+24
2020-11-23
ALSA: usb-audio: Unify the code for the next packet size calculation
Takashi Iwai
3
-25
/
+27
2020-11-23
ALSA: usb-audio: Drop unneeded snd_usb_substream fields
Takashi Iwai
5
-38
/
+24
2020-11-23
ALSA: usb-audio: Refactoring endpoint URB deactivation
Takashi Iwai
1
-18
/
+23
2020-11-23
ALSA: usb-audio: Use atomic_t for endpoint use_count
Takashi Iwai
2
-13
/
+15
2020-11-23
ALSA: usb-audio: Constify audioformat pointer references
Takashi Iwai
9
-38
/
+39
2020-11-23
ALSA: usb-audio: Fix possible stall of implicit fb packet ring-buffer
Takashi Iwai
2
-25
/
+63
2020-11-23
ALSA: usb-audio: Refactor endpoint management
Takashi Iwai
6
-734
/
+616
2020-11-23
ALSA: usb-audio: Fix EP matching for continuous rates
Takashi Iwai
1
-24
/
+13
2020-11-23
ALSA: usb-audio: Always set up the parameters after resume
Takashi Iwai
4
-34
/
+6
2020-11-23
ALSA: usb-audio: Set callbacks via snd_usb_endpoint_set_callback()
Takashi Iwai
3
-34
/
+66
2020-11-23
ALSA: usb-audio: Stop both endpoints properly at error
Takashi Iwai
2
-22
/
+23
2020-11-23
ALSA: usb-audio: Simplify snd_usb_init_pitch() arguments
Takashi Iwai
4
-18
/
+12
2020-11-23
ALSA: usb-audio: Simplify snd_usb_init_sample_rate() arguments
Takashi Iwai
5
-20
/
+18
2020-11-23
ALSA: usb-audio: Pass snd_usb_audio object to quirk functions
Takashi Iwai
4
-18
/
+17
2020-11-23
ALSA: usb-audio: Don't set altsetting before initializing sample rate
Takashi Iwai
1
-1
/
+2
2020-11-23
ALSA: usb-audio: Add snd_usb_get_host_interface() helper
Takashi Iwai
3
-27
/
+24
2020-11-23
ALSA: usb-audio: Drop keep_interface flag again
Takashi Iwai
3
-59
/
+7
2020-11-23
ALSA: usb-audio: Create endpoint objects at parsing phase
Takashi Iwai
4
-73
/
+67
[next]