commit | a39fe6e2061615496c12825d6d249fedf1974f8a | [log] [tgz] |
---|---|---|
author | Olivier Moysan <olivier.moysan@st.com> | Mon Mar 11 16:39:28 2019 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Mar 11 16:58:51 2019 +0000 |
tree | 7e8d1df53673e679515a95d572af85ec79f8f8be | |
parent | 844a4a362dbec166b44d6b9b3dd45b08cb273703 [diff] |
ASoC: stm32: i2s: fix registers declaration in regmap - Declare SR as volatile, as it is changed by hardware. - Remove TXDR from readable and volatile register list, as it is intended for write accesses only. Signed-off-by: Olivier Moysan <olivier.moysan@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>