index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: pcm: Use standard printk helpers
Takashi Iwai
2014-02-14
4
-43
/
+47
*
ALSA: control: Use standard printk helpers
Takashi Iwai
2014-02-14
2
-9
/
+8
*
ALSA: seq_oss: Drop debug prints
Takashi Iwai
2014-02-14
7
-68
/
+0
*
ALSA: Use standard device refcount for card accounting
Takashi Iwai
2014-02-14
3
-40
/
+17
*
ALSA: Use static groups for id and number card sysfs attr files
Takashi Iwai
2014-02-14
1
-13
/
+19
*
ALSA: Embed card device into struct snd_card
Takashi Iwai
2014-02-14
1
-19
/
+35
*
ALSA: Mandate to pass a device pointer at card creation time
Takashi Iwai
2014-02-12
1
-3
/
+5
*
ALSA: Drop unused name argument in snd_register_oss_device()
Takashi Iwai
2014-02-12
7
-19
/
+10
*
ALSA: Replace with IS_ENABLED()
Takashi Iwai
2014-02-10
8
-18
/
+18
*
ALSA: Fix typos in alsa-driver-api.xml
Masanari Iida
2014-02-10
2
-2
/
+2
*
ALSA: Refactor slot assignment code
Takashi Iwai
2014-01-23
1
-27
/
+30
*
ALSA: bits vs bytes bug in snd_card_create()
Dan Carpenter
2014-01-23
1
-2
/
+2
*
Merge remote-tracking branch 'asoc/topic/pcm' into for-tiwai
Mark Brown
2014-01-16
1
-0
/
+39
|
\
|
*
ALSA: Add helper function for intersecting two rate masks
Lars-Peter Clausen
2014-01-14
1
-0
/
+39
*
|
ALSA: PCM: Warn when buffer preallocation fails
Takashi Iwai
2014-01-11
1
-0
/
+5
*
|
ALSA: Merge memalloc code into snd-pcm module
Takashi Iwai
2014-01-09
2
-16
/
+4
*
|
ALSA: Remove superfluous header inclusions in memalloc.c
Takashi Iwai
2014-01-09
1
-4
/
+0
*
|
ALSA: Remove memory reservation code from memalloc helper
Takashi Iwai
2014-01-09
2
-282
/
+1
*
|
ALSA: Remove memory accounting in memalloc helper
Takashi Iwai
2014-01-09
1
-29
/
+2
*
|
ALSA: compress: remove the sample rate check
Vinod Koul
2014-01-05
1
-3
/
+0
*
|
ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail function
JongHo Kim
2013-12-17
1
-0
/
+2
|
/
*
Merge tag 'sound-fix-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-11-16
2
-5
/
+17
|
\
|
*
ALSA: jack: Unregister input device at disconnection
Takashi Iwai
2013-11-14
1
-3
/
+16
|
*
ALSA: compress_core: don't return -EBADFD from poll if paused
Richard Fitzgerald
2013-11-12
1
-2
/
+1
*
|
sound/core/memalloc.c: use gen_pool_dma_alloc() to allocate iram buffer
Nicolin Chen
2013-11-15
1
-5
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-11-13
1
-16
/
+6
|
\
\
|
|
/
|
/
|
|
*
consolidate the reassignments of ->f_op in ->open() instances
Al Viro
2013-10-24
1
-16
/
+6
*
|
ALSA: compress: fix drain calls blocking other compress functions (v6)
Vinod Koul
2013-11-07
1
-12
/
+19
*
|
Merge branch 'for-linus' into for-next
Takashi Iwai
2013-11-04
1
-0
/
+4
|
\
\
|
*
|
ALSA: fix oops in snd_pcm_info() caused by ASoC DPCM
Russell King
2013-10-31
1
-0
/
+4
|
|
/
*
|
ALSA: Limit the fallback card id string size
Takashi Iwai
2013-10-29
1
-1
/
+1
*
|
ALSA: memalloc: NULL-initialize in snd_malloc_dev_iram()
Takashi Iwai
2013-10-29
1
-0
/
+3
*
|
ALSA: memalloc: Make snd_{malloc|free}_dev_iram() static
Takashi Iwai
2013-10-29
1
-2
/
+2
*
|
ALSA: Optimize module name check
Takashi Iwai
2013-10-29
1
-1
/
+1
*
|
ALSA: pcm: Add fallthru comments
Takashi Iwai
2013-10-29
1
-0
/
+2
*
|
ALSA: memalloc: Yet another ifdef CONFIG_GENERIC_ALLOCATOR protection
Takashi Iwai
2013-10-28
1
-0
/
+2
*
|
ALSA: pcm_dmaengine: Remove hardcoded PCM formats
Takashi Iwai
2013-10-28
1
-13
/
+9
*
|
ALSA: compress: fix drain calls blocking other compress functions
Vinod Koul
2013-10-24
1
-3
/
+38
*
|
ALSA: Add ifdef CONFIG_GENERIC_ALLOCATOR for SNDRV_DMA_TYPE_IRAM code
Takashi Iwai
2013-10-24
2
-0
/
+6
*
|
ALSA: Add SoC on-chip internal ram support for DMA buffer allocation
Nicolin Chen
2013-10-24
2
-0
/
+58
|
/
*
ALSA: compress: Make sure we trigger STOP before closing the stream.
Liam Girdwood
2013-09-26
1
-0
/
+12
*
ALSA: compress: Fix compress device unregister.
Liam Girdwood
2013-09-19
1
-1
/
+2
*
Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
Takashi Iwai
2013-08-23
6
-5
/
+388
|
\
|
*
ALSA: core: allow SND_DMAENGINE_PCM use from modules
Daniel Mack
2013-08-15
1
-1
/
+1
|
*
ALSA: move dmaengine implementation from ASoC to ALSA core
Daniel Mack
2013-08-15
3
-0
/
+373
|
*
ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSION
Vinod Koul
2013-07-29
1
-1
/
+1
|
*
ALSA: seq-oss: Initialize MIDI clients asynchronously
Takashi Iwai
2013-07-17
2
-4
/
+14
*
|
ALSA: pcm: Use snd_printd_ratelimit()
Tim Gardner
2013-08-19
1
-2
/
+2
|
/
*
Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
Linus Torvalds
2013-07-03
4
-47
/
+85
|
\
|
*
ALSA: vmaster: Fix the regression of missing vmaster hook call
Takashi Iwai
2013-07-03
1
-1
/
+1
[next]