aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-23[ALSA] sound/core/control.c: hard-irq-safe -> hard-irq-unsafe lock warningBorislav Petkov1-2/+3
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-4/+4
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela44-58/+58
2007-10-16[ALSA] sound: snd_register_device_for_dev fixMariusz Kozlowski1-0/+8
2007-10-16[ALSA] schedule_timeout() fix for core/seq/seq_instr.cRene Herman1-4/+6
2007-10-16[ALSA] unexport snd_ctl_elem_{read,write}Adrian Bunk1-4/+0
2007-10-16[ALSA] pcm: add snd_pcm_rate_to_rate_bit() helperClemens Ladisch1-0/+18
2007-10-16[ALSA] pcm: merge rates[] from pcm_misc.c and pcm_native.cClemens Ladisch2-10/+11
2007-10-16[ALSA] seq_midi_event: fix parsing of F9/FD bytesClemens Ladisch1-1/+1
2007-10-16[ALSA] seq_midi_event: fix parsing of missing data bytesClemens Ladisch1-39/+41
2007-10-16[ALSA] seq_midi_event: prevent running status after system messagesClemens Ladisch1-0/+2
2007-10-16[ALSA] seq_midi_event: fix encoding of data bytes after end of sysexClemens Ladisch1-7/+8
2007-10-16[ALSA] Add new AFMT_* formats for OSS emulationTakashi Iwai1-1/+34
2007-10-16[ALSA] Support 3-bytes 24bit format in PCM OSS emulationTakashi Iwai2-59/+29
2007-10-16[ALSA] Simplify the format conversion in PCM OSS emulationTakashi Iwai3-436/+97
2007-10-16[ALSA] Remove ifdefs from OSS PCM emulation codesTakashi Iwai8-37/+3
2007-10-16[ALSA] seq: resource leak fix and various code cleanupsEugene Teo2-19/+27
2007-10-16[ALSA] Clean up MakefileTakashi Iwai1-7/+3
2007-10-16[ALSA] Fix build error without CONFIG_HAS_DMATakashi Iwai2-1/+8
2007-10-16[ALSA] Add helper functions for frequently used callbacksTakashi Iwai1-0/+27
2007-10-16[ALSA] Clean up duplicate includes in sound/core/Jesper Juhl1-1/+0
2007-09-24Convert snd-page-alloc proc file to use seq_fileTakashi Iwai1-29/+39
2007-07-20[ALSA] timer: check for incorrect device state in non-debug compiles, tooClemens Ladisch1-9/+18
2007-07-20[ALSA] Fix substream to check in PCM drainTakashi Iwai1-1/+1
2007-07-20[ALSA] Fix invalid schedule_timeout_interruptible()Takashi Iwai1-3/+3
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita1-2/+1
2007-05-11[ALSA] pcm_native: lockdep warning when launching jackFrederik Deweerdt1-1/+2
2007-05-11[ALSA] is_power_of_2 in rtctimer.cvignesh babu1-1/+2
2007-05-11[ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai1-17/+10
2007-05-09misc doc and kconfig typosMatt LaPlante1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap9-9/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau6-6/+0
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven12-13/+13
2007-02-09[PATCH] Fix breakage with CONFIG_SYSFS_DEPRECATEDTakashi Iwai1-1/+1
2007-02-09[ALSA] Fix possible deadlocks in sequencer at removal of portsTakashi Iwai1-1/+1
2007-02-09[ALSA] Fix possible invalid memory access in PCM coreTakashi Iwai1-0/+5
2007-02-09[ALSA] snd_hwdep_release() racefixKarsten Wiese1-4/+5
2007-02-09[ALSA] Remove useless reference to obsolete KERNELDRobert P. J. Day1-3/+0
2007-02-09[ALSA] cleanup and error reporting for sound/core/init.cOliver Neukum1-8/+14
2007-02-09[ALSA] Add PCI quirk list helper functionTakashi Iwai1-0/+28
2007-02-09[ALSA] make sound/core/control.c:snd_ctl_new() staticAdrian Bunk1-3/+2
2007-02-09[ALSA] pcm core: add prealloc_max file to substream directory to show maximum DMA sizeJaroslav Kysela1-0/+23
2007-02-09[ALSA] alsa core: convert to list_for_each_entry*Johannes Berg12-214/+102
2007-02-09[ALSA] alsa core: add struct device pointer to struct snd_pcmJohannes Berg1-5/+13
2007-02-09[ALSA] allow registering an alsa device with struct device pointerJohannes Berg1-7/+8
2007-01-29[PATCH] ALSA: Fix sysfs breakageTakashi Iwai3-13/+13
2006-12-20[ALSA] sound: fix PCM substream listAkinobu Mita1-0/+4
2006-12-20[ALSA] sound: initialize rawmidi substream listAkinobu Mita1-1/+3