aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-20[ALSA] Fix races in PCM OSS emulationTakashi Iwai1-12/+40
2006-12-20[ALSA] sound/core/control.c: remove dead codeAdrian Bunk1-1/+1
2006-12-20[ALSA] pcm core: fix silence_start calculationsClemens Ladisch1-5/+3
2006-12-20[ALSA] use the roundup macroClemens Ladisch1-1/+1
2006-12-20[ALSA] use the ALIGN macroClemens Ladisch1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-08[PATCH] struct path: convert soundJosef Sipek2-2/+2
2006-12-07[PATCH] mm: incorrect VM_FAULT_OOM returns from driversNick Piggin1-5/+5
2006-12-01Driver core: convert sound core to use struct deviceGreg Kroah-Hartman3-16/+21
2006-11-28[ALSA] Fix hang-up at disconnection of usb-audioTakashi Iwai2-3/+6
2006-11-28[ALSA] rtctimer: handle RTC interrupts with a taskletClemens Ladisch1-6/+14
2006-10-22[ALSA] Fix addition of user-defined boolean controlsTakashi Iwai1-4/+0
2006-10-22[ALSA] Fix re-use of va_listTakashi Iwai1-1/+4
2006-10-10[PATCH] hwdep_compat missed __user annotationsAl Viro1-1/+1
2006-10-06[ALSA] Handle file operations during snd_card disconnects using static file->f_opKarsten Wiese1-40/+52
2006-10-06[ALSA] Dereference after free in snd_hwdep_release()Florin Malita1-1/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-5/+5
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-20/+20
2006-10-01[PATCH] maximum latency tracking: ALSA supportTakashi Iwai2-1/+25
2006-09-23[ALSA] sound core: Use SEEK_{SET,CUR,END} instead of hardcoded valuesJosef 'Jeff' Sipek1-3/+3
2006-09-23[ALSA] Add missing compat ioctls for ALSA control APITakashi Iwai1-0/+4
2006-09-23[ALSA] Add pcm_class attribute to PCM sysfs entryTakashi Iwai2-12/+68
2006-09-23[ALSA] Return error if no user TLV is definedTakashi Iwai1-0/+2
2006-09-23[ALSA] Fix errors with user TLV_WRITETakashi Iwai1-0/+1
2006-09-23[ALSA] Fix substream selection in PCM and rawmidiTakashi Iwai3-2/+6
2006-09-23[ALSA] Fix control/status mmap with shared PCM substreamTakashi Iwai2-40/+11
2006-09-23[ALSA] system timer: remove unused snd_timer_system_private.timer fieldClemens Ladisch1-1/+0
2006-09-23[ALSA] timer: fix timer reschedulingClemens Ladisch1-1/+1
2006-09-23[ALSA] system timer: clear correction value when timer stopsClemens Ladisch1-0/+1
2006-09-23[ALSA] system timer: accumulate correction for multiple lost ticksClemens Ladisch1-1/+1
2006-09-23[ALSA] system timer: fix lost ticks correction adjustmentClemens Ladisch1-1/+1
2006-09-23[ALSA] Control API - more robust TLV implementationJaroslav Kysela1-30/+109
2006-09-23[ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai1-53/+3
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai11-165/+141
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai15-117/+90