summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | [ALSA] Add missing PAUSE ioctlTakashi Iwai2005-05-292-0/+13
| | | | | | | | | | | | | | Timer Midlevel Added the missing implemenation of TIMER PAUSE ioctl. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* | [ALSA] Suppress debug messageTakashi Iwai2005-05-291-1/+1
| | | | | | | | | | | | | | Control Midlevel Suppress 'unknown ioctl' debug message (replaced with snd_printdd). Signed-off-by: Takashi Iwai <tiwai@suse.de>
* | [ALSA] Fix capture on OSS emulationTakashi Iwai2005-05-291-1/+2
| | | | | | | | | | | | | | | | ALSA<-OSS emulation Fix the noisy capture on some hardwares over OSS emulation. Change back to avail_min = period_size for capture direction. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* | [ALSA] Fix permissions in some /proc filesTakashi Iwai2005-05-292-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | PCM Midlevel,CA0106 driver,EMU10K1/EMU10K2 driver Fix by Guillaume Chazarain <guichaz@yahoo.fr>: Some tunables in /proc have a write() function, but as their permission does not reflect it, it can be confusing to the user. So here is a patch that corrects the mode of those files. Note that I have only tested the 'xrun_debug' entry. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* | [ALSA] virmidi - fix ioctl parameter passing when setting client nameClemens Ladisch2005-05-291-1/+1
| | | | | | | | | | | | | | | | | | ALSA sequencer The last change to reduce stack usage did not adjust the parameter to SNDRV_SEQ_IOCTL_SET_CLIENT_IOCTL which resulted in passing the address of the pointer instead of the structure. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
* | [ALSA] virmidi - fix ioctl parameter passing when creating seq portClemens Ladisch2005-05-291-1/+1
| | | | | | | | | | | | | | | | | | ALSA sequencer The last change to reduce stack usage did not adjust the parameter to SNDRV_SEQ_IOCTL_CREATE_PORT which resulted in passing the address of the pointer instead of the structure. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
* | [ALSA] timer - added tread semaphoreJaroslav Kysela2005-05-291-20/+37
| | | | | | | | | | | | | | Timer Midlevel Signed-off-by: Jaroslav Kysela <perex@suse.cz>
* | [ALSA] Fix memory leakTakashi Iwai2005-05-291-0/+2
| | | | | | | | | | | | | | ALSA sequencer Fixed memory leak by the last change of stack reduction. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* | [ALSA] kill dead codeAdrian Bunk2005-05-291-4/+1
|/ | | | | | | | | | | ALSA<-OSS emulation The Coverity checker found this obviously dead code. I'm not sure which of the if (plugin == NULL) is correct - this patch removes the one that couldn't be true. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* [PATCH] fix pm_message_t vs. u32 in alsaPavel Machek2005-04-161-2/+2
| | | | | | | | | | I thought I'm done with fixing u32 vs. pm_message_t ... unfortunately that turned out not to be the case as Russel King pointed out. This fixes last few bits in alsa. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-1695-0/+43314
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
OpenPOWER on IntegriCloud