index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
38
-8
/
+39
2011-11-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
1
-2
/
+2
2011-11-06
ALSA: control: remove compilation warning on 32-bit
Olof Johansson
1
-2
/
+2
2011-11-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
1
-1
/
+8
2011-10-31
sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed
Paul Gortmaker
16
-0
/
+16
2011-10-31
sound: Add module.h to the previously silent sound users
Paul Gortmaker
14
-0
/
+14
2011-10-31
sound: add moduleparam.h to users of module_param/MODULE_PARM_DESC
Paul Gortmaker
1
-0
/
+1
2011-10-31
sound: fix drivers needing module.h not moduleparam.h
Paul Gortmaker
8
-8
/
+8
2011-10-31
ALSA: hwdep: silence integer overflow warning
Dan Carpenter
1
-1
/
+8
2011-10-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
6
-19
/
+117
2011-10-26
Merge branch 'topic/misc' into for-linus
Takashi Iwai
5
-16
/
+112
2011-10-25
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2011-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2011-10-10
ALSA: pcm - remove the dead code from snd_pcm_open_file()
Feng Tang
1
-9
/
+3
2011-10-09
ALSA: control: add support for ENUMERATED user space controls
Clemens Ladisch
2
-4
/
+80
2011-10-07
Merge branch 'pm-qos' into pm-for-linus
Rafael J. Wysocki
1
-1
/
+1
2011-10-05
ALSA: jack - Add "Line In" input jack constants
David Henningsson
1
-0
/
+1
2011-10-04
ALSA: oss-mixer - use strlcpy() instead strcpy()
Dan Carpenter
1
-1
/
+1
2011-09-28
ALSA: pcm - Export snd_pcm_lib_default_mmap() helper
Takashi Iwai
1
-3
/
+4
2011-09-27
treewide: Correct spelling of successfully in comments
Joe Perches
1
-2
/
+2
2011-09-20
ALSA: pcm: add snd_pcm_hw_rule_noresample()
Clemens Ladisch
1
-0
/
+26
2011-09-16
Merge branch 'fix/misc' into topic/misc
Takashi Iwai
1
-9
/
+24
2011-09-15
ALSA: pcm - fix race condition in wait_for_avail()
Arjan van de Ven
1
-9
/
+24
2011-08-25
PM QoS: Move and rename the implementation files
Jean Pihet
1
-1
/
+1
2011-08-24
ALSA: core: release the constraint check for replace ops
Lu Guanqun
1
-1
/
+1
2011-08-24
ALSA: core: trivial code style fix
Lu Guanqun
1
-1
/
+1
2011-08-08
Merge branch 'fix/kconfig' into for-linus
Takashi Iwai
1
-1
/
+1
2011-08-08
ALSA: timer - Add NULL-check for invalid slave timer
Takashi Iwai
1
-0
/
+3
2011-08-08
ALSA: timer - Fix Oops at closing slave timer
Takashi Iwai
1
-0
/
+2
2011-08-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
2
-2
/
+2
2011-07-30
ALSA: rtctimer.c needs module.h
Randy Dunlap
1
-1
/
+1
2011-07-28
ALSA: sound/core/pcm_compat.c: adjust array index
Julia Lawall
1
-1
/
+1
2011-07-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
1
-5
/
+8
2011-07-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2011-07-24
get rid of create_proc_entry() abuses - proc_mkdir() is there for purpose
Al Viro
1
-1
/
+1
2011-07-24
ALSA: Make snd_pcm_debug_name usable outside pcm_lib
Eliot Blennerhassett
1
-5
/
+8
2011-07-12
ALSA: Use krealloc() in possible places
Takashi Iwai
1
-4
/
+4
2011-06-14
ALSA: rawmidi - Use workq for event handling
Takashi Iwai
1
-26
/
+11
2011-06-10
ALSA: Use %pV for snd_printk()
Takashi Iwai
1
-23
/
+17
2011-05-26
ALSA: core: remove unused variables.
Luca Tettamanti
5
-18
/
+1
2011-05-26
ALSA: PCM - Don't check DMA time-out too shortly
Takashi Iwai
2
-6
/
+24
2011-05-22
Merge branch 'topic/misc' into for-linus
Takashi Iwai
3
-6
/
+74
2011-05-19
ALSA: sound, core, pcm_lib: fix xrun_log
Ben Gardiner
1
-1
/
+1
2011-05-18
ALSA: sound, core, pcm_lib: xrun_log: log also in_interrupt
Ben Gardiner
1
-4
/
+8
2011-04-07
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
4
-6
/
+6
2011-04-04
ALSA: core - Don't use "default' for default
Takashi Iwai
1
-1
/
+1
2011-04-04
Merge branch 'fix/misc' into topic/misc
Takashi Iwai
1
-1
/
+3
2011-04-01
ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
Kelly Anderson
1
-1
/
+3
2011-03-31
Fix common misspellings
Lucas De Marchi
4
-6
/
+6
2011-03-28
Merge branch 'fix/misc' into topic/misc
Takashi Iwai
2
-9
/
+4
[next]