aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-18sound: seq_timer: simplify snd_seq_timer_set_tick_resolution() parametersClemens Ladisch1-14/+13
2010-01-18ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersTakashi Iwai1-0/+9
2010-01-18ALSA: pcm - Remove unneeded ifdef pgprot_noncachedTakashi Iwai1-2/+0
2010-01-18ALSA: Remove warning message for invalid OSS minor rangesTakashi Iwai1-1/+1
2010-01-14ALSA: use subsys_initcall for sound core instead of module_initThadeu Lima de Souza Cascardo1-2/+2
2010-01-14ALSA: Add snd_pci_quirk_lookup_id()Takashi Iwai1-5/+27
2010-01-13Merge branch 'devel' of git.alsa-project.org:alsa-kernel into topic/miscTakashi Iwai1-3/+5
2010-01-13ALSA: pcm_lib - fix wrong delta print for jiffies checkJaroslav Kysela1-3/+5
2010-01-12Merge commit alsa/devel into topic/miscTakashi Iwai4-209/+253
2010-01-08Merge branch 'topic/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into develJaroslav Kysela3-18/+4
2010-01-08ALSA: pcm_lib: fix "something must be really wrong" conditionJaroslav Kysela1-1/+1
2010-01-07ALSA: pcm_lib - optimize wake_up() calls for PCM I/OJaroslav Kysela2-12/+24
2010-01-07ALSA: pcm_lib - cleanup & merge hw_ptr update functionsJaroslav Kysela3-193/+120
2010-01-07ALSA: pcm_lib - add possibility to log last 10 DMA ring buffer positionsJaroslav Kysela2-23/+121
2010-01-07ALSA: pcm_lib.c - convert second xrun_debug() parameter to use definesJaroslav Kysela1-10/+17
2009-12-25Merge branch 'fix/misc' into topic/miscTakashi Iwai3-20/+6
2009-12-25ALSA: Fix indentation in pcm_native.cGuennadi Liakhovetski1-4/+4
2009-12-22ALSA: sound/core/pcm_timer.c: use lib/gcd.cFlorian Fainelli2-16/+2
2009-12-22ALSA: refine rate selection in snd_interval_ratnum()Krzysztof Helt1-3/+17
2009-12-22Merge branch 'fix/misc' into topic/miscTakashi Iwai1-2/+2
2009-12-21ALSA: pcm - Add missing inclusion of linux/vmalloc.hTakashi Iwai1-0/+1
2009-12-21ALSA: fix incorrect rounding direction in snd_interval_ratnum()Krzysztof Helt1-2/+2
2009-12-18sound: pcm: add vmalloc buffer helper functionsClemens Ladisch1-0/+54
2009-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-2/+13
2009-12-11ALSA: hrtimer - Fix lock-upTakashi Iwai1-2/+13
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-1/+1
2009-12-04Merge branch 'topic/misc' into for-linusTakashi Iwai1-1/+1
2009-12-01Merge branch 'topic/pcm-dma-fix' into topic/core-changeTakashi Iwai1-24/+59
2009-12-01Merge branch 'topic/beep-rename' into topic/core-changeTakashi Iwai2-2/+12
2009-11-27ALSA: pcm - fix page conversion on non-coherent PPC archTakashi Iwai1-0/+10
2009-11-27ALSA: pcm - fix page conversion on non-coherent MIPS archTakashi Iwai1-0/+4
2009-11-26ALSA: pcm - define snd_pcm_default_page_ops()Takashi Iwai1-8/+12
2009-11-26ALSA: pcm - Use dma_mmap_coherent() if availableTakashi Iwai1-16/+33
2009-11-18ALSA: remove unnecessary null checkDan Carpenter1-1/+1
2009-11-14Merge branch 'fix/misc' into topic/miscTakashi Iwai1-22/+20
2009-11-10sound: rawmidi: record a substream's owner processClemens Ladisch1-0/+9
2009-11-10sound: pcm: record a substream's owner processClemens Ladisch1-0/+4
2009-11-10sound: rawmidi: fix opened substreams countClemens Ladisch1-4/+2
2009-11-10Merge branch 'topic/ctl-pid-lock' into topic/core-changeTakashi Iwai3-6/+5
2009-11-10sound: rawmidi: fix MIDI device O_APPEND error handlingClemens Ladisch1-12/+7
2009-11-10sound: rawmidi: fix checking of O_APPEND when opening MIDI deviceClemens Ladisch1-1/+2
2009-11-10sound: rawmidi: fix double init when opening MIDI device with O_APPENDClemens Ladisch1-10/+12
2009-11-06control: use reference-counted pidClemens Ladisch3-4/+5
2009-11-06control: remove snd_konctrol_volatile::owner_pid fieldClemens Ladisch1-3/+1
2009-11-05ALSA: rename "PC Speaker" controls to "Speaker"Jaroslav Kysela1-0/+1
2009-11-05ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela1-1/+2
2009-11-01Merge branch 'fix/misc' into topic/miscTakashi Iwai2-59/+27
2009-10-30ALSA: sound: Move dereference after NULL test and drop unnecessary NULL testsJulia Lawall1-2/+3
2009-10-11ALSA: snd_dma_pointer workaround for chipsets with buggy DMAKrzysztof Helt1-1/+9
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-4/+4