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

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

Merge "ASoC: pcm: change capture_active to unsigned int"

parents 7115eafa d0e976a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ struct snd_soc_dai {
	struct snd_soc_dai_driver *driver;

	/* DAI runtime info */
	unsigned int capture_active:1;		/* stream is in use */
	unsigned int capture_active;		/* stream is in use */
	unsigned int playback_active;		/* stream is in use */
	unsigned int symmetric_rates:1;
	unsigned int symmetric_channels:1;