diff options
| author | Mao Wenan <[email protected]> | 2019-10-23 14:31:03 +0800 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2019-10-23 17:45:34 +0100 |
| commit | ef5dee551e3e6568fb203ea57fa24f55cb64d451 (patch) | |
| tree | 0563d5697cbf92e02c58fd5775e0a1c4af9e284d /tools/perf/scripts | |
| parent | ef2c695151df54817f92128f96a920ff888c6920 (diff) | |
ASoC: mediatek: Check SND_SOC_CROS_EC_CODEC dependency
If SND_SOC_MT8183_MT6358_TS3A227E_MAX98357A=y,
below errors can be seen:
sound/soc/codecs/cros_ec_codec.o: In function `send_ec_host_command':
cros_ec_codec.c:(.text+0x534): undefined reference to `cros_ec_cmd_xfer_status'
cros_ec_codec.c:(.text+0x101c): undefined reference to `cros_ec_get_host_event'
This is because it will select SND_SOC_CROS_EC_CODEC
after commit 2cc3cd5fdc8b ("ASoC: mediatek: mt8183: support WoV"),
but SND_SOC_CROS_EC_CODEC depends on CROS_EC.
Fixes: 2cc3cd5fdc8b ("ASoC: mediatek: mt8183: support WoV")
Signed-off-by: Mao Wenan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions