index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
rawmidi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-09
ALSA: rawmidi - Refactor rawmidi open/close codes
Takashi Iwai
1
-183
/
+194
2009-03-09
ALSA: rawmidi - Fix possible race in open
Takashi Iwai
1
-7
/
+7
2008-12-18
ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()
Takashi Iwai
1
-2
/
+2
2008-11-03
ALSA: rawmidi - Add open check in rawmidi callbacks
Takashi Iwai
1
-0
/
+8
2008-08-13
ALSA: Kill snd_assert() in sound/core/*
Takashi Iwai
1
-10
/
+15
2008-09-25
ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*()
Takashi Iwai
1
-2
/
+2
2008-01-31
[ALSA] rawmidi: let sparse know what is going on _for real_
Marcin Ĺšlusarz
1
-19
/
+21
2008-01-31
[ALSA] Remove sound/driver.h
Takashi Iwai
1
-1
/
+0
2007-10-16
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Jaroslav Kysela
1
-2
/
+2
2007-10-16
[ALSA] Clean up duplicate includes in sound/core/
Jesper Juhl
1
-1
/
+0
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-02-12
[PATCH] mark struct file_operations const 9
Arjan van de Ven
1
-1
/
+1
2007-02-09
[ALSA] alsa core: convert to list_for_each_entry*
Johannes Berg
1
-19
/
+10
2006-12-20
[ALSA] sound: initialize rawmidi substream list
Akinobu Mita
1
-1
/
+3
2006-09-23
[ALSA] Fix substream selection in PCM and rawmidi
Takashi Iwai
1
-1
/
+2
2006-09-23
[ALSA] Unregister device files at disconnection
Takashi Iwai
1
-26
/
+9
2006-09-23
[ALSA] Fix disconnection of proc interface
Takashi Iwai
1
-1
/
+1
2006-06-22
[ALSA] Remove zero-initialization of static variables
Takashi Iwai
1
-1
/
+1
2006-06-22
[ALSA] Remove unneeded read/write_size fields in proc text ops
Takashi Iwai
1
-1
/
+0
2006-03-28
[PATCH] sound: Remove unneeded kmalloc() return value casts
Jesper Juhl
1
-2
/
+4
2006-03-22
[ALSA] semaphore -> mutex (core part)
Ingo Molnar
1
-28
/
+29
2006-01-03
[ALSA] sound/: possible cleanups
Adrian Bunk
1
-3
/
+2
2006-01-03
[ALSA] rawmidi: adjust runtime->avail when changing output buffer size
Clemens Ladisch
1
-0
/
+1
2006-01-03
[ALSA] dynamic minors (3/6): store device-specific object pointers dynamically
Clemens Ladisch
1
-43
/
+44
2006-01-03
[ALSA] dynamic minors (1/6): store device type in struct snd_minor
Clemens Ladisch
1
-9
/
+5
2006-01-03
[ALSA] rawmidi: protect against invalid device number in snd_rawmidi_info_sel...
Clemens Ladisch
1
-0
/
+2
2006-01-03
[ALSA] Add error messages
Takashi Iwai
1
-4
/
+14
2006-01-03
[ALSA] Remove xxx_t typedefs: Raw MIDI
Takashi Iwai
1
-134
/
+146
2005-11-04
[ALSA] fix improper CONFIG_SND_MAJOR usage
Clemens Ladisch
1
-8
/
+4
2005-09-12
[ALSA] Replace with kzalloc() - core stuff
Takashi Iwai
1
-3
/
+3
2005-09-12
[ALSA] Fix DocBook warnings
Takashi Iwai
1
-1
/
+1
2005-09-12
[ALSA] sparse address space annotations
Clemens Ladisch
1
-2
/
+6
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+1680