ASoC: rockchip: pdm: Correct PDM_CTRL0 reg value
authorSugar Zhang <sugar.zhang@rock-chips.com>
Thu, 4 Apr 2019 03:57:57 +0000 (11:57 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 4 Apr 2019 08:10:58 +0000 (15:10 +0700)
commit54cd97cfe02e9bb93db53e7cbfa9b672bf4a5ac8
treed6e40cd87747bb2cfffb963429e8d416e026f093
parent430f5da69b9323d5e7faca95bc30e61be4fcbbbf
ASoC: rockchip: pdm: Correct PDM_CTRL0 reg value

This patch fix the wrong reg value for rk322x/rk322xh,
cuz there is no STORE JUSTIFIED MODE on it.

on rk322x/rk322xh, the same bit means PDM_MODE/RESERVED,
if the bit is set to RESERVED, the controller will not work.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/rockchip/rockchip_pdm.c