• Daniel Kurtz's avatar
    ASoC: AMD: Do not generate interrups for every captured sample · 8c6b964e
    Daniel Kurtz authored
    On capture, audio data is first copied from I2S to ACP memory, and then
    from ACP to SYSRAM.  The I2S_TO_ACP_DMA interrupt fires on every sample
    transferred from I2S to ACP memory.  That is it fires ~48000 times per
    second when capturing @ 48 kHz.  Since we don't do anything on this
    interrupt anyway, disable it to save quite a few unnecessary interrupts.
    The real "work" (calling snd_pcm_period_elapsed()) is done when transfer
    from ACP to SYSRAM is complete.
    Signed-off-by: default avatarDaniel Kurtz <djkurtz@chromium.org>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    8c6b964e
acp-pcm-dma.c 38.5 KB