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