alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Tegra AC97 v2
@ 2013-01-05  1:18 Lucas Stach
       [not found] ` <1357348725-32139-1-git-send-email-dev-8ppwABl0HbeELgA04lAiVw@public.gmane.org>
  0 siblings, 1 reply; 18+ messages in thread
From: Lucas Stach @ 2013-01-05  1:18 UTC (permalink / raw)
  To: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw
  Cc: patches-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E,
	Liam Girdwood, Mark Brown, Stephen Warren,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

v2 of the Tegra AC97 series. Unmerged ASoC related patches only.

The machine driver now instantiates the codec driver by itself,
without usage of DT. Other fixups for review feedback also included.

I'll post a patch for the AC97 clock once Prashant patches land
in a branch.

Lucas Stach (3):
  ASoC: tegra: add ac97 host driver
  ASoC: tegra:  add ac97 host controller to device tree
  ASoC: tegra: add tegra machine driver using wm9712 codec

 .../bindings/sound/nvidia,tegra-audio-wm9712.txt   |  51 +++
 .../bindings/sound/nvidia,tegra20-ac97.txt         |  22 +
 arch/arm/boot/dts/tegra20.dtsi                     |   9 +
 sound/soc/tegra/Kconfig                            |  19 +
 sound/soc/tegra/Makefile                           |   4 +
 sound/soc/tegra/tegra20_ac97.c                     | 480 +++++++++++++++++++++
 sound/soc/tegra/tegra20_ac97.h                     |  95 ++++
 sound/soc/tegra/tegra_wm9712.c                     | 179 ++++++++
 8 files changed, 859 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm9712.txt
 create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra20-ac97.txt
 create mode 100644 sound/soc/tegra/tegra20_ac97.c
 create mode 100644 sound/soc/tegra/tegra20_ac97.h
 create mode 100644 sound/soc/tegra/tegra_wm9712.c

-- 
1.8.0.1

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-01-17  7:02 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-05  1:18 [PATCH v2 0/3] Tegra AC97 v2 Lucas Stach
     [not found] ` <1357348725-32139-1-git-send-email-dev-8ppwABl0HbeELgA04lAiVw@public.gmane.org>
2013-01-05  1:18   ` [PATCH v2 1/3] ASoC: tegra: add ac97 host driver Lucas Stach
     [not found]     ` <1357348725-32139-2-git-send-email-dev-8ppwABl0HbeELgA04lAiVw@public.gmane.org>
2013-01-08 22:10       ` Stephen Warren
     [not found]         ` <50EC9953.1000107-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-08 22:22           ` Lucas Stach
2013-01-08 22:27             ` Stephen Warren
2013-01-13 23:21       ` Mark Brown
2013-01-05  1:18   ` [PATCH v2 2/3] ASoC: tegra: add ac97 host controller to device tree Lucas Stach
     [not found]     ` <1357348725-32139-3-git-send-email-dev-8ppwABl0HbeELgA04lAiVw@public.gmane.org>
2013-01-08 22:11       ` Stephen Warren
     [not found]         ` <50EC99A1.4080402-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-13 23:22           ` Mark Brown
     [not found]             ` <20130113232222.GN5041-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2013-01-14 17:00               ` Stephen Warren
     [not found]                 ` <50F439C0.4080603-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-14 17:22                   ` Stephen Warren
2013-01-05  1:18   ` [PATCH v2 3/3] ASoC: tegra: add tegra machine driver using wm9712 codec Lucas Stach
     [not found]     ` <1357348725-32139-4-git-send-email-dev-8ppwABl0HbeELgA04lAiVw@public.gmane.org>
2013-01-08 22:17       ` Stephen Warren
     [not found]         ` <50EC9B01.6010203-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-01-08 22:52           ` Lucas Stach
2013-01-13 23:26             ` Mark Brown
2013-01-16 12:05       ` [PATCH v3] " Lucas Stach
     [not found]         ` <1358337912-27673-1-git-send-email-dev-8ppwABl0HbeELgA04lAiVw@public.gmane.org>
2013-01-16 22:00           ` Stephen Warren
2013-01-17  7:02           ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).