summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | ALSA: Add snd_pci_quirk_lookup_id()Takashi Iwai2010-01-141-5/+27
* | | Merge branch 'devel' of git.alsa-project.org:alsa-kernel into topic/miscTakashi Iwai2010-01-131-3/+5
|\ \ \ | |/ /
| * | ALSA: pcm_lib - fix wrong delta print for jiffies checkJaroslav Kysela2010-01-131-3/+5
| * | Merge branch 'topic/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Jaroslav Kysela2010-01-083-18/+4
| |\ \
* | \ \ Merge commit alsa/devel into topic/miscTakashi Iwai2010-01-124-209/+253
|\ \ \ \ | |/ / /
| * | | ALSA: pcm_lib: fix "something must be really wrong" conditionJaroslav Kysela2010-01-081-1/+1
| * | | ALSA: pcm_lib - optimize wake_up() calls for PCM I/OJaroslav Kysela2010-01-072-12/+24
| * | | ALSA: pcm_lib - cleanup & merge hw_ptr update functionsJaroslav Kysela2010-01-073-193/+120
| * | | ALSA: pcm_lib - add possibility to log last 10 DMA ring buffer positionsJaroslav Kysela2010-01-072-23/+121
| * | | ALSA: pcm_lib.c - convert second xrun_debug() parameter to use definesJaroslav Kysela2010-01-071-10/+17
* | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2009-12-253-20/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | ALSA: Fix indentation in pcm_native.cGuennadi Liakhovetski2009-12-251-4/+4
| | |/ | |/|
| * | ALSA: sound/core/pcm_timer.c: use lib/gcd.cFlorian Fainelli2009-12-222-16/+2
* | | ALSA: refine rate selection in snd_interval_ratnum()Krzysztof Helt2009-12-221-3/+17
* | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2009-12-221-2/+2
|\ \ \ | |/ /
| * | ALSA: fix incorrect rounding direction in snd_interval_ratnum()Krzysztof Helt2009-12-211-2/+2
| |/
* | ALSA: pcm - Add missing inclusion of linux/vmalloc.hTakashi Iwai2009-12-211-0/+1
* | sound: pcm: add vmalloc buffer helper functionsClemens Ladisch2009-12-181-0/+54
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-12-121-2/+13
|\
| * ALSA: hrtimer - Fix lock-upTakashi Iwai2009-12-111-2/+13
* | vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-1/+1
|/
* Merge branch 'topic/misc' into for-linusTakashi Iwai2009-12-041-1/+1
|\
| * ALSA: remove unnecessary null checkDan Carpenter2009-11-181-1/+1
| * Merge branch 'fix/misc' into topic/miscTakashi Iwai2009-11-141-22/+20
| |\
* | \ Merge branch 'topic/pcm-dma-fix' into topic/core-changeTakashi Iwai2009-12-011-24/+59
|\ \ \
| * | | ALSA: pcm - fix page conversion on non-coherent PPC archTakashi Iwai2009-11-271-0/+10
| * | | ALSA: pcm - fix page conversion on non-coherent MIPS archTakashi Iwai2009-11-271-0/+4
| * | | ALSA: pcm - define snd_pcm_default_page_ops()Takashi Iwai2009-11-261-8/+12
| * | | ALSA: pcm - Use dma_mmap_coherent() if availableTakashi Iwai2009-11-261-16/+33
| | |/ | |/|
* | | Merge branch 'topic/beep-rename' into topic/core-changeTakashi Iwai2009-12-012-2/+12
|\ \ \
| * | | ALSA: rename "PC Speaker" controls to "Speaker"Jaroslav Kysela2009-11-051-0/+1
| * | | ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep"Jaroslav Kysela2009-11-051-1/+2
| | |/ | |/|
| * | Merge branch 'fix/misc' into topic/miscTakashi Iwai2009-11-012-59/+27
| |\ \
| * | | ALSA: snd_dma_pointer workaround for chipsets with buggy DMAKrzysztof Helt2009-10-111-1/+9
* | | | sound: rawmidi: record a substream's owner processClemens Ladisch2009-11-101-0/+9
* | | | sound: pcm: record a substream's owner processClemens Ladisch2009-11-101-0/+4
* | | | sound: rawmidi: fix opened substreams countClemens Ladisch2009-11-101-4/+2
* | | | Merge branch 'topic/ctl-pid-lock' into topic/core-changeTakashi Iwai2009-11-103-6/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | control: use reference-counted pidClemens Ladisch2009-11-063-4/+5
| * | | control: remove snd_konctrol_volatile::owner_pid fieldClemens Ladisch2009-11-061-3/+1
| | |/ | |/|
* | | sound: rawmidi: fix MIDI device O_APPEND error handlingClemens Ladisch2009-11-101-12/+7
* | | sound: rawmidi: fix checking of O_APPEND when opening MIDI deviceClemens Ladisch2009-11-101-1/+2
* | | sound: rawmidi: fix double init when opening MIDI device with O_APPENDClemens Ladisch2009-11-101-10/+12
|/ /
* | ALSA: sound: Move dereference after NULL test and drop unnecessary NULL testsJulia Lawall2009-10-301-2/+3
* | const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-4/+4
* | ALSA: pcm - Simplify snd_pcm_drain() implementationTakashi Iwai2009-09-211-53/+20
|/
* Merge branch 'topic/tlv-minmax' into for-linusTakashi Iwai2009-09-101-2/+6
|\
| * ALSA: Add new TLV types for dBwith min/maxTakashi Iwai2009-06-171-2/+6
* | Merge branch 'topic/snd-printk' into for-linusTakashi Iwai2009-09-101-27/+48
|\ \
| * | ALSA: Add debug module optionTakashi Iwai2009-08-271-28/+39
OpenPOWER on IntegriCloud