Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44e71d57 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ALSA: pcm: add locks for accessing runtime resource"

parents b89da679 f5879f21
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -477,6 +477,7 @@ struct snd_pcm_substream {
	const struct snd_pcm_ops *ops;
	/* -- runtime information -- */
	struct snd_pcm_runtime *runtime;
	spinlock_t runtime_lock;
        /* -- timer section -- */
	struct snd_timer *timer;		/* timer */
	unsigned timer_running: 1;	/* time is running */