From: Marcel Ziswiler <marcel-mitwqZ+T+m9Wk0Htik3J/w@public.gmane.org>
To: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org
Cc: Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
stefan-XLVq0VzYD2Y@public.gmane.org,
Marcel Ziswiler <marcel-mitwqZ+T+m9Wk0Htik3J/w@public.gmane.org>,
Fabio Estevam <festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: [PATCH v3 0/3] ASoC/ARM: tegra: apalis/colibri t30: sgtl5000 audio
Date: Sat, 4 Oct 2014 02:15:42 +0200 [thread overview]
Message-ID: <cover.1412381377.git.marcel@ziswiler.com> (raw)
This series adds/integrates Freescale SGTL5000 analogue audio codec
support.
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 support
ARM: tegra: enable sgtl5000 audio
.../bindings/sound/nvidia,tegra-audio-sgtl5000.txt | 45 +++++
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 | 10 +
sound/soc/tegra/Makefile | 2 +
sound/soc/tegra/tegra_sgtl5000.c | 216 +++++++++++++++++++++
7 files changed, 372 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-sgtl5000.txt
create mode 100644 sound/soc/tegra/tegra_sgtl5000.c
--
1.9.3
WARNING: multiple messages have this Message-ID (diff)
From: marcel@ziswiler.com (Marcel Ziswiler)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/3] ASoC/ARM: tegra: apalis/colibri t30: sgtl5000 audio
Date: Sat, 4 Oct 2014 02:15:42 +0200 [thread overview]
Message-ID: <cover.1412381377.git.marcel@ziswiler.com> (raw)
This series adds/integrates Freescale SGTL5000 analogue audio codec
support.
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 support
ARM: tegra: enable sgtl5000 audio
.../bindings/sound/nvidia,tegra-audio-sgtl5000.txt | 45 +++++
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 | 10 +
sound/soc/tegra/Makefile | 2 +
sound/soc/tegra/tegra_sgtl5000.c | 216 +++++++++++++++++++++
7 files changed, 372 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-sgtl5000.txt
create mode 100644 sound/soc/tegra/tegra_sgtl5000.c
--
1.9.3
WARNING: multiple messages have this Message-ID (diff)
From: Marcel Ziswiler <marcel@ziswiler.com>
To: alsa-devel@alsa-project.org
Cc: Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
Stephen Warren <swarren@wwwdotorg.org>,
linux@arm.linux.org.uk, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org,
stefan@agner.ch, Marcel Ziswiler <marcel@ziswiler.com>,
Fabio Estevam <festevam@gmail.com>
Subject: [PATCH v3 0/3] ASoC/ARM: tegra: apalis/colibri t30: sgtl5000 audio
Date: Sat, 4 Oct 2014 02:15:42 +0200 [thread overview]
Message-ID: <cover.1412381377.git.marcel@ziswiler.com> (raw)
This series adds/integrates Freescale SGTL5000 analogue audio codec
support.
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 support
ARM: tegra: enable sgtl5000 audio
.../bindings/sound/nvidia,tegra-audio-sgtl5000.txt | 45 +++++
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 | 10 +
sound/soc/tegra/Makefile | 2 +
sound/soc/tegra/tegra_sgtl5000.c | 216 +++++++++++++++++++++
7 files changed, 372 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-sgtl5000.txt
create mode 100644 sound/soc/tegra/tegra_sgtl5000.c
--
1.9.3
next reply other threads:[~2014-10-04 0:15 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-04 0:15 Marcel Ziswiler [this message]
2014-10-04 0:15 ` [PATCH v3 0/3] ASoC/ARM: tegra: apalis/colibri t30: sgtl5000 audio Marcel Ziswiler
2014-10-04 0:15 ` Marcel Ziswiler
2014-10-04 0:15 ` [PATCH v3 1/3] ASoC: tegra: add tegra sgtl5000 machine driver Marcel Ziswiler
2014-10-04 0:15 ` Marcel Ziswiler
2014-10-07 17:54 ` Mark Brown
2014-10-07 17:54 ` Mark Brown
2014-10-07 17:54 ` Mark Brown
2014-10-04 0:15 ` [PATCH v3 2/3] ARM: tegra: apalis/colibri t30: integrate audio support Marcel Ziswiler
2014-10-04 0:15 ` Marcel Ziswiler
2014-10-04 0:15 ` [PATCH v3 3/3] ARM: tegra: enable sgtl5000 audio Marcel Ziswiler
2014-10-04 0:15 ` Marcel Ziswiler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1412381377.git.marcel@ziswiler.com \
--to=marcel-mitwqz+t+m9wk0htik3j/w@public.gmane.org \
--cc=alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org \
--cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=stefan-XLVq0VzYD2Y@public.gmane.org \
--cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.