diff options
author | Peter Ujfalusi <[email protected]> | 2022-04-25 15:11:27 -0700 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-04-29 13:06:15 +0100 |
commit | 77b677d139dbf53fec02e1cfe3cc593f5a5f080a (patch) | |
tree | 6ffd62cdcf6e76ec4a41753716c3dad86a647aae | |
parent | a22502fb61b2fdd9ba12e158590a29b6d35ae68a (diff) |
ASoC: SOF: mediatek: mt8195: Do not set the load_module ops
The used firmware loader (snd_sof_load_firmware_memcpy) can use the generic
module loading, which is by default uses the same implementation as the
snd_sof_parse_module_memcpy.
No need to set the callback for this platform.
Signed-off-by: Peter Ujfalusi <[email protected]>
Reviewed-by: Bard Liao <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Rander Wang <[email protected]>
Signed-off-by: Ranjani Sridharan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/sof/mediatek/mt8195/mt8195.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/sof/mediatek/mt8195/mt8195.c b/sound/soc/sof/mediatek/mt8195/mt8195.c index 6216af2d2263..ba13e4540f7a 100644 --- a/sound/soc/sof/mediatek/mt8195/mt8195.c +++ b/sound/soc/sof/mediatek/mt8195/mt8195.c @@ -415,8 +415,6 @@ static struct snd_sof_dsp_ops sof_mt8195_ops = { /* misc */ .get_bar_index = mt8195_get_bar_index, - /* module loading */ - .load_module = snd_sof_parse_module_memcpy, /* firmware loading */ .load_firmware = snd_sof_load_firmware_memcpy, |