summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* [ALSA] sound/core/pcm.c: make snd_pcm_format_name() staticAdrian Bunk2006-04-121-1/+1
* [ALSA] Fix Oops of PCM OSS emulationTakashi Iwai2006-04-122-4/+7
* [ALSA] pcm_oss: fix snd_pcm_oss_release() oopsOGAWA Hirofumi2006-04-121-1/+1
* [ALSA] Kconfig SND_SEQUENCER_OSS help text fixFrederik Deweerdt2006-03-311-2/+3
* [ALSA] Fix / clean up PCM-OSS setup hooksTakashi Iwai2006-03-311-70/+63
* [ALSA] Clean up PCM codes (take 2)Takashi Iwai2006-03-314-213/+107
* [ALSA] Tiny clean up of PCM codesTakashi Iwai2006-03-313-36/+21
* [ALSA] Cleanup unused argument for snd_power_wait()Takashi Iwai2006-03-314-19/+12
* [PATCH] sound: Remove unneeded kmalloc() return value castsJesper Juhl2006-03-281-2/+4
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-283-4/+5
* [ALSA] Fix memory leaks in error path of control.cTakashi Iwai2006-03-221-7/+12
* [ALSA] Fix seq_clientmgr dereferences before NULL checkEugene Teo2006-03-221-2/+1
* [ALSA] sound/core/: fix 3 off-by-one errorsAdrian Bunk2006-03-222-3/+3
* [ALSA] make control.c suspend awareGiuliano Pochini2006-03-222-11/+42
* [ALSA] return ENODEV for disconnected devicesClemens Ladisch2006-03-221-0/+42
* [ALSA] Fix sleep in atomic in virmidi driverTakashi Iwai2006-03-221-2/+2
* [ALSA] pcm - Move PAUSE ioctl to common ioctl handlerTakashi Iwai2006-03-221-8/+8
* [ALSA] Removed unneeded page-reserveTakashi Iwai2006-03-221-30/+2
* [ALSA] Use dma_alloc_coherent() hack on i386 onlyTakashi Iwai2006-03-221-1/+1
* [ALSA] Fix mulaw -> linear conversion in OSS PCM emulationTakashi Iwai2006-03-221-1/+2
* [ALSA] snd_pcm_format_name() is no longer exportedJaroslav Kysela2006-03-221-1/+0
* [ALSA] semaphore -> mutex (core part)Ingo Molnar2006-03-2222-270/+281
* [ALSA] Clean up pcm-oss pluginsTakashi Iwai2006-03-227-924/+117
* [ALSA] Fix a typoTakashi Iwai2006-03-221-1/+1
* [ALSA] PCM midlevel & PCM OSS - make procfs & OSS plugin code optionalJaroslav Kysela2006-03-2211-3/+84
* [PATCH] alsa: fix error paths in snd_ctl_elem_add()Takashi Iwai2006-03-061-4/+2
* [PATCH] Fix snd-usb-audio in 32-bit compat environmentJuergen Kreileder2006-02-201-5/+11
* [ALSA] Remove BKL from sound/core/info.cIngo Molnar2006-01-221-22/+11
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-092-6/+0
* [ALSA] Revert the nested-device patchTakashi Iwai2006-01-042-10/+3
* [ALSA] seq: reorganize sequencer client numbersClemens Ladisch2006-01-032-28/+33
* [ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch2006-01-036-69/+23
* [ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch2006-01-037-37/+8
* [ALSA] seq: remove superfluous fieldsClemens Ladisch2006-01-032-6/+0
* [ALSA] pcm - Fix wrong assertsTakashi Iwai2006-01-031-4/+3
* [ALSA] Nest sound devicesClemens Ladisch2006-01-032-3/+10
* [ALSA] pcm - Make the support of old API selectableTakashi Iwai2006-01-032-0/+14
* [ALSA] Optimize for config without PROC_FS (seq and oss parts)Takashi Iwai2006-01-0313-21/+50
* [ALSA] Optimize for config without PROC_FSTakashi Iwai2006-01-038-120/+184
* [ALSA] sound/: possible cleanupsAdrian Bunk2006-01-031-3/+2
* [ALSA] Fix a missing includeTakashi Iwai2006-01-031-0/+1
* [ALSA] rawmidi: adjust runtime->avail when changing output buffer sizeClemens Ladisch2006-01-031-0/+1
* [ALSA] dynamic minors (6/6): increase maximum number of sound cardsClemens Ladisch2006-01-035-20/+43
* [ALSA] dynamic minors (5/6): reduce maximum number of MIDI devices per cardClemens Ladisch2006-01-031-3/+3
* [ALSA] dynamic minors (4/6): dynamic minor number allocationClemens Ladisch2006-01-032-19/+57
* [ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch2006-01-0313-191/+266
* [ALSA] dynamic minors (2/6): simplify storage of snd_minor structuresClemens Ladisch2006-01-032-88/+48
* [ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch2006-01-0312-109/+102
* [ALSA] rawmidi: protect against invalid device number in snd_rawmidi_info_sel...Clemens Ladisch2006-01-031-0/+2
* [ALSA] Fix possible races in timer callbacksTakashi Iwai2006-01-031-2/+3
OpenPOWER on IntegriCloud