summaryrefslogtreecommitdiffstats
path: root/sound/core/sound.c
AgeCommit message (Expand)AuthorLines
2008-05-20SOUND: fix race in device_createGreg Kroah-Hartman-5/+3
2008-02-14Dont touch fs_struct in driversJan Blunck-4/+0
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela-2/+2
2007-10-16[ALSA] sound: snd_register_device_for_dev fixMariusz Kozlowski-0/+8
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita-2/+1
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven-1/+1
2007-02-09[ALSA] allow registering an alsa device with struct device pointerJohannes Berg-7/+8
2007-01-29[PATCH] ALSA: Fix sysfs breakageTakashi Iwai-3/+1
2006-12-01Driver core: convert sound core to use struct deviceGreg Kroah-Hartman-13/+9
2006-09-23[ALSA] Add pcm_class attribute to PCM sysfs entryTakashi Iwai-12/+44
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai-2/+1
2006-07-12[ALSA] remove unused snd_minor.name fieldClemens Ladisch-2/+1
2006-06-26[PATCH] devfs: Remove devfs support from the sound subsystemGreg Kroah-Hartman-24/+0
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai-1/+1
2006-06-22[ALSA] Fix rwlock around snd_iprintf() in sound coreTakashi Iwai-6/+1
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai-1/+0
2006-06-22[ALSA] Clean up EXPORT_SYMBOL()s in snd moduleTakashi Iwai-88/+11
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven-2/+2
2006-03-22[ALSA] sound/core/: fix 3 off-by-one errorsAdrian Bunk-2/+2
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar-11/+12
2006-01-04[ALSA] Revert the nested-device patchTakashi Iwai-9/+2
2006-01-03[ALSA] Nest sound devicesClemens Ladisch-2/+9
2006-01-03[ALSA] Optimize for config without PROC_FSTakashi Iwai-0/+2
2006-01-03[ALSA] Fix a missing includeTakashi Iwai-0/+1
2006-01-03[ALSA] dynamic minors (6/6): increase maximum number of sound cardsClemens Ladisch-3/+3
2006-01-03[ALSA] dynamic minors (4/6): dynamic minor number allocationClemens Ladisch-19/+46
2006-01-03[ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch-6/+40
2006-01-03[ALSA] dynamic minors (2/6): simplify storage of snd_minor structuresClemens Ladisch-44/+28
2006-01-03[ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch-7/+31
2006-01-03[ALSA] Decentralize PM controlTakashi Iwai-22/+0
2006-01-03[ALSA] Remove xxx_t typedefs: Core componentTakashi Iwai-16/+16
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King-4/+4
2005-11-04[ALSA] clean up device types symbolsClemens Ladisch-2/+2
2005-11-04[ALSA] Remove kmalloc wrappersTakashi Iwai-14/+0
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai-4/+1
2005-11-04[ALSA] Make snd_task_name() module localTakashi Iwai-1/+0
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman-1/+1
2005-09-12[ALSA] Introduce snd_card_set_generic_dev()Takashi Iwai-1/+14
2005-08-23[PATCH] Kconfig fix (ISA_DMA_API and sound/*)Al Viro-1/+1
2005-06-23[PATCH] create a kstrdup library functionPaulo Marques-1/+1
2005-06-21Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJaroslav Kysela-3/+3
2005-06-20[PATCH] class: convert sound/* to use the new class api instead of class_simplegregkh@suse.de-3/+3
2005-05-29[ALSA] sound/core/: possible cleanupsAdrian Bunk-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+491