summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-11-07 22:29:04 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-07 22:29:03 -0800
commit2300a2a8f5c5992969835e077409d43875ac221f (patch)
treedb14546ec41b57ffc5d575724abd758bb53676b5 /include
parent7115eafa5b9e557ec0a95849e04762aa5ca55084 (diff)
parentd0e976a886a5ea7a90afab9ac8d0dfeb33f01f27 (diff)
Merge "ASoC: pcm: change capture_active to unsigned int"
Diffstat (limited to 'include')
-rw-r--r--include/sound/soc-dai.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h
index 80bfd1e8f813..4cbe6a37d121 100644
--- a/include/sound/soc-dai.h
+++ b/include/sound/soc-dai.h
@@ -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;