summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: emu10k1: Fix dock firmware loadingTakashi Iwai2013-04-242-6/+34
* ALSA: hda - Limit internal mic boost for a few Asus machinesDavid Henningsson2013-04-221-1/+41
* ALSA: snd-usb-audio: set the timeout for usb control set messages to 5000 msDaniel Schürmann2013-04-221-1/+9
* ALSA: compress: Use kzalloc() for ioctls writing back dataTakashi Iwai2013-04-221-2/+2
* ALSA: compress: info leak in snd_compr_get_caps()Dan Carpenter2013-04-221-0/+1
* ALSA: compress_core: Rework writes to use cumulative valuesCharles Keepax2013-04-212-8/+11
* ALSA: compress_core: Remove unused hw_pointerCharles Keepax2013-04-212-3/+0
* ASoC: soc-compress: Deduce stream directionCharles Keepax2013-04-211-1/+8
* ALSA: compress_core: Add support for capture streamsCharles Keepax2013-04-211-2/+41
* ALSA: compress_core: Deconstify copy callback bufferCharles Keepax2013-04-213-5/+7
* ALSA: compress_core: Calculate avail correctly for capture streamsCharles Keepax2013-04-211-11/+18
* ALSA: compress_core: Update calc_avail to use cumulative valuesCharles Keepax2013-04-211-18/+5
* Merge tag 'asoc-v3.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-04-18187-1443/+2288
|\
| * Merge remote-tracking branch 'asoc/topic/max98088' into asoc-nextMark Brown2013-04-181-7/+25
| |\
| | * ASoC: max98088: Fix logging of hardware revision.Dylan Reid2013-04-171-1/+1
| * | Merge remote-tracking branch 'asoc/topic/fsl' into asoc-nextMark Brown2013-04-185-5/+12
| |\ \
| | * | ASoC: fsl-ssi: Add SACNT definitionsMarkus Pargmann2013-04-161-0/+8
| * | | Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown2013-04-1860-1083/+900
| |\ \ \
| | * | | ASoC: ux500: Use generic dmaengine PCMLars-Peter Clausen2013-04-183-144/+19
| | * | | ASoC: imx: Use generic dmaengine PCMLars-Peter Clausen2013-04-174-63/+26
| | * | | ASoC: imx: Setup dma data in DAI probeLars-Peter Clausen2013-04-172-24/+17
| | * | | ASoC: dmaengine-pcm: Add support for platforms which can't report residueLars-Peter Clausen2013-04-172-1/+27
| | * | | ASoC: tegra: Use generic dmaengine PCMLars-Peter Clausen2013-04-172-163/+10
| | * | | Merge tag 'v3.9-rc7' into asoc-dmaMark Brown2013-04-17655-3999/+7253
| | |\ \ \
| | * | | | ASoC: dmaengine_pcm: Add support for compat platformsLars-Peter Clausen2013-04-173-7/+68
| | * | | | ASoC: Add a generic dmaengine_pcm driverLars-Peter Clausen2013-04-174-0/+274
| | * | | | ASoC: Add snd_soc_{add, remove}_platformLars-Peter Clausen2013-04-172-23/+66
| | * | | | Merge branch 'topic/core' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2013-04-176-26/+21
| | |\ \ \ \
| | * | | | | ASoC: dmaengine-pcm: Make requesting the DMA channel at PCM open optionalLars-Peter Clausen2013-04-1711-44/+78
| * | | | | | Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-nextMark Brown2013-04-181-70/+96
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2013-04-187-26/+46
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | ASoC: define playback and capture streams in dummy codecStas Sergeev2013-04-171-0/+25
| | | |_|/ / / | | |/| | | |
| * | | | | | Linux 3.9-rc7Linus Torvalds2013-04-141-1/+1
| * | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-148-21/+33
| |\ \ \ \ \ \
| | * | | | | | x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is setBoris Ostrovsky2013-04-121-0/+2
| | * | | | | | x86/mm/cpa/selftest: Fix false positive in CPA self testAndrea Arcangeli2013-04-121-1/+1
| | * | | | | | x86/mm/cpa: Convert noop to functional fixAndrea Arcangeli2013-04-111-5/+5
| | * | | | | | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky2013-04-105-13/+21
| | * | | | | | x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio2013-04-101-2/+4
| * | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-143-4/+32
| |\ \ \ \ \ \ \
| | * | | | | | | sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka2013-04-081-1/+1
| | * | | | | | | sched/debug: Fix sd->*_idx limit range avoiding overflowlibin2013-04-081-1/+1
| | * | | | | | | sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner2013-04-081-0/+26
| | * | | | | | | sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo2013-03-211-2/+4
| * | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-146-11/+28
| |\ \ \ \ \ \ \ \
| | * | | | | | | | perf: Fix error return codeWei Yongjun2013-04-121-0/+1
| | * | | | | | | | ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
| | * | | | | | | | perf: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
| | * | | | | | | | perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang2013-04-081-1/+2
| | * | | | | | | | perf: Fix ring_buffer perf_output_space() boundary calculationStephane Eranian2013-03-212-5/+19
OpenPOWER on IntegriCloud