commit | 25f341149175ebedec46e9934a69b4fcb7c4a98e | [log] [tgz] |
---|---|---|
author | Vidyakumar Athota <vathota@codeaurora.org> | Mon Aug 15 14:02:11 2016 -0700 |
committer | Banajit Goswami <bgoswami@codeaurora.org> | Tue Jan 24 12:45:15 2017 -0800 |
tree | 1aa9589869471e2d70b32714322d58bb63b9cf16 | |
parent | 151230e4eb11f522130d9eabc2c2013c8fc5d3bd [diff] |
ASoC: pcm: change playback_active to unsigned int In combo usecase there are 2 front-end dai's with same codec dai. Using a single bit as the counter causes the counter to roll over to 0 during combo usecase. To resolve this change counter to unsigned int from single bit. CRs-Fixed: 1049348 Change-Id: I196802e6d23a9292ff2915c1b4b61c2b3ead9fa8 Signed-off-by: Vidyakumar Athota <vathota@codeaurora.org>