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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-29
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-15
/
+12
2018-01-27
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
1
-48
/
+50
2018-01-16
ALSA/dummy: Replace tasklet with softirq hrtimer
Thomas Gleixner
1
-15
/
+12
2018-01-09
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-48
/
+50
2018-01-05
ALSA: aloop: Fix racy hw constraints adjustment
Takashi Iwai
1
-30
/
+21
2018-01-05
ALSA: aloop: Fix inconsistent format due to incomplete rule
Takashi Iwai
1
-7
/
+6
2018-01-05
ALSA: aloop: Release cable upon open error path
Takashi Iwai
1
-13
/
+25
2017-11-29
ALSA: drivers: make array 'names' const, reduces object code size
Colin Ian King
1
-1
/
+1
2017-11-13
Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
7
-0
/
+7
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
7
-0
/
+7
2017-10-24
ALSA: drivers: Convert timers to use timer_setup()
Kees Cook
8
-24
/
+19
2017-08-31
ALSA: vx: Put missing KERN_CONT prefix
Takashi Iwai
1
-2
/
+2
2017-08-31
ALSA: opl3: Put missing KERN_CONT prefix
Takashi Iwai
1
-2
/
+2
2017-08-22
ALSA: pcsp: Use common error handling code in snd_card_pcsp_probe()
Markus Elfring
1
-16
/
+13
2017-08-19
ALSA: drivers: constify snd_pcm_ops structures
Arvind Yadav
2
-4
/
+4
2017-08-17
ALSA: drivers: make snd_pcm_hardware const
Bhumika Goyal
5
-7
/
+7
2017-08-17
ALSA: drivers: mpu401: constify pnp_device_id
Arvind Yadav
1
-1
/
+1
2017-08-12
ALSA: mpu401: Adjust four checks for null pointers
Markus Elfring
1
-4
/
+4
2017-08-12
ALSA: mpu401: Use common error handling code in snd_mpu401_uart_new()
Markus Elfring
1
-6
/
+9
2017-08-12
ALSA: mpu401: Delete an error message for a failed memory allocation in snd_m...
Markus Elfring
1
-1
/
+0
2017-08-12
ALSA: opl3: Delete an error message for a failed memory allocation in snd_opl...
Markus Elfring
1
-3
/
+1
2017-07-06
ALSA: opl4: Move inline before return type
Joe Perches
1
-1
/
+1
2017-06-28
ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfig
Takashi Iwai
1
-1
/
+3
2017-06-12
ALSA: seq: Allow the modular sequencer registration
Takashi Iwai
4
-4
/
+6
2017-06-09
ALSA: seq: Reorganize kconfig and build
Takashi Iwai
1
-0
/
+13
2017-06-09
ALSA: seq: Allow the tristate build of OSS emulation
Takashi Iwai
2
-3
/
+6
2017-06-09
ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops.
Arvind Yadav
1
-2
/
+2
2017-06-09
ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_ops
Arvind Yadav
1
-1
/
+1
2017-06-02
ALSA: dummy: Convert to new PCM copy ops
Takashi Iwai
1
-6
/
+14
2017-05-30
ALSA: declare snd_kcontrol_new structures as const
Bhumika Goyal
1
-12
/
+12
2017-05-17
ALSA: opl3: Kill unused set_fs()
Takashi Iwai
1
-14
/
+0
2017-05-17
ALSA: opl4: Use IS_REACHABLE()
Takashi Iwai
2
-3
/
+3
2017-05-10
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-6
/
+6
2017-04-20
Annotate hardware config module parameters in sound/drivers/
David Howells
3
-6
/
+6
2017-02-28
ALSA: vx: remove 'out of memory' message
Mihai Burduselu
1
-3
/
+1
2017-01-12
ALSA: drivers: Constify snd_rawmidi_ops
Takashi Iwai
5
-10
/
+10
2017-01-04
ALSA: vx: Don't try to update capture stream before running
Takashi Iwai
1
-1
/
+1
2017-01-04
ALSA: vx: Fix possible transfer overflow
Takashi Iwai
1
-2
/
+4
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-11-12
ALSA: opl3: don't opencode IS_REACHABLE()
Fabian Frederick
1
-1
/
+1
2016-06-24
ALSA: dummy: Fix a use-after-free at closing
Takashi Iwai
1
-0
/
+1
2016-03-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-4
/
+5
2016-03-17
sound: query dynamic DEBUG_PAGEALLOC setting
Joonsoo Kim
1
-4
/
+5
2016-03-02
ALSA: portman2x4: fix NULL pointer dereference
Sudip Mukherjee
1
-5
/
+6
2016-02-29
ALSA: mts64: fix NULL pointer dereference
Sudip Mukherjee
1
-5
/
+6
2016-02-22
ALSA: mts64: use new parport device model
Sudip Mukherjee
1
-52
/
+43
2016-02-18
ALSA: portman2x4 - use new parport device model
Sudip Mukherjee
1
-51
/
+42
2016-02-08
ALSA: dummy: Implement timer backend switching more safely
Takashi Iwai
1
-18
/
+19
2016-01-28
ALSA: dummy: Disable switching timer backend via sysfs
Takashi Iwai
1
-1
/
+1
2016-01-17
Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-2
/
+2
[next]