summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra30_avp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra30_avp.c')
-rw-r--r--sound/soc/tegra/tegra30_avp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/tegra/tegra30_avp.c b/sound/soc/tegra/tegra30_avp.c
index c8c5771780ff..983dc091321f 100644
--- a/sound/soc/tegra/tegra30_avp.c
+++ b/sound/soc/tegra/tegra30_avp.c
@@ -93,9 +93,9 @@ static const struct tegra30_avp_ucode_desc {
int max_mem_size;
const char *bin_name;
} avp_ucode_desc[] = {
- [CODEC_PCM] = {30000, "nvavp_aud_ucode.bin" },
- [CODEC_MP3] = {60000, "nvavp_mp3dec_ucode.bin" },
- [CODEC_AAC] = {100000, "nvavp_aacdec_ucode.bin" },
+ [CODEC_PCM] = {25000, "nvavp_aud_ucode.bin" },
+ [CODEC_MP3] = {45000, "nvavp_mp3dec_ucode.bin" },
+ [CODEC_AAC] = {80000, "nvavp_aacdec_ucode.bin" },
};
struct tegra30_avp_audio_dma {