summaryrefslogtreecommitdiff
path: root/include/sound/core.h
AgeCommit message (Expand)Author
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers
2010-10-17ALSA: fix unused warnings with snd_power_get_stateMike Frysinger
2010-01-14ALSA: Add snd_pci_quirk_lookup_id()Takashi Iwai
2009-09-10Merge branch 'topic/snd-printk' into for-linusTakashi Iwai
2009-09-07ALSA: Remove unneeded ifdef from sound/core.hTakashi Iwai
2009-09-07ALSA: Remove struct snd_monitor_file from public sound/core.hTakashi Iwai
2009-08-28ALSA: Fixed a typo of printk()Takashi Iwai
2009-08-27ALSA: Add debug module optionTakashi Iwai
2009-06-10Merge branch 'topic/cleanup' into for-linusTakashi Iwai
2009-06-02ALSA: Core - add snd_card_set_id() functionJaroslav Kysela
2009-04-21ALSA: Remove deprecated snd_card_new()Takashi Iwai
2009-03-24Merge branch 'topic/ctl-list-cleanup' into for-linusTakashi Iwai
2009-03-24Merge branch 'topic/quirk-cleanup' into for-linusTakashi Iwai
2009-03-09ALSA: Clean up snd_monitor_file managementTakashi Iwai
2009-02-09ALSA: Add subdevice_mask field to quirk entriesTakashi Iwai
2009-01-12ALSA: Introduce snd_card_create()Takashi Iwai
2008-11-26Merge branch 'topic/misc' into topic/pcsp-fixTakashi Iwai
2008-11-10Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linusTakashi Iwai
2008-11-07ALSA: Document debug macrosTakashi Iwai
2008-11-07ALSA: Evaluate condition in snd_BUG_ON() in non-debugging caseTakashi Iwai
2008-11-07alsa: fix snd_BUG_on() and friendsAndrew Morton
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-10-10ALSA: Increase components array sizeTakashi Iwai
2008-08-29alsa: Remove special SBUS dma support code.David S. Miller
2008-08-13ALSA: Clean up snd_BUG()Takashi Iwai
2008-08-13ALSA: Kill snd_assert() definitionTakashi Iwai
2008-08-13ALSA: Introduce snd_BUG_ON() macroTakashi Iwai
2008-07-29ALSA: Add jack reporting APIMark Brown
2008-05-27[ALSA] Replace CONFIG_SND_DEBUG_DETECT with CONFIG_SND_DEBUG_VERBOSETakashi Iwai
2008-04-24[ALSA] sound/core.h: evil #ifdefsPavel Machek
2008-04-24[ALSA] fix comments in sound/core.hPavel Machek
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela
2007-02-09[PATCH] Fix breakage with CONFIG_SYSFS_DEPRECATEDTakashi Iwai
2007-02-09[ALSA] Add PCI quirk list helper functionTakashi Iwai
2007-02-09[ALSA] Remove obsolete typedefs.hTakashi Iwai
2007-02-09[ALSA] allow registering an alsa device with struct device pointerJohannes Berg
2007-01-29[PATCH] ALSA: Fix sysfs breakageTakashi Iwai
2006-12-01Driver core: convert sound core to use struct deviceGreg Kroah-Hartman
2006-10-06[ALSA] Handle file operations during snd_card disconnects using static file->...Karsten Wiese
2006-09-23[ALSA] Add pcm_class attribute to PCM sysfs entryTakashi Iwai
2006-09-23[ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai
2006-07-12[ALSA] remove unused snd_minor.name fieldClemens Ladisch
2006-06-22[ALSA] Fix rwlock around snd_iprintf() in sound coreTakashi Iwai
2006-04-02Update dummy snd_power_wait() function for new calling conventionLinus Torvalds
2006-03-31[ALSA] Cleanup unused argument for snd_power_wait()Takashi Iwai
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar