From: Shrirang Bagul <shrirang.bagul@canonical.com>
To: alsa-devel@alsa-project.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/4] ASoC: Dell IoT Gateway audio support
Date: Thu, 12 Jan 2017 20:00:57 +0800 [thread overview]
Message-ID: <20170112120101.16933-1-shrirang.bagul@canonical.com> (raw)
This work is based on for-next branch of:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
These patches add basic audio support on new Dell Edge IoT Gateways.
RT5660 codec is connected to SSP2 port on Intel Atom Baytrail E3815 SoC.
The machine driver is based on bytcr_rt5640. These devices have line-in and
line-out jacks with line-out mute enable gpio described in ACPI tables.
Since v1:
* rt5660: Use enumerations to define GPIO's described ACPI DSDT
* Initialize rt5660 controls from card struct
* Re-use existing bytcr_rt5640 machine driver to support rt5660 codec based
audio
Shrirang Bagul (4):
ASoC: rt5660: Add ACPI support
ASoC: Intel: bytcr_rt5640: move codec clks to card driver data
ASoC: Intel: Support rt5660 codec for Baytrail
ASoC: Intel: bytcr_rt5640: Support line-out mute gpio
sound/soc/codecs/rt5660.c | 32 ++++++
sound/soc/intel/Kconfig | 11 +-
sound/soc/intel/atom/sst/sst_acpi.c | 2 +
sound/soc/intel/boards/bytcr_rt5640.c | 211 ++++++++++++++++++++++++++++++----
4 files changed, 228 insertions(+), 28 deletions(-)
--
2.9.3
next reply other threads:[~2017-01-12 12:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-12 12:00 Shrirang Bagul [this message]
2017-01-12 12:00 ` [PATCH v2 1/4] ASoC: rt5660: Add ACPI support Shrirang Bagul
2017-01-13 2:53 ` Bard Liao
2017-01-13 22:30 ` Andy Shevchenko
2017-01-12 12:00 ` [PATCH v2 2/4] ASoC: Intel: bytcr_rt5640: move codec clks to card driver data Shrirang Bagul
2017-01-12 12:01 ` [PATCH v2 3/4] ASoC: Intel: Support rt5660 codec for Baytrail Shrirang Bagul
2017-01-12 14:40 ` [alsa-devel] " Pierre-Louis Bossart
2017-01-16 7:45 ` Shrirang Bagul
2017-01-16 15:10 ` Pierre-Louis Bossart
2017-01-12 12:01 ` [PATCH v2 4/4] ASoC: Intel: bytcr_rt5640: Support line-out mute gpio Shrirang Bagul
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=20170112120101.16933-1-shrirang.bagul@canonical.com \
--to=shrirang.bagul@canonical.com \
--cc=alsa-devel@alsa-project.org \
--cc=linux-kernel@vger.kernel.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 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).