index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: Remove struct snd_monitor_file from public sound/core.h
Takashi Iwai
2009-09-07
1
-0
/
+8
*
ALSA: Core - clean up snd_card_set_id* calls and remove possible id collision
Jaroslav Kysela
2009-06-04
1
-16
/
+10
*
ALSA: Fix double locking of card list in snd_card_register()
Mark Brown
2009-06-03
1
-12
/
+19
*
ALSA: Core - add snd_card_set_id() function
Jaroslav Kysela
2009-06-02
1
-23
/
+39
*
Merge branch 'topic/ctl-list-cleanup' into for-linus
Takashi Iwai
2009-03-24
1
-27
/
+15
|
\
|
*
ALSA: Clean up snd_monitor_file management
Takashi Iwai
2009-03-09
1
-27
/
+15
*
|
ALSA: Introduce snd_card_create()
Takashi Iwai
2009-01-12
1
-16
/
+31
|
/
*
sound: Fix warnings relating to ignored return value in snd_card_register
Hannes Eder
2008-11-18
1
-2
/
+6
*
ALSA: when card identification is changed, change also /proc/asound symlink
Jaroslav Kysela
2008-11-12
1
-0
/
+1
*
ALSA: add /sys/class/sound/card#/id (r/w) and card#/number (r/o) files
Jaroslav Kysela
2008-11-12
1
-1
/
+65
*
saner FASYNC handling on file close
Al Viro
2008-11-01
1
-1
/
+4
*
device create: sound: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
1
-3
/
+3
*
ALSA: Kill snd_assert() in sound/core/*
Takashi Iwai
2008-08-13
1
-1
/
+2
*
device create: sound: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-2
/
+3
*
[ALSA] Improve the slots option handling
Takashi Iwai
2008-05-28
1
-27
/
+40
*
[ALSA] Clean up snd_card_free*()
Takashi Iwai
2008-04-24
1
-17
/
+9
*
[ALSA] Fix the race of card instance unregistration
Takashi Iwai
2008-04-24
1
-4
/
+6
*
[ALSA] sound: replace remaining __FUNCTION__ occurences
Harvey Harrison
2008-04-24
1
-1
/
+1
*
[ALSA] fix compilation warning in GCC
Miguel Boton
2008-01-31
1
-1
/
+1
*
[ALSA] Remove sound/driver.h
Takashi Iwai
2008-01-31
1
-1
/
+0
*
[ALSA] Introduce slots option to snd module
Takashi Iwai
2008-01-31
1
-0
/
+36
*
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Jaroslav Kysela
2007-10-16
1
-1
/
+1
*
PCI: Cleanup the includes of <linux/pci.h>
Jean Delvare
2007-05-02
1
-1
/
+0
*
[PATCH] mark struct file_operations const 9
Arjan van de Ven
2007-02-12
1
-2
/
+2
*
[ALSA] cleanup and error reporting for sound/core/init.c
Oliver Neukum
2007-02-09
1
-8
/
+14
*
[PATCH] ALSA: Fix sysfs breakage
Takashi Iwai
2007-01-29
1
-7
/
+11
*
Driver core: convert sound core to use struct device
Greg Kroah-Hartman
2006-12-01
1
-0
/
+8
*
[ALSA] Handle file operations during snd_card disconnects using static file->...
Karsten Wiese
2006-10-06
1
-40
/
+52
*
[ALSA] Deprecate snd_card_free_in_thread()
Takashi Iwai
2006-09-23
1
-53
/
+3
*
[ALSA] Unregister device files at disconnection
Takashi Iwai
2006-09-23
1
-15
/
+54
*
[ALSA] Fix disconnection of proc interface
Takashi Iwai
2006-09-23
1
-3
/
+4
*
[ALSA] Remove zero-initialization of static variables
Takashi Iwai
2006-06-22
1
-3
/
+3
*
[ALSA] Fix rwlock around snd_iprintf() in sound core
Takashi Iwai
2006-06-22
1
-20
/
+31
*
[ALSA] Remove unneeded read/write_size fields in proc text ops
Takashi Iwai
2006-06-22
1
-3
/
+0
*
[ALSA] Clean up EXPORT_SYMBOL()s in snd module
Takashi Iwai
2006-06-22
1
-0
/
+20
*
[ALSA] Cleanup unused argument for snd_power_wait()
Takashi Iwai
2006-03-31
1
-8
/
+1
*
[PATCH] mark f_ops const in the inode
Arjan van de Ven
2006-03-28
1
-1
/
+2
*
[ALSA] return ENODEV for disconnected devices
Clemens Ladisch
2006-03-22
1
-0
/
+42
*
[ALSA] semaphore -> mutex (core part)
Ingo Molnar
2006-03-22
1
-1
/
+1
*
[ALSA] Optimize for config without PROC_FS
Takashi Iwai
2006-01-03
1
-24
/
+35
*
[ALSA] dynamic minors (6/6): increase maximum number of sound cards
Clemens Ladisch
2006-01-03
1
-7
/
+11
*
[ALSA] Decentralize PM control
Takashi Iwai
2006-01-03
1
-203
/
+2
*
[ALSA] Remove xxx_t typedefs: Core component
Takashi Iwai
2006-01-03
1
-42
/
+44
*
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
2005-11-09
1
-8
/
+9
*
[ALSA] Fix a typo in the last fix
Takashi Iwai
2005-11-04
1
-1
/
+1
*
[ALSA] Remove snd_runtime_check() macro
Takashi Iwai
2005-11-04
1
-2
/
+3
*
Create platform_device.h to contain all the platform device details.
Russell King
2005-10-29
1
-0
/
+2
*
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
2005-10-28
1
-10
/
+4
*
[PATCH] ALSA: Fix Oops of suspend/resume with generic drivers
Takashi Iwai
2005-10-24
1
-2
/
+4
*
[ALSA] Replace with kzalloc() - core stuff
Takashi Iwai
2005-09-12
1
-2
/
+2
[next]