aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/aw88261.h
diff options
context:
space:
mode:
authorWeidong Wang <wangweidong.a@awinic.com>2023-09-28 18:57:25 +0800
committerMark Brown <broonie@kernel.org>2023-09-28 13:38:36 +0200
commitc786770ed8a53836490f6157f40ef83c7149ee75 (patch)
tree5735bd76b3bdbad336ed1c4670659636d48dff6a /sound/soc/codecs/aw88261.h
parentb116c832c9e84843c64eed087271e29b3bc6c1b8 (diff)
ASoC: codecs: Rename "sync-flag" to "awinic,sync-flag"
Rename "sync-flag" to "awinic,sync-flag", 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-9-wangweidong.a@awinic.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/aw88261.h')
-rw-r--r--sound/soc/codecs/aw88261.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/aw88261.h b/sound/soc/codecs/aw88261.h
index bd0841fa9b77..734d0f93ced9 100644
--- a/sound/soc/codecs/aw88261.h
+++ b/sound/soc/codecs/aw88261.h
@@ -453,7 +453,7 @@ struct aw88261 {
unsigned int mute_st;
unsigned int amppd_st;
- unsigned char phase_sync;
+ bool phase_sync;
};
#endif