lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 30 Jun 2016 08:46:23 -0500
From:	Rob Herring <robh@...nel.org>
To:	Marcel Ziswiler <marcel.ziswiler@...adex.com>
Cc:	linux-tegra@...r.kernel.org, Marcel Ziswiler <marcel@...wiler.com>,
	Jaroslav Kysela <perex@...ex.cz>, devicetree@...r.kernel.org,
	alsa-devel@...a-project.org,
	Thierry Reding <thierry.reding@...il.com>,
	Liam Girdwood <lgirdwood@...il.com>,
	Mark Brown <broonie@...nel.org>, linux-kernel@...r.kernel.org,
	Stephen Warren <swarren@...dotorg.org>,
	Takashi Iwai <tiwai@...e.com>,
	Mark Rutland <mark.rutland@....com>,
	Alexandre Courbot <gnurou@...il.com>
Subject: Re: [PATCH v4 1/3] ASoC: tegra: add tegra sgtl5000 machine driver

On Sun, Jun 19, 2016 at 03:00:00AM +0200, Marcel Ziswiler wrote:
> This binding and driver describe/support playback to headphones, and
> capture from line-in and microphone.
> 
> This driver is useful for the Toradex Apalis T30, Apalis TK1 and
> Colibri T30 modules.
> 
> Signed-off-by: Marcel Ziswiler <marcel@...wiler.com>
> Reviewed-by: Stephen Warren <swarren@...dia.com>
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@...adex.com>
> ---
> 
> 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
> 
>  .../bindings/sound/nvidia,tegra-audio-sgtl5000.txt |  42 ++++

Acked-by: Rob Herring <robh@...nel.org>

>  sound/soc/tegra/Kconfig                            |  11 ++
>  sound/soc/tegra/Makefile                           |   2 +
>  sound/soc/tegra/tegra_sgtl5000.c                   | 212 +++++++++++++++++++++
>  4 files changed, 267 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-sgtl5000.txt
>  create mode 100644 sound/soc/tegra/tegra_sgtl5000.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ