summaryrefslogtreecommitdiffstats
path: root/sound/soc/meson/aiu-fifo.h
Commit message (Collapse)AuthorAgeFilesLines
* ASoC: meson: Constify static snd_pcm_hardwareKrzysztof Kozlowski2024-05-071-1/+1
| | | | | | | | | | Static 'struct snd_pcm_hardware' is not modified by the driver and its copy is passed to the core, so it can be made const for increased code safety. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240429-n-asoc-const-snd-pcm-hardware-v1-3-c6ce60989834@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
* ASoC: meson: aiu: add i2s and spdif supportJerome Brunet2020-02-131-0/+50
Add support for the i2s and spdif audio outputs (AIU) found in the amlogic Gx SoC family Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Link: https://lore.kernel.org/r/20200213155159.3235792-5-jbrunet@baylibre.com Signed-off-by: Mark Brown <broonie@kernel.org>