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

Commit d1ba6f70 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: pcm: change capture_active to unsigned int" into msm-4.8

parents 526d3bf5 24430546
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,7 +270,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;