All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] MinnowBoard MAX support for DA7212
@ 2017-03-10  0:18 Pierre-Louis Bossart
  2017-03-10  0:18 ` [PATCH 1/5] ASoC: da7213: add ACPI support Pierre-Louis Bossart
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Pierre-Louis Bossart @ 2017-03-10  0:18 UTC (permalink / raw)
  To: alsa-devel
  Cc: tiwai, vinod.koul, Adam.Thomson.Opensource, broonie,
	Pierre-Louis Bossart

This patch set enables the Dialog ARD-Audio-Da7212 board connected
to MinnowBoardMAX. The files for SSDT update are provided on github [1]
as well as UCM files [2]. Headset capture and playback were tested
and levels adjusted with the loopback dongle. The on-board mic can
only be tested with a hardware mod.

As an added bonus the machine driver to expose all I2S signals on the
LSE connector was rebased to the latest kernel, it is useful to
figure out what signals are generated by the Intel firmware/hardware.

[1] https://github.com/plbossart/MinnowBoardMaxFirmware/tree/master/X64
[2] https://github.com/plbossart/UCM/tree/master/bytcht-da7213

Pierre-Louis Bossart (5):
  ASoC: da7213: add ACPI support
  ASoC: Intel: add machine driver for BYT/CHT + DA7213
  ASoC: Intel: Atom: enable BYT/CHT+DA7213 machine driver
  ASoC: Intel: boards: add card for MinnowBoardMax/Up I2S access
  ASoC: Intel: Enable bytcht_nocodec machine driver

 sound/soc/codecs/da7213.c               |  13 ++
 sound/soc/intel/Kconfig                 |  24 +++
 sound/soc/intel/atom/sst/sst_acpi.c     |  25 ++-
 sound/soc/intel/boards/Makefile         |   4 +
 sound/soc/intel/boards/bytcht_da7213.c  | 283 ++++++++++++++++++++++++++++++++
 sound/soc/intel/boards/bytcht_nocodec.c | 208 +++++++++++++++++++++++
 6 files changed, 556 insertions(+), 1 deletion(-)
 create mode 100644 sound/soc/intel/boards/bytcht_da7213.c
 create mode 100644 sound/soc/intel/boards/bytcht_nocodec.c

-- 
2.7.4

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

end of thread, other threads:[~2017-03-13 22:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-10  0:18 [PATCH 0/5] MinnowBoard MAX support for DA7212 Pierre-Louis Bossart
2017-03-10  0:18 ` [PATCH 1/5] ASoC: da7213: add ACPI support Pierre-Louis Bossart
2017-03-13 16:10   ` Adam Thomson
2017-03-13 19:07     ` Pierre-Louis Bossart
2017-03-13 22:43       ` Adam Thomson
2017-03-13 16:58   ` Applied "ASoC: da7213: add ACPI support" to the asoc tree Mark Brown
2017-03-10  0:18 ` [PATCH 2/5] ASoC: Intel: add machine driver for BYT/CHT + DA7213 Pierre-Louis Bossart
2017-03-13 16:58   ` Applied "ASoC: Intel: add machine driver for BYT/CHT + DA7213" to the asoc tree Mark Brown
2017-03-10  0:19 ` [PATCH 3/5] ASoC: Intel: Atom: enable BYT/CHT+DA7213 machine driver Pierre-Louis Bossart
2017-03-13 16:58   ` Applied "ASoC: Intel: Atom: enable BYT/CHT+DA7213 machine driver" to the asoc tree Mark Brown
2017-03-10  0:19 ` [PATCH 4/5] ASoC: Intel: boards: add card for MinnowBoardMax/Up I2S access Pierre-Louis Bossart
2017-03-13 16:58   ` Applied "ASoC: Intel: boards: add card for MinnowBoardMax/Up I2S access" to the asoc tree Mark Brown
2017-03-10  0:19 ` [PATCH 5/5] ASoC: Intel: Enable bytcht_nocodec machine driver Pierre-Louis Bossart
2017-03-13 16:57   ` Applied "ASoC: Intel: Enable bytcht_nocodec machine driver" to the asoc tree Mark Brown
2017-03-10  4:17 ` [PATCH 0/5] MinnowBoard MAX support for DA7212 Vinod Koul

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.