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

Commit 0b74211f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

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