Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
709ab231f8b4417411147dd9730928ba214d5c31
/
sound
/
drivers
d5dbbe6
ALSA: dummy: Fix a use-after-free at closing
by Takashi Iwai
· 8 years ago
814a2bf
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
505f6d2
sound: query dynamic DEBUG_PAGEALLOC setting
by Joonsoo Kim
· 9 years ago
03367bf
ALSA: portman2x4: fix NULL pointer dereference
by Sudip Mukherjee
· 9 years ago
0bbf7e0
ALSA: mts64: fix NULL pointer dereference
by Sudip Mukherjee
· 9 years ago
94a5735
ALSA: mts64: use new parport device model
by Sudip Mukherjee
· 9 years ago
e6a1b7e
ALSA: portman2x4 - use new parport device model
by Sudip Mukherjee
· 9 years ago
ddce57a
ALSA: dummy: Implement timer backend switching more safely
by Takashi Iwai
· 9 years ago
7ee9621
ALSA: dummy: Disable switching timer backend via sysfs
by Takashi Iwai
· 9 years ago
a016af2
Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 9 years ago
d8c5ed7
ALSA: dummy: constify dummy_timer_ops structures
by Julia Lawall
· 9 years ago
e3d132d
treewide: Fix typos in printk
by Masanari Iida
· 9 years ago
4570a37
Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 9 years ago
c43a55d
ALSA: opl4: Fix / cleanup ifdef CONFIG_PROC_FS
by Takashi Iwai
· 9 years ago
129a4c9
ALSA: dummy: Replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS
by Takashi Iwai
· 9 years ago
41960d9
ALSA: aloop: Drop unnecessary ifdef CONFIG_PROC_FS
by Takashi Iwai
· 9 years ago
e4c2868
ALSA: dummy: make local data static
by Takashi Iwai
· 9 years ago
c78c881
ALSA: drivers: pcsp: Fix printout of resolution
by Thomas Gleixner
· 9 years ago
447fbbd
sound: Use hrtimer_resolution instead of hrtimer_get_res()
by Thomas Gleixner
· 10 years ago
4aa01c4
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 10 years ago
d124380
ALSA: opl3: small array underflow
by Dan Carpenter
· 10 years ago
0566220
ALSA: seq: Define driver object in each driver
by Takashi Iwai
· 10 years ago
976412f
ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*
by Takashi Iwai
· 10 years ago
6cbbfe1
ALSA: Include linux/io.h instead of asm/io.h
by Takashi Iwai
· 10 years ago
d80d05f
ALSA: serial-u16550: Use setup_timer() and mod_timer()
by Takashi Iwai
· 10 years ago
f5d5f75
ALSA: opl3: Use setup_timer() and mod_timer()
by Takashi Iwai
· 10 years ago
2b1b781
ALSA: mtpav: Use setup_timer() and mod_timer()
by Takashi Iwai
· 10 years ago
b093ed2
ALSA: mpu401: Use setup_timer() and mod_timer()
by Takashi Iwai
· 10 years ago
db97455
ALSA: aloop: Use setup_timer() and mod_timer()
by Takashi Iwai
· 10 years ago
2a52b6e
ALSA: dummy: use setup_timer and mod_timer
by Roman Kollar
· 10 years ago
ff6defa
ALSA: Deletion of checks before the function call "iounmap"
by Markus Elfring
· 10 years ago
e9dd862
ALSA: ml403-ac97cr: Remove always NULL parameter
by Lars-Peter Clausen
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
fc5d3c7
ALSA: virmidi: Fix wrong error check
by Takashi Iwai
· 10 years ago
316638a
ALSA: virmidi: fixed code style issues
by Kyle Chamberlin
· 10 years ago
2a9e8df
ALSA: vx: Fix missing kerneldoc parameter descriptions
by Takashi Iwai
· 10 years ago
7f471fd
ALSA: vx: Use snd_ctl_elem_info()
by Takashi Iwai
· 10 years ago
6d416f5
ALSA: mts64: Use snd_ctl_elem_info()
by Takashi Iwai
· 10 years ago
cb4fe8a
ALSA: drivers: pcsp: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
d9b97db
ALSA: drivers: mpu401: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
5d5638a
ALSA: drivers: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
db0a521
ALSA: vx: Use nonatomic PCM ops
by Takashi Iwai
· 10 years ago
5872f3f
ALSA: drivers: Convert to snd_card_new() with a device pointer
by Takashi Iwai
· 11 years ago
80d7d77
ALSA: Drop unused name argument in snd_register_oss_device()
by Takashi Iwai
· 11 years ago
8eeaa2f
ALSA: Replace with IS_ENABLED()
by Takashi Iwai
· 11 years ago
01b1dcc
ALSA: pcsp: Include appropriate header file in pcsp/pcsp_input.c
by Rashika Kheria
· 11 years ago
6408eac
ALSA: pcsp: Fix the order of input device unregistration
by Takashi Iwai
· 11 years ago
75415df
ALSA: pcsp: Fix initialization with nopcm=1
by Takashi Iwai
· 11 years ago
a8d09e3
ALSA: opl3: Fix possible negative array index access
by Takashi Iwai
· 11 years ago
b785a49
ALSA: replace strict_strto*() with kstrto*()
by Jingoo Han
· 11 years ago
fefe228
ALSA: vx_core: off by one in vx_read_status()
by Dan Carpenter
· 11 years ago
f35e839
ALSA: Remove the rest of *_set_drvdata(NULL) calls
by Takashi Iwai
· 11 years ago
50c7d0d
ALSA: virmidi: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 11 years ago
45837cb
ALSA: serial-u16550: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 11 years ago
a4302ed
ALSA: pcsp: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 11 years ago
a204341
ALSA: mtpav: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 11 years ago
984ef60
ALSA: mpu401: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 11 years ago
186c182
ALSA: ml403-ac97cr: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 11 years ago
5ed5824
ALSA: aloop: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 11 years ago
74c34ca
ALSA: pcm_format_to_bits strong-typed conversion
by Eldad Zack
· 12 years ago
1362754
ALSA: sound kconfig typo
by Pavel Machek
· 12 years ago
eb7c06e
ALSA: add/change some comments describing function return values
by Yacine Belkadi
· 12 years ago
2faea52
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 12 years ago
edac894
ALSA: aloop: Fix Oops while PM resume
by Takashi Iwai
· 12 years ago
86b2723
ALSA: Make snd_printd() and snd_printdd() inline
by Takashi Iwai
· 12 years ago
fbbb01a
ALSA: drivers: remove __dev* attributes
by Bill Pemberton
· 12 years ago
0d144de
ALSA: vx: hard dependency on the standard fw loader
by Takashi Iwai
· 12 years ago
02d08f8
ALSA: sound/drivers: remove CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
999fc9f
ALSA: aloop - Close races at restarting the stream
by Takashi Iwai
· 12 years ago
4d4ca1e
Merge branch 'dummy-ctl-inactive' of git://git.alsa-project.org/alsa-kprivate into for-next
by Takashi Iwai
· 12 years ago
16e43467
ALSA: dummy: allow disabling mixer controls
by Clemens Ladisch
· 12 years ago
d4f1e48
ALSA: aloop - add locking to timer access
by Omair Mohammed Abdullah
· 12 years ago
395d9dd
sound: Remove unnecessary semicolon
by Peter Senna Tschudin
· 12 years ago
3a4a7ef
ALSA: opl4: use list_move_tail instead of list_del/list_add_tail
by Wei Yongjun
· 12 years ago
d34e4e0
ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PM
by Takashi Iwai
· 12 years ago
bc733d4
ALSA: mpu401: Fix missing initialization of irq field
by Takashi Iwai
· 12 years ago
68cb2b5
ALSA: Convert to new pm_ops for PCI drivers
by Takashi Iwai
· 12 years ago
284e7ca
ALSA: convert PM ops of platform_driver to new pm ops
by Takashi Iwai
· 12 years ago
8bf01d8
ALSA: Add missing .owner=THIS_MODULE to platform_driver definitions
by Takashi Iwai
· 12 years ago
b012513
ALSA: snd-aloop - improve the sample copy accurracy
by Jaroslav Kysela
· 12 years ago
970e248
Documentation: remove references to /etc/modprobe.conf
by Lucas De Marchi
· 13 years ago
a67ff6a
ALSA: module_param: make bool parameters really bool
by Rusty Russell
· 13 years ago
a09452e
ALSA: convert sound/* to use module_platform_driver()
by Axel Lin
· 13 years ago
d81a6d7
sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed
by Paul Gortmaker
· 13 years ago
da155d5
sound: Add module.h to the previously silent sound users
by Paul Gortmaker
· 13 years ago
65a7721
sound: fix drivers needing module.h not moduleparam.h
by Paul Gortmaker
· 13 years ago
9430148
Merge branch 'topic/remove-irqf_disable' into for-linus
by Takashi Iwai
· 13 years ago
6b69a0e
ALSA: aloop - Use vmalloc buffer
by Takashi Iwai
· 13 years ago
88e24c3
sound: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
dba8b46
ALSA: mpu401: clean up interrupt specification
by Clemens Ladisch
· 13 years ago
8e1b5ad
i8253: Make pcsp sound driver use the shared i8253_lock
by Ralf Baechle
· 13 years ago
334955e
i8253: Create linux/i8253.h and use it in all 8253 related files
by Ralf Baechle
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
98d21df
ALSA: aloop - Fix possible IRQ lock inversion
by Takashi Iwai
· 14 years ago
ddfb319
ALSA: use linux/io.h to fix compile warnings
by Takashi Iwai
· 14 years ago
a8cc0f4
ALSA: ml403-ac97cr: Use vsprintf extension %pR for struct resource
by Joe Perches
· 14 years ago
f3305da
Merge remote branch 'alsa/devel' into topic/misc
by Takashi Iwai
· 14 years ago
5de9e45
ALSA: snd-aloop - add pause support
by Jaroslav Kysela
· 14 years ago
dd04bb1
ALSA: snd-aloop - fix locking issues (running flag updates)
by Jaroslav Kysela
· 14 years ago
e74670b
ALSA: snd-aloop: add cable#0 and cable#1 files to proc card tree
by Jaroslav Kysela
· 14 years ago
Next »