summaryrefslogtreecommitdiff
path: root/include/sound/seq_virmidi.h
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2017-10-19 06:23:45 (GMT)
committerAlex Shi <alex.shi@linaro.org>2017-10-19 06:23:45 (GMT)
commit4952236dd774bbfd6dcbc03de9ddf550a141d3ad (patch)
tree2657a529be18b35debe607efad4b13fc0e319238 /include/sound/seq_virmidi.h
parent79047d9361dba60cc5a713f6c82874f412618b22 (diff)
parent5d7a76acad403638f635c918cc63d1d44ffa4065 (diff)
downloadlinux-4952236dd774bbfd6dcbc03de9ddf550a141d3ad.tar.xz
Merge tag 'v4.9.57' into linux-linaro-lsk-v4.9
This is the 4.9.57 stable release
Diffstat (limited to 'include/sound/seq_virmidi.h')
-rw-r--r--include/sound/seq_virmidi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/seq_virmidi.h b/include/sound/seq_virmidi.h
index a03acd0..695257a 100644
--- a/include/sound/seq_virmidi.h
+++ b/include/sound/seq_virmidi.h
@@ -60,6 +60,7 @@ struct snd_virmidi_dev {
int port; /* created/attached port */
unsigned int flags; /* SNDRV_VIRMIDI_* */
rwlock_t filelist_lock;
+ struct rw_semaphore filelist_sem;
struct list_head filelist;
};