aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-10[PATCH] DocBook: fix kernel-doc commentsMartin Waitz1-2/+1
2006-01-04[ALSA] Revert the nested-device patchTakashi Iwai1-1/+0
2006-01-03[ALSA] Nest sound devicesClemens Ladisch1-0/+1
2006-01-03[ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch1-2/+7
2006-01-03[ALSA] dynamic minors (2/6): simplify storage of snd_minor structuresClemens Ladisch1-4/+1
2006-01-03[ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch1-3/+5
2006-01-03[ALSA] Decentralize PM controlTakashi Iwai1-28/+0
2006-01-03[ALSA] Remove xxx_t typedefs: Core componentTakashi Iwai1-116/+83
2005-11-04[ALSA] fix improper CONFIG_SND_MAJOR usageClemens Ladisch1-0/+1
2005-11-04[ALSA] Add the missing forward declrationTakashi Iwai1-0/+1
2005-11-04[ALSA] Remove kmalloc wrappersTakashi Iwai1-25/+0
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai1-8/+1
2005-11-04[ALSA] Make snd_task_name() module localTakashi Iwai1-1/+0
2005-11-04[ALSA] Use getnstimeofday()Takashi Iwai1-23/+0
2005-11-04[ALSA] Remove snd_runtime_check() macroTakashi Iwai1-23/+11
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-4/+4
2005-09-12[ALSA] Introduce snd_card_set_generic_dev()Takashi Iwai1-3/+5