]> asedeno.scripts.mit.edu Git - linux.git/commit
arizona: anc: Correct setting of FCx_MIC_MODE_SEL
authorSapthagiri Baratam <sapthagiri.baratam@cirrus.com>
Mon, 14 Aug 2017 14:46:24 +0000 (15:46 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 14 Aug 2017 15:17:22 +0000 (16:17 +0100)
commit4428ffa1fe66a9e3cf68bba3ad135f17be4ed674
tree82f32cfa08403030f1fd1b43c28aa2a6bba511f0
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
arizona: anc: Correct setting of FCx_MIC_MODE_SEL

The mask rather than the shift is accidentally passed to the
SOC_ENUM_SINGLE macro which results in the wrong bits being set for this
control, change to using the shift to correct this.

Signed-off-by: Sapthagiri Baratam <sapthagiri.baratam@cirrus.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/arizona.c