All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: Dell IoT Gateway audio support
@ 2016-12-19 13:51 Shrirang Bagul
  2016-12-19 13:51 ` [PATCH 1/2] ASoC: rt5660: Add ACPI support Shrirang Bagul
  2016-12-19 13:51 ` [PATCH 2/2] ASoC: Intel: boards: Add Baytrail RT5660 machine driver Shrirang Bagul
  0 siblings, 2 replies; 10+ messages in thread
From: Shrirang Bagul @ 2016-12-19 13:51 UTC (permalink / raw)
  To: alsa-devel; +Cc: linux-kernel

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.

Shrirang Bagul (2):
  ASoC: rt5660: Add ACPI support
  ASoC: Intel: boards: Add Baytrail RT5660 machine driver

 sound/soc/codecs/rt5660.c             |  26 ++
 sound/soc/intel/Kconfig               |  13 +
 sound/soc/intel/atom/sst/sst_acpi.c   |   2 +
 sound/soc/intel/boards/Makefile       |   2 +
 sound/soc/intel/boards/bytcr_rt5660.c | 573 ++++++++++++++++++++++++++++++++++
 5 files changed, 616 insertions(+)
 create mode 100644 sound/soc/intel/boards/bytcr_rt5660.c

-- 
2.9.3

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

end of thread, other threads:[~2016-12-27  3:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-19 13:51 [PATCH 0/2] ASoC: Dell IoT Gateway audio support Shrirang Bagul
2016-12-19 13:51 ` [PATCH 1/2] ASoC: rt5660: Add ACPI support Shrirang Bagul
2016-12-19 15:44   ` Mark Brown
2016-12-27  3:31     ` Shrirang Bagul
2016-12-19 13:51 ` [PATCH 2/2] ASoC: Intel: boards: Add Baytrail RT5660 machine driver Shrirang Bagul
2016-12-19 15:55   ` Mark Brown
2016-12-19 16:30     ` [alsa-devel] " Pierre-Louis Bossart
2016-12-19 16:44       ` Mark Brown
2016-12-27  3:29         ` Shrirang Bagul
2016-12-27  3:32           ` Shrirang Bagul

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.