* [PATCH] ASoC: Intel: bytcr_rt5640: Fix compile error
@ 2018-05-11 9:52 Hans de Goede
2018-05-13 2:32 ` Applied "ASoC: Intel: bytcr_rt5640: Fix compile error" to the asoc tree Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2018-05-11 9:52 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown, Bard Liao, Oder Chiou,
Pierre-Louis Bossart
Cc: Hans de Goede, alsa-devel, Takashi Iwai
Fix the compile error introduced by: "ASoC: Intel: bytcr_rt5640:
Configure PLL1 before using it".
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
Mark, feel free to squash this into the original commit
---
sound/soc/intel/boards/bytcr_rt5640.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/intel/boards/bytcr_rt5640.c b/sound/soc/intel/boards/bytcr_rt5640.c
index 493240194991..828be866fb00 100644
--- a/sound/soc/intel/boards/bytcr_rt5640.c
+++ b/sound/soc/intel/boards/bytcr_rt5640.c
@@ -210,14 +210,14 @@ static int byt_rt5640_prepare_and_enable_pll1(struct snd_soc_dai *codec_dai,
}
if (ret < 0) {
- dev_err(codec_dai->codec->dev, "can't set pll: %d\n", ret);
+ dev_err(codec_dai->component->dev, "can't set pll: %d\n", ret);
return ret;
}
ret = snd_soc_dai_set_sysclk(codec_dai, RT5640_SCLK_S_PLL1,
rate * 512, SND_SOC_CLOCK_IN);
if (ret < 0) {
- dev_err(codec_dai->codec->dev, "can't set clock %d\n", ret);
+ dev_err(codec_dai->component->dev, "can't set clock %d\n", ret);
return ret;
}
--
2.17.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Applied "ASoC: Intel: bytcr_rt5640: Fix compile error" to the asoc tree
2018-05-11 9:52 [PATCH] ASoC: Intel: bytcr_rt5640: Fix compile error Hans de Goede
@ 2018-05-13 2:32 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2018-05-13 2:32 UTC (permalink / raw)
To: Hans de Goede
Cc: Oder Chiou, alsa-devel, Takashi Iwai, Liam Girdwood,
Pierre-Louis Bossart, Mark Brown, Bard Liao
The patch
ASoC: Intel: bytcr_rt5640: Fix compile error
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
>From a3a956a6dddec7ce83bf861c11b479da1057980f Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Fri, 11 May 2018 11:52:16 +0200
Subject: [PATCH] ASoC: Intel: bytcr_rt5640: Fix compile error
Fix the compile error introduced by: "ASoC: Intel: bytcr_rt5640:
Configure PLL1 before using it".
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
sound/soc/intel/boards/bytcr_rt5640.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/intel/boards/bytcr_rt5640.c b/sound/soc/intel/boards/bytcr_rt5640.c
index 404aa7355912..fe46f3b2aecc 100644
--- a/sound/soc/intel/boards/bytcr_rt5640.c
+++ b/sound/soc/intel/boards/bytcr_rt5640.c
@@ -178,14 +178,14 @@ static int byt_rt5640_prepare_and_enable_pll1(struct snd_soc_dai *codec_dai,
}
if (ret < 0) {
- dev_err(codec_dai->codec->dev, "can't set pll: %d\n", ret);
+ dev_err(codec_dai->component->dev, "can't set pll: %d\n", ret);
return ret;
}
ret = snd_soc_dai_set_sysclk(codec_dai, RT5640_SCLK_S_PLL1,
rate * 512, SND_SOC_CLOCK_IN);
if (ret < 0) {
- dev_err(codec_dai->codec->dev, "can't set clock %d\n", ret);
+ dev_err(codec_dai->component->dev, "can't set clock %d\n", ret);
return ret;
}
--
2.17.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-13 2:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-11 9:52 [PATCH] ASoC: Intel: bytcr_rt5640: Fix compile error Hans de Goede
2018-05-13 2:32 ` Applied "ASoC: Intel: bytcr_rt5640: Fix compile error" to the asoc tree Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).