summaryrefslogtreecommitdiffstats
path: root/sound/core/init.c
AgeCommit message (Expand)AuthorLines
2008-04-24[ALSA] Clean up snd_card_free*()Takashi Iwai-17/+9
2008-04-24[ALSA] Fix the race of card instance unregistrationTakashi Iwai-4/+6
2008-04-24[ALSA] sound: replace remaining __FUNCTION__ occurencesHarvey Harrison-1/+1
2008-01-31[ALSA] fix compilation warning in GCCMiguel Boton-1/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai-1/+0
2008-01-31[ALSA] Introduce slots option to snd moduleTakashi Iwai-0/+36
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare-1/+0
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven-2/+2
2007-02-09[ALSA] cleanup and error reporting for sound/core/init.cOliver Neukum-8/+14
2007-01-29[PATCH] ALSA: Fix sysfs breakageTakashi Iwai-7/+11
2006-12-01Driver core: convert sound core to use struct deviceGreg Kroah-Hartman-0/+8
2006-10-06[ALSA] Handle file operations during snd_card disconnects using static file->...Karsten Wiese-40/+52
2006-09-23[ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai-53/+3
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai-15/+54
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai-3/+4
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai-3/+3
2006-06-22[ALSA] Fix rwlock around snd_iprintf() in sound coreTakashi Iwai-20/+31
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai-3/+0
2006-06-22[ALSA] Clean up EXPORT_SYMBOL()s in snd moduleTakashi Iwai-0/+20
2006-03-31[ALSA] Cleanup unused argument for snd_power_wait()Takashi Iwai-8/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven-1/+2
2006-03-22[ALSA] return ENODEV for disconnected devicesClemens Ladisch-0/+42
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar-1/+1
2006-01-03[ALSA] Optimize for config without PROC_FSTakashi Iwai-24/+35
2006-01-03[ALSA] dynamic minors (6/6): increase maximum number of sound cardsClemens Ladisch-7/+11
2006-01-03[ALSA] Decentralize PM controlTakashi Iwai-203/+2
2006-01-03[ALSA] Remove xxx_t typedefs: Core componentTakashi Iwai-42/+44
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King-8/+9
2005-11-04[ALSA] Fix a typo in the last fixTakashi Iwai-1/+1
2005-11-04[ALSA] Remove snd_runtime_check() macroTakashi Iwai-2/+3
2005-10-29Create platform_device.h to contain all the platform device details.Russell King-0/+2
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King-10/+4
2005-10-24[PATCH] ALSA: Fix Oops of suspend/resume with generic driversTakashi Iwai-2/+4
2005-09-12[ALSA] Replace with kzalloc() - core stuffTakashi Iwai-2/+2
2005-09-12[ALSA] Introduce snd_card_set_generic_dev()Takashi Iwai-84/+101
2005-04-16[PATCH] fix pm_message_t vs. u32 in alsaPavel Machek-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+887