Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e2302501c32a0e7e34b7077f10da03b72dd91570
/
sound
/
core
/
sound.c
4cf19b8
ALSA: Remove BKL from open multiplexer
by Takashi Iwai
· 15 years ago
c181a13
ALSA: use subsys_initcall for sound core instead of module_init
by Thadeu Lima de Souza Cascardo
· 15 years ago
f41ced8
Check fops_get() return value
by Laurent Pinchart
· 16 years ago
abe9ab8
device create: sound: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
7eaa943
ALSA: Kill snd_assert() in sound/core/*
by Takashi Iwai
· 16 years ago
f90c06a
ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE
by Pawel MOLL
· 16 years ago
896e6cc
sound: Revert "ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE"
by Jaroslav Kysela
· 16 years ago
9423969
ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE
by Pawel MOLL
· 16 years ago
d1794f2
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
ee2da99
ALSA: remove CONFIG_KMOD from sound
by Johannes Berg
· 16 years ago
78a3c3d
sound: cdev lock_kernel() pushdown
by Jonathan Corbet
· 16 years ago
5d99a8b
SOUND: fix race in device_create
by Greg Kroah-Hartman
· 16 years ago
0d63e4f
Dont touch fs_struct in drivers
by Jan Blunck
· 17 years ago
9004acc
[ALSA] Remove sound/driver.h
by Takashi Iwai
· 17 years ago
c1017a4
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
by Jaroslav Kysela
· 17 years ago
2469049
[ALSA] sound: snd_register_device_for_dev fix
by Mariusz Kozlowski
· 17 years ago
68fc4fa
unregister_chrdev(): ignore the return value
by Akinobu Mita
· 17 years ago
9c2e08c
[PATCH] mark struct file_operations const 9
by Arjan van de Ven
· 18 years ago
12b131c
[ALSA] allow registering an alsa device with struct device pointer
by Johannes Berg
· 18 years ago
7d2aae1
[PATCH] ALSA: Fix sysfs breakage
by Takashi Iwai
· 18 years ago
d80f19f
Driver core: convert sound core to use struct device
by Greg Kroah-Hartman
· 18 years ago
9d19f48
[ALSA] Add pcm_class attribute to PCM sysfs entry
by Takashi Iwai
· 18 years ago
746d4a0
[ALSA] Fix disconnection of proc interface
by Takashi Iwai
· 18 years ago
562b590
[ALSA] remove unused snd_minor.name field
by Clemens Ladisch
· 18 years ago
0936f26
[PATCH] devfs: Remove devfs support from the sound subsystem
by Greg Kroah-Hartman
· 19 years ago
6581f4e
[ALSA] Remove zero-initialization of static variables
by Takashi Iwai
· 18 years ago
746df94
[ALSA] Fix rwlock around snd_iprintf() in sound core
by Takashi Iwai
· 18 years ago
bf85020
[ALSA] Remove unneeded read/write_size fields in proc text ops
by Takashi Iwai
· 19 years ago
c0d3fb3
[ALSA] Clean up EXPORT_SYMBOL()s in snd module
by Takashi Iwai
· 19 years ago
99ac48f
[PATCH] mark f_ops const in the inode
by Arjan van de Ven
· 19 years ago
3a63e444
[ALSA] sound/core/: fix 3 off-by-one errors
by Adrian Bunk
· 19 years ago
1a60d4c
[ALSA] semaphore -> mutex (core part)
by Ingo Molnar
· 19 years ago
3e23c65
[ALSA] Revert the nested-device patch
by Takashi Iwai
· 19 years ago
416c107
[ALSA] Nest sound devices
by Clemens Ladisch
· 19 years ago
e28563c
[ALSA] Optimize for config without PROC_FS
by Takashi Iwai
· 19 years ago
9a1a2a1
[ALSA] Fix a missing include
by Takashi Iwai
· 19 years ago
d001544
[ALSA] dynamic minors (6/6): increase maximum number of sound cards
by Clemens Ladisch
· 19 years ago
332682b
[ALSA] dynamic minors (4/6): dynamic minor number allocation
by Clemens Ladisch
· 19 years ago
f87135f
[ALSA] dynamic minors (3/6): store device-specific object pointers dynamically
by Clemens Ladisch
· 19 years ago
6983b72
[ALSA] dynamic minors (2/6): simplify storage of snd_minor structures
by Clemens Ladisch
· 19 years ago
2af677f
[ALSA] dynamic minors (1/6): store device type in struct snd_minor
by Clemens Ladisch
· 19 years ago
a381a7a
[ALSA] Decentralize PM control
by Takashi Iwai
· 19 years ago
512bbd6
[ALSA] Remove xxx_t typedefs: Core component
by Takashi Iwai
· 19 years ago
3ae5eae
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
by Russell King
· 19 years ago
3939e71
[ALSA] clean up device types symbols
by Clemens Ladisch
· 19 years ago
e38e0cf
[ALSA] Remove kmalloc wrappers
by Takashi Iwai
· 19 years ago
b1d5776
[ALSA] Remove vmalloc wrapper, kfree_nocheck()
by Takashi Iwai
· 19 years ago
93f2e37
[ALSA] Make snd_task_name() module local
by Takashi Iwai
· 19 years ago
53f4654
[PATCH] Driver Core: fix up all callers of class_device_create()
by Greg Kroah-Hartman
· 19 years ago
ecbcfe3
[ALSA] Introduce snd_card_set_generic_dev()
by Takashi Iwai
· 19 years ago
276bd31
[PATCH] Kconfig fix (ISA_DMA_API and sound/*)
by Al Viro
· 19 years ago
543537b
[PATCH] create a kstrdup library function
by Paulo Marques
· 19 years ago
fae6ec6
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by Jaroslav Kysela
· 19 years ago
619e666
[PATCH] class: convert sound/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
123992f
[ALSA] sound/core/: possible cleanups
by Adrian Bunk
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago