summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/aw88261.c
diff options
context:
space:
mode:
authorWeidong Wang <wangweidong.a@awinic.com>2023-09-28 18:57:21 +0800
committerMark Brown <broonie@kernel.org>2023-09-28 13:38:33 +0200
commit74ff4f22d81e97b5c2505cee2ff743fc9249d9e2 (patch)
tree58258387ae798e526f53946b1f4e1486e55210c6 /sound/soc/codecs/aw88261.c
parent085370aa8c880da7014d0d8f93343fc1d21104b8 (diff)
ASoC: codecs: Rename "sound-channel" to "awinic,audio-channel"
Rename "sound-channel" to "awinic,audio-channel", this is to be consistent with the "awinic,aw88395.yaml" file Signed-off-by: Weidong Wang <wangweidong.a@awinic.com> Link: https://lore.kernel.org/r/20230928105727.47273-5-wangweidong.a@awinic.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/aw88261.c')
-rw-r--r--sound/soc/codecs/aw88261.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/aw88261.c b/sound/soc/codecs/aw88261.c
index a697b5006b45..7df641592330 100644
--- a/sound/soc/codecs/aw88261.c
+++ b/sound/soc/codecs/aw88261.c
@@ -1189,7 +1189,7 @@ static void aw88261_parse_channel_dt(struct aw88261 *aw88261)
u32 channel_value = AW88261_DEV_DEFAULT_CH;
u32 sync_enable = false;
- of_property_read_u32(np, "sound-channel", &channel_value);
+ of_property_read_u32(np, "awinic,audio-channel", &channel_value);
of_property_read_u32(np, "sync-flag", &sync_enable);
aw_dev->channel = channel_value;