Re: [PATCH v4 0/3] ASoC/ARM: tegra: apalis t30/tk1/colibri t30: sgtl5000 audio

From: Marcel Ziswiler
Date: Tue Aug 16 2016 - 11:28:40 EST


On Sun, 2016-06-19 at 02:59 +0200, Marcel Ziswiler wrote:
> This series adds/integrates Freescale SGTL5000 analogue audio codec
> support.
>
> Changes in v4:
> - simple-audio-card does still not allow for more advanced use cases
> Â like Tegra SoCs
> - further platform drivers have been accepted since my last attempt
> Â (e.g. rt5677 one)
> - relevance for one further board the new Toradex Apalis TK1
> - drop unused sound/jack.h include
> - in tegra_sgtl5000_driver_remove() pass return value of
> Â snd_soc_unregister_card() on to caller
> - no longer set owner property in platform_driver to THIS_MODULE
> - re-based/resend
>
> Changes in v3:
> - revert to not using simple-audio-card being incompatible with tegra
> - rebased to for-next
>
> Changes in v2:
> - using simple-audio-card as suggested by Fabio
>
> Marcel Ziswiler (3):
> Â ASoC: tegra: add tegra sgtl5000 machine driver
> Â ARM: tegra: apalis/colibri t30: integrate audio
> Â ARM: tegra: enable sgtl5000 audio
>
> Â.../bindings/sound/nvidia,tegra-audio-sgtl5000.txt |ÂÂ42 ++++
> Âarch/arm/boot/dts/tegra30-apalis.dtsiÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ49 +++++
> Âarch/arm/boot/dts/tegra30-colibri.dtsiÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ49 +++++
> Âarch/arm/configs/tegra_defconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ1 +
> Âsound/soc/tegra/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ11 ++
> Âsound/soc/tegra/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂÂ2 +
> Âsound/soc/tegra/tegra_sgtl5000.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 212
> +++++++++++++++++++++
> Â7 files changed, 366 insertions(+)
> Âcreate mode 100644
> Documentation/devicetree/bindings/sound/nvidia,tegra-audio-
> sgtl5000.txt
> Âcreate mode 100644 sound/soc/tegra/tegra_sgtl5000.c

With Mark finally having pulled the first patch of this series (https:/
/lkml.org/lkml/2016/8/15/297) I'm wondering whether the second and
third patch are now being pulled via tegra tree? Or should I rather re-
submit those as a new v5 patch set?