aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/intel/boards/sof_realtek_common.h
diff options
context:
space:
mode:
authorGravatar Yong Zhi <yong.zhi@intel.com> 2022-06-06 15:46:21 -0500
committerGravatar Mark Brown <broonie@kernel.org> 2022-06-06 22:00:07 +0100
commit93693dcf2a4d7ab6a355f80c14653cd9c27a1422 (patch)
tree283916512e32cdadcdfae8eac7357fffc96cd151 /sound/soc/intel/boards/sof_realtek_common.h
parentASoC: SOF: Intel: add MeteorLake machines (diff)
downloadlinux-93693dcf2a4d7ab6a355f80c14653cd9c27a1422.tar.gz
linux-93693dcf2a4d7ab6a355f80c14653cd9c27a1422.tar.bz2
linux-93693dcf2a4d7ab6a355f80c14653cd9c27a1422.zip
ASoC: Intel: boards: rename RTL1019 compatible driver to rt1019p
Use rt1019p for rt1015p.c compatible codec and reserve the name rt1019 for 10EC1019 matched driver in sof_realtek_common. Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Yong Zhi <yong.zhi@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20220606204622.144424-3-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards/sof_realtek_common.h')
-rw-r--r--sound/soc/intel/boards/sof_realtek_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/intel/boards/sof_realtek_common.h b/sound/soc/intel/boards/sof_realtek_common.h
index ec3eea633e04..778443421090 100644
--- a/sound/soc/intel/boards/sof_realtek_common.h
+++ b/sound/soc/intel/boards/sof_realtek_common.h
@@ -39,9 +39,9 @@ void sof_rt1015_codec_conf(struct snd_soc_card *card);
#define RT1308_DEV0_NAME "i2c-10EC1308:00"
void sof_rt1308_dai_link(struct snd_soc_dai_link *link);
-#define RT1019_CODEC_DAI "HiFi"
-#define RT1019_DEV0_NAME "RTL1019:00"
+#define RT1019P_CODEC_DAI "HiFi"
+#define RT1019P_DEV0_NAME "RTL1019:00"
-void sof_rt1019_dai_link(struct snd_soc_dai_link *link);
+void sof_rt1019p_dai_link(struct snd_soc_dai_link *link);
#endif /* __SOF_REALTEK_COMMON_H */