* [PATCH] ASoC: mediatek: avoid using snd_soc_platform
@ 2018-04-28 5:21 KaiChieh Chuang
2018-05-01 21:08 ` Applied "ASoC: mediatek: avoid using snd_soc_platform" to the asoc tree Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: KaiChieh Chuang @ 2018-04-28 5:21 UTC (permalink / raw)
To: broonie
Cc: alsa-devel, garlic.tseng, linux-mediatek, wsd_upstream,
kaichieh.chuang
avoid using snd_soc_platform, which is removed after 4.18
Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
---
.../soc/mediatek/common/mtk-afe-platform-driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/mediatek/common/mtk-afe-platform-driver.c b/sound/soc/mediatek/common/mtk-afe-platform-driver.c
index d046ea8..8966ee1 100644
--- a/sound/soc/mediatek/common/mtk-afe-platform-driver.c
+++ b/sound/soc/mediatek/common/mtk-afe-platform-driver.c
@@ -62,7 +62,7 @@ static int mtk_afe_pcm_new(struct snd_soc_pcm_runtime *rtd)
size = afe->mtk_afe_hardware->buffer_bytes_max;
return snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
- rtd->platform->dev,
+ afe->dev,
size, size);
}
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Applied "ASoC: mediatek: avoid using snd_soc_platform" to the asoc tree
2018-04-28 5:21 [PATCH] ASoC: mediatek: avoid using snd_soc_platform KaiChieh Chuang
@ 2018-05-01 21:08 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2018-05-01 21:08 UTC (permalink / raw)
Cc: alsa-devel, wsd_upstream, garlic.tseng, broonie, linux-mediatek,
kaichieh.chuang
The patch
ASoC: mediatek: avoid using snd_soc_platform
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 9a67d11e34cc21afe2cbddaa8f50d2a5da098d6e Mon Sep 17 00:00:00 2001
From: Kai Chieh Chuang <kaichieh.chuang@mediatek.com>
Date: Sat, 28 Apr 2018 13:21:26 +0800
Subject: [PATCH] ASoC: mediatek: avoid using snd_soc_platform
avoid using snd_soc_platform, which is removed after 4.18
Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
sound/soc/mediatek/common/mtk-afe-platform-driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/mediatek/common/mtk-afe-platform-driver.c b/sound/soc/mediatek/common/mtk-afe-platform-driver.c
index d046ea8e543b..8966ee138387 100644
--- a/sound/soc/mediatek/common/mtk-afe-platform-driver.c
+++ b/sound/soc/mediatek/common/mtk-afe-platform-driver.c
@@ -62,7 +62,7 @@ static int mtk_afe_pcm_new(struct snd_soc_pcm_runtime *rtd)
size = afe->mtk_afe_hardware->buffer_bytes_max;
return snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
- rtd->platform->dev,
+ afe->dev,
size, size);
}
--
2.17.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-01 21:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-28 5:21 [PATCH] ASoC: mediatek: avoid using snd_soc_platform KaiChieh Chuang
2018-05-01 21:08 ` Applied "ASoC: mediatek: avoid using snd_soc_platform" 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).