diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2019-04-03 05:05:01 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-03 11:04:56 +0700 |
commit | 2b7bcdad3af9fbd104d5f300dbb90f684c36aa09 (patch) | |
tree | 636be91d4674b9f1c1fedaac68810563ad30ca61 /sound/pcmcia/Kconfig | |
parent | 789b930a8f0de609fd2ef9f2ebf73726b7087fea (diff) | |
download | linux-2b7bcdad3af9fbd104d5f300dbb90f684c36aa09.tar.bz2 |
ASoC: Mediatek: MT8183: TS3A227: fix build error
When building CONFIG_SND_SOC_MT8183_MT6358_TS3A227E_MAX98357A=m the
following error pops up:
../sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c: In function ‘mt8183_mt6358_ts3a227_max98357_dev_probe’:
../sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c:325:13: error: ‘struct snd_soc_dai_link’ has no member named ‘platform’; did you mean ‘platforms’?
dai_link->platform = NULL;
^~~~~~~~
platforms
Rework to use 'dai_link->platforms' instead of 'dai_link->platform'.
Fixes: 11c0269017b2 ("ASoC: Mediatek: MT8183: Add machine driver with TS3A227")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/pcmcia/Kconfig')
0 files changed, 0 insertions, 0 deletions