summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* [ALSA] sound/core/control.c: hard-irq-safe -> hard-irq-unsafe lock warningBorislav Petkov2007-10-231-2/+3
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-4/+4
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-1644-58/+58
* [ALSA] sound: snd_register_device_for_dev fixMariusz Kozlowski2007-10-161-0/+8
* [ALSA] schedule_timeout() fix for core/seq/seq_instr.cRene Herman2007-10-161-4/+6
* [ALSA] unexport snd_ctl_elem_{read,write}Adrian Bunk2007-10-161-4/+0
* [ALSA] pcm: add snd_pcm_rate_to_rate_bit() helperClemens Ladisch2007-10-161-0/+18
* [ALSA] pcm: merge rates[] from pcm_misc.c and pcm_native.cClemens Ladisch2007-10-162-10/+11
* [ALSA] seq_midi_event: fix parsing of F9/FD bytesClemens Ladisch2007-10-161-1/+1
* [ALSA] seq_midi_event: fix parsing of missing data bytesClemens Ladisch2007-10-161-39/+41
* [ALSA] seq_midi_event: prevent running status after system messagesClemens Ladisch2007-10-161-0/+2
* [ALSA] seq_midi_event: fix encoding of data bytes after end of sysexClemens Ladisch2007-10-161-7/+8
* [ALSA] Add new AFMT_* formats for OSS emulationTakashi Iwai2007-10-161-1/+34
* [ALSA] Support 3-bytes 24bit format in PCM OSS emulationTakashi Iwai2007-10-162-59/+29
* [ALSA] Simplify the format conversion in PCM OSS emulationTakashi Iwai2007-10-163-436/+97
* [ALSA] Remove ifdefs from OSS PCM emulation codesTakashi Iwai2007-10-168-37/+3
* [ALSA] seq: resource leak fix and various code cleanupsEugene Teo2007-10-162-19/+27
* [ALSA] Clean up MakefileTakashi Iwai2007-10-161-7/+3
* [ALSA] Fix build error without CONFIG_HAS_DMATakashi Iwai2007-10-162-1/+8
* [ALSA] Add helper functions for frequently used callbacksTakashi Iwai2007-10-161-0/+27
* [ALSA] Clean up duplicate includes in sound/core/Jesper Juhl2007-10-161-1/+0
* Convert snd-page-alloc proc file to use seq_fileTakashi Iwai2007-09-241-29/+39
* [ALSA] timer: check for incorrect device state in non-debug compiles, tooClemens Ladisch2007-07-201-9/+18
* [ALSA] Fix substream to check in PCM drainTakashi Iwai2007-07-201-1/+1
* [ALSA] Fix invalid schedule_timeout_interruptible()Takashi Iwai2007-07-201-3/+3
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-191-2/+1
* [ALSA] pcm_native: lockdep warning when launching jackFrederik Deweerdt2007-05-111-1/+2
* [ALSA] is_power_of_2 in rtctimer.cvignesh babu2007-05-111-1/+2
* [ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai2007-05-111-17/+10
* misc doc and kconfig typosMatt LaPlante2007-05-091-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-089-9/+0
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-1/+0
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-146-6/+0
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-1212-13/+13
* [PATCH] Fix breakage with CONFIG_SYSFS_DEPRECATEDTakashi Iwai2007-02-091-1/+1
* [ALSA] Fix possible deadlocks in sequencer at removal of portsTakashi Iwai2007-02-091-1/+1
* [ALSA] Fix possible invalid memory access in PCM coreTakashi Iwai2007-02-091-0/+5
* [ALSA] snd_hwdep_release() racefixKarsten Wiese2007-02-091-4/+5
* [ALSA] Remove useless reference to obsolete KERNELDRobert P. J. Day2007-02-091-3/+0
* [ALSA] cleanup and error reporting for sound/core/init.cOliver Neukum2007-02-091-8/+14
* [ALSA] Add PCI quirk list helper functionTakashi Iwai2007-02-091-0/+28
* [ALSA] make sound/core/control.c:snd_ctl_new() staticAdrian Bunk2007-02-091-3/+2
* [ALSA] pcm core: add prealloc_max file to substream directory to show maximum...Jaroslav Kysela2007-02-091-0/+23
* [ALSA] alsa core: convert to list_for_each_entry*Johannes Berg2007-02-0912-214/+102
* [ALSA] alsa core: add struct device pointer to struct snd_pcmJohannes Berg2007-02-091-5/+13
* [ALSA] allow registering an alsa device with struct device pointerJohannes Berg2007-02-091-7/+8
* [PATCH] ALSA: Fix sysfs breakageTakashi Iwai2007-01-293-13/+13
* [ALSA] sound: fix PCM substream listAkinobu Mita2006-12-201-0/+4
* [ALSA] sound: initialize rawmidi substream listAkinobu Mita2006-12-201-1/+3