summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: core: remove unused variables.Luca Tettamanti2011-05-265-18/+1
* ALSA: PCM - Don't check DMA time-out too shortlyTakashi Iwai2011-05-262-6/+24
* Merge branch 'topic/misc' into for-linusTakashi Iwai2011-05-223-6/+74
|\
| * ALSA: sound, core, pcm_lib: fix xrun_logBen Gardiner2011-05-191-1/+1
| * ALSA: sound, core, pcm_lib: xrun_log: log also in_interruptBen Gardiner2011-05-181-4/+8
| * ALSA: core - Don't use "default' for defaultTakashi Iwai2011-04-041-1/+1
| * Merge branch 'fix/misc' into topic/miscTakashi Iwai2011-04-041-1/+3
| |\
| * \ Merge branch 'fix/misc' into topic/miscTakashi Iwai2011-03-282-9/+4
| |\ \
| * | | ALSA: Add snd_ctl_replace() to dynamically replace a controlDimitris Papastamos2011-03-221-0/+64
* | | | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-074-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix common misspellingsLucas De Marchi2011-03-314-6/+6
| | |/ | |/|
* | | ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()Kelly Anderson2011-04-011-1/+3
|/ /
* | ALSA: Fix yet another race in disconnectionTakashi Iwai2011-03-251-0/+4
* | ALSA: vmalloc buffers should use normal mmapBenjamin Herrenschmidt2011-03-251-9/+0
|/
* Merge branch 'topic/misc' into for-linusTakashi Iwai2011-03-1819-110/+125
|\
| * ALSA: sound/core: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser2011-03-161-5/+3
| * Merge branch 'fix/misc' into topic/miscTakashi Iwai2011-03-112-3/+5
| |\
| * | ALSA: control: clean up snd_ctl_hole_check()Clemens Ladisch2011-03-081-9/+9
| * | ALSA: control: fix numid conflict check for new controlsClemens Ladisch2011-03-081-4/+2
| * | sound:core:seq:seq_ports.c Remove one to many n's in a word.Justin P. Mattock2011-02-271-1/+1
| * | ALSA: core: sparse cleanupsClemens Ladisch2011-02-1416-92/+111
* | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2011-03-161-0/+46
|\ \ \ | |_|/ |/| |
| * | ALSA: Add snd_ctl_activate_id()Takashi Iwai2011-03-111-0/+46
| |/
* | ALSA: fix one memory leak in sound jackLu Guanqun2011-02-211-0/+1
* | ALSA: hrtimer: remove superfluous tasklet invocationClemens Ladisch2011-02-101-1/+1
* | ALSA: hrtimer: handle delayed timer interruptsClemens Ladisch2011-02-101-2/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-01-137-9/+77
|\
| * Merge branch 'topic/misc' into for-linusTakashi Iwai2011-01-137-9/+77
| |\
| | * ALSA: core, oxygen, virtuoso: add an enum control info helperClemens Ladisch2011-01-101-1/+27
| | * ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near()Jesper Juhl2011-01-101-1/+3
| | * Merge branch 'topic/workq-update' into topic/miscTakashi Iwai2010-12-134-11/+11
| | |\
| | * | ALSA: support module on-demand loading for seq and timerKay Sievers2010-11-243-5/+20
| | * | ALSA: timer: automatically load the high-resolution timerClemens Ladisch2010-11-221-2/+2
| | * | ALSA: pcm: optimize xrun detection in no-period-wakeup modeClemens Ladisch2010-11-221-0/+2
| | * | ALSA: pcm: detect xruns in no-period-wakeup modeClemens Ladisch2010-11-221-2/+16
| | * | ALSA: pcm: support for period wakeup disablingClemens Ladisch2010-11-222-0/+9
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-132-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into for-nextJiri Kosina2010-12-225-12/+12
| |\ \ \ | | | |/ | | |/|
| * | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-012-2/+2
* | | | ALSA: pcm: remember to always call va_end() on stuff that we va_start()Jesper Juhl2010-12-211-3/+7
| |/ / |/| |
* | | ALSA: Fix SNDCTL_DSP_RESET ioctl for OSS emulationTakashi Iwai2010-11-301-8/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-11-241-1/+1
|\ \ \ | | |/ | |/|
| * | ALSA: sound/core/pcm_lib.c: Remove unnecessary semicolonsJoe Perches2010-11-221-1/+1
| |/
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-173-3/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-10-255-25/+39
|\
| * Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-10-171-1/+3
| |\
| * \ Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-10-111-4/+8
| |\ \
| | * | ALSA: OSS mixer emulation - fix lockingJaroslav Kysela2010-10-111-4/+8
| | * | ALSA: pcm midlevel code - add time check for double interrupt acknowledgeJaroslav Kysela2010-08-192-5/+11
| * | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-10-113-9/+31
| |\ \ \
OpenPOWER on IntegriCloud