• Sameer Pujar's avatar
    ASoC: tegra: Add Tegra210 based ADMAIF driver · f74028e1
    Sameer Pujar authored
    ADMAIF is the interface between ADMA and AHUB. Each ADMA channel that
    sends/receives data to/from AHUB must intreface through an ADMAIF channel.
    ADMA channel sending data to AHUB pairs with an ADMAIF Tx channel and
    similarly ADMA channel receiving data from AHUB pairs with an ADMAIF Rx
    channel. Buffer size is configurable for each ADMAIF channel, but currently
    SW uses default values.
    
    This patch registers ADMAIF driver with ASoC framework. The component
    driver exposes DAPM widgets, routes and kcontrols for the device. The DAI
    driver exposes ADMAIF interfaces, which can be used to connect different
    components in the ASoC layer. Makefile and Kconfig support is added to
    allow to build the driver. The ADMAIF device can be enabled in the DT via
    "nvidia,tegra210-admaif" compatible binding.
    
    Tegra PCM driver is updated to expose required PCM interfaces and
    snd_pcm_ops callbacks.
    Signed-off-by: default avatarSameer Pujar <spujar@nvidia.com>
    Link: https://lore.kernel.org/r/1595134890-16470-8-git-send-email-spujar@nvidia.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
    f74028e1
tegra_pcm.c 7.71 KB