summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm.c
Commit message (Expand)AuthorAgeFilesLines
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-2/+2
* [PATCH] Fix breakage with CONFIG_SYSFS_DEPRECATEDTakashi Iwai2007-02-091-1/+1
* [ALSA] alsa core: convert to list_for_each_entry*Johannes Berg2007-02-091-20/+12
* [ALSA] alsa core: add struct device pointer to struct snd_pcmJohannes Berg2007-02-091-5/+13
* [ALSA] sound: fix PCM substream listAkinobu Mita2006-12-201-0/+4
* Driver core: convert sound core to use struct deviceGreg Kroah-Hartman2006-12-011-3/+4
* [PATCH] maximum latency tracking: ALSA supportTakashi Iwai2006-10-011-0/+3
* [ALSA] Add pcm_class attribute to PCM sysfs entryTakashi Iwai2006-09-231-0/+24
* [ALSA] Fix substream selection in PCM and rawmidiTakashi Iwai2006-09-231-1/+2
* [ALSA] Unregister device files at disconnectionTakashi Iwai2006-09-231-30/+18
* [ALSA] Fix disconnection of proc interfaceTakashi Iwai2006-09-231-35/+18
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-221-1/+1
* [ALSA] Fix mmap_count with O_APPEND opened streamsTakashi Iwai2006-06-221-1/+1
* [ALSA] Add O_APPEND flag support to PCMTakashi Iwai2006-06-221-2/+23
* [ALSA] Remove spinlocks around proc printsTakashi Iwai2006-06-221-6/+0
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-9/+10
* [ALSA] Move OSS-specific hw_params helper to snd-pcm-oss moduleTakashi Iwai2006-06-221-30/+6
* [ALSA] Fix Oops at rmmod with CONFIG_SND_VERBOSE_PROCFS=nTakashi Iwai2006-04-271-3/+3
* [ALSA] PCM core - introduce CONFIG_SND_PCM_XRUN_DEBUGJaroslav Kysela2006-04-271-3/+3
* [ALSA] sound/core/pcm.c: make snd_pcm_format_name() staticAdrian Bunk2006-04-121-1/+1
* [ALSA] Clean up PCM codes (take 2)Takashi Iwai2006-03-311-6/+6
* [ALSA] Tiny clean up of PCM codesTakashi Iwai2006-03-311-2/+0
* [ALSA] snd_pcm_format_name() is no longer exportedJaroslav Kysela2006-03-221-1/+0
* [ALSA] semaphore -> mutex (core part)Ingo Molnar2006-03-221-19/+21
* [ALSA] PCM midlevel & PCM OSS - make procfs & OSS plugin code optionalJaroslav Kysela2006-03-221-1/+3
* [ALSA] Optimize for config without PROC_FSTakashi Iwai2006-01-031-42/+62
* [ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch2006-01-031-53/+65
* [ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch2006-01-031-2/+4
* [ALSA] Add error messagesTakashi Iwai2006-01-031-5/+11
* [ALSA] Remove xxx_t typedefs: PCMTakashi Iwai2006-01-031-100/+114
* [ALSA] Remove snd_runtime_check() macroTakashi Iwai2005-11-041-1/+2
* [ALSA] Replace with kzalloc() - core stuffTakashi Iwai2005-09-121-3/+3
* [ALSA] sound/core/: possible cleanupsAdrian Bunk2005-05-291-1/+0
* [ALSA] Export missing snd_pcm_format_*()Takashi Iwai2005-05-291-0/+1
* [ALSA] Fix permissions in some /proc filesTakashi Iwai2005-05-291-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1074