]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Mediatek: MT8183: Fix build error in mt8183_da7219_max98357_dev_probe
authorYueHaibing <yuehaibing@huawei.com>
Wed, 3 Apr 2019 04:15:52 +0000 (12:15 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 3 Apr 2019 04:37:03 +0000 (11:37 +0700)
commit4f421181d9001bc749a6f7546a2d66c4394cb06e
treeb49ab62f2641adaefc5d52ad6683fbe1bf5309cf
parent1420da90953fffeadf9085b27f29b91e6a114634
ASoC: Mediatek: MT8183: Fix build error in mt8183_da7219_max98357_dev_probe

When building CONFIG_SND_SOC_MT8183_DA7219_MAX98357A=m
gcc warn this:

sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c: In function mt8183_da7219_max98357_dev_probe:
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c:413:13: error: struct snd_soc_dai_link has no member named platform; did you mean platforms?
   dai_link->platform = NULL;
             ^~~~~~~~
             platforms

use 'dai_link->platforms' instead of 'dai_link->platform'.

Fixes: 6a53d24bcb86 ("ASoC: Mediatek: MT8183: Add machine driver with TS3A227")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c