index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
rawmidi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-08
ALSA: rawmidi: Fix possible deadlock with virmidi registration
Takashi Iwai
1
-1
/
+3
2016-02-03
ALSA: rawmidi: Fix race at copying & updating the position
Takashi Iwai
1
-12
/
+22
2016-02-03
ALSA: rawmidi: Make snd_rawmidi_transmit() race-free
Takashi Iwai
1
-26
/
+72
2016-02-01
ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check
Takashi Iwai
1
-1
/
+1
2015-03-10
ALSA: core: Drop superfluous error/debug messages after malloc failures
Takashi Iwai
1
-6
/
+2
2015-02-02
ALSA: Simplify snd_device_register() variants
Takashi Iwai
1
-6
/
+5
2015-02-02
ALSA: rawmidi: Use rawmidi device file for kernel messages
Takashi Iwai
1
-3
/
+3
2015-02-02
ALSA: rawmidi: Embed struct device
Takashi Iwai
1
-7
/
+17
2015-02-02
ALSA: control: Provide a helper to look for the preferred subdevice
Takashi Iwai
1
-12
/
+2
2014-02-27
ALSA: Move EXPORT_SYMBOL() in appropriate places
Takashi Iwai
1
-18
/
+17
2014-02-14
ALSA: rawmidi: Use standard printk helpers
Takashi Iwai
1
-15
/
+34
2014-02-12
ALSA: Drop unused name argument in snd_register_oss_device()
Takashi Iwai
1
-2
/
+2
2014-02-10
ALSA: Fix typos in alsa-driver-api.xml
Masanari Iida
1
-1
/
+1
2013-03-12
ALSA: add/change some comments describing function return values
Yacine Belkadi
1
-7
/
+7
2012-10-30
ALSA: Avoid endless sleep after disconnect
Takashi Iwai
1
-0
/
+20
2012-10-30
ALSA: Add a reference counter to card instance
Takashi Iwai
1
-1
/
+5
2011-11-01
sound: fix drivers needing module.h not moduleparam.h
Paul Gortmaker
1
-1
/
+1
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
2010-10-17
ALSA: rawmidi: fix oops (use after free) when unloading a driver module
Clemens Ladisch
1
-1
/
+3
2010-09-09
ALSA: rawmidi: fix the get next midi device ioctl
Dan Carpenter
1
-0
/
+2
2010-04-13
ALSA: core - Define llseek fops
Takashi Iwai
1
-0
/
+5
2009-12-10
vfs: Implement proper O_SYNC semantics
Christoph Hellwig
1
-1
/
+1
2009-11-10
sound: rawmidi: record a substream's owner process
Clemens Ladisch
1
-0
/
+9
2009-11-10
sound: rawmidi: fix opened substreams count
Clemens Ladisch
1
-4
/
+2
2009-11-10
Merge branch 'topic/ctl-pid-lock' into topic/core-change
Takashi Iwai
1
-1
/
+1
2009-11-10
sound: rawmidi: fix MIDI device O_APPEND error handling
Clemens Ladisch
1
-12
/
+7
2009-11-10
sound: rawmidi: fix checking of O_APPEND when opening MIDI device
Clemens Ladisch
1
-1
/
+2
2009-11-10
sound: rawmidi: fix double init when opening MIDI device with O_APPEND
Clemens Ladisch
1
-10
/
+12
2009-11-06
control: use reference-counted pid
Clemens Ladisch
1
-1
/
+1
2009-07-15
sound: rawmidi: disable active-sensing-on-close by default
Clemens Ladisch
1
-1
/
+1
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
[next]