ASoC: rockchip: spdif: Mark SPDIF_SMPDR as volatile
authorSugar Zhang <sugar.zhang@rock-chips.com>
Tue, 24 Aug 2021 10:15:59 +0000 (18:15 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 26 Aug 2021 12:56:54 +0000 (13:56 +0100)
commit023a3f3a1c4f9be9cc1ae92579ba816120fb5807
tree03edbd1967cb564af3730a9a2a264af13045665a
parent2fd276c3ee4bd42eb034f8954964a5ae74187c6b
ASoC: rockchip: spdif: Mark SPDIF_SMPDR as volatile

This patch marks SPDIF_SMPDR as volatile to make it resaonable,
which also requires marking it as readable, even though it isn't.

Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Link: https://lore.kernel.org/r/1629800162-12824-2-git-send-email-sugar.zhang@rock-chips.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/rockchip/rockchip_spdif.c