From 5d20d03f9420885ca099dc7c814e342ee9cddb04 Mon Sep 17 00:00:00 2001 From: Viraj Karandikar Date: Thu, 31 Jul 2014 14:01:35 +0530 Subject: [PATCH] ASoc: tegra-alt: Update ELF names for ADSP apps Change-Id: I2e4a6c87ad6fb53d7fb0728c7472aa88a9fa6ba8 Signed-off-by: Viraj Karandikar Reviewed-on: http://git-master/r/449208 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Stephen Holmes --- sound/soc/tegra-alt/tegra210_adsp_alt.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/soc/tegra-alt/tegra210_adsp_alt.c b/sound/soc/tegra-alt/tegra210_adsp_alt.c index bb632533..8c6c4299 100644 --- a/sound/soc/tegra-alt/tegra210_adsp_alt.c +++ b/sound/soc/tegra-alt/tegra210_adsp_alt.c @@ -62,13 +62,13 @@ static struct tegra210_adsp_app_desc { const uint32_t reg_end; nvadsp_app_handle_t handle; } adsp_app_desc[] = { - {"apm", "nvfx.elf", + {"apm", "nvapm.elf", TEGRA210_ADSP_APM_IN1, TEGRA210_ADSP_APM_IN8}, - {"mp3dec", "mp3dec_plugin.elf", + {"mp3dec", "nvmp3dec.elf", TEGRA210_ADSP_PLUGIN_MP3_DEC1, TEGRA210_ADSP_PLUGIN_MP3_DEC2}, - {"adma", "adma_plugin.elf", + {"adma", "nvadma.elf", TEGRA210_ADSP_PLUGIN_ADMA1, TEGRA210_ADSP_PLUGIN_ADMA4}, - {"spkprot", "spkprot_plugin.elf", + {"spkprot", "nvspkprot.elf", TEGRA210_ADSP_PLUGIN_SPKPROT, TEGRA210_ADSP_PLUGIN_SPKPROT}, };