commit | 5e63dfccf34d4dbf21429c4919f33c028ff49991 | [log] [tgz] |
---|---|---|
author | Daniel Mack <daniel@zonque.org> | Tue Oct 07 14:33:46 2014 +0200 |
committer | Mark Brown <broonie@kernel.org> | Tue Oct 07 19:14:20 2014 +0100 |
tree | ff920c6c766a5db6331fc967821e8975c1187998 | |
parent | decc27b01d584c985c231e73d3b493de6ec07af8 [diff] |
ASoC: soc-pcm: fix sig_bits determination in soc_pcm_apply_msb() In the SNDRV_PCM_STREAM_CAPTURE branch in soc_pcm_apply_msb(), look at sig_bits of the capture stream, not the playback one. Spotted by coverity. Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org