diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2016-01-21 17:53:00 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-01-29 12:38:01 +0100 |
commit | 31889507fd84a6a1c8dce36a214a070cec1fc559 (patch) | |
tree | 722495545cbc8447594bf1c606f70eeab8db73e3 /sound/soc/codecs/wm_adsp.c | |
parent | d82d767f0e61da5f1f872d40358904eb316af264 (diff) | |
download | linux-31889507fd84a6a1c8dce36a214a070cec1fc559.tar.bz2 |
ASoC: wm5110: Add support for audio trace firmware
Mainly this adds DAI links for the audio trace, however, it is also
necessary to update the data IRQ handler to check more cores. We have
the handler check every core so it should not be necessary to update
this function if more compressed firmwares are added in the future.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wm_adsp.c')
-rw-r--r-- | sound/soc/codecs/wm_adsp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index 76ab52d2c670..653dbff81fee 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -2823,7 +2823,6 @@ int wm_adsp_compr_handle_irq(struct wm_adsp *dsp) mutex_lock(&dsp->pwr_lock); if (!buf) { - adsp_err(dsp, "Spurious buffer IRQ\n"); ret = -ENODEV; goto out; } |