All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/4] ASoC: intel - add skylake PCM driver
@ 2015-07-06  3:24 Vinod Koul
  2015-07-06  3:24 ` [PATCH v7 1/4] ASoC: Intel: add Skylake HDA platform driver Vinod Koul
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Vinod Koul @ 2015-07-06  3:24 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, tiwai, broonie, Vinod Koul, patches.audio

This patch series adds the SKL PCM driver in first two patches and then adds
decoupling of the controller for splitting the links in last patch

This version is rebased on 4.2-rc1 and has fixed the style issues identfied
in last review

Jeeja KP (3):
  ASoC: Intel: add Skylake HDA platform driver
  ASoC: Intel - add Skylake HDA audio driver
  ASoC: Intel - add makefile support for SKL driver

Vinod Koul (1):
  ASoC: intel - adds support for decoupled mode in skl driver

 sound/soc/intel/Kconfig           |   7 +
 sound/soc/intel/Makefile          |   1 +
 sound/soc/intel/skylake/Makefile  |   3 +
 sound/soc/intel/skylake/skl-pcm.c | 936 ++++++++++++++++++++++++++++++++++++++
 sound/soc/intel/skylake/skl.c     | 543 ++++++++++++++++++++++
 sound/soc/intel/skylake/skl.h     |  71 +++
 6 files changed, 1561 insertions(+)
 create mode 100644 sound/soc/intel/skylake/Makefile
 create mode 100644 sound/soc/intel/skylake/skl-pcm.c
 create mode 100644 sound/soc/intel/skylake/skl.c
 create mode 100644 sound/soc/intel/skylake/skl.h

-- 
1.9.1

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

end of thread, other threads:[~2015-07-09  4:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-06  3:24 [PATCH v7 0/4] ASoC: intel - add skylake PCM driver Vinod Koul
2015-07-06  3:24 ` [PATCH v7 1/4] ASoC: Intel: add Skylake HDA platform driver Vinod Koul
2015-07-08 18:56   ` Mark Brown
2015-07-09  4:20     ` Vinod Koul
2015-07-06  3:24 ` [PATCH v7 2/4] ASoC: Intel - add Skylake HDA audio driver Vinod Koul
2015-07-08 19:01   ` Mark Brown
2015-07-09  4:23     ` Vinod Koul
2015-07-06  3:24 ` [PATCH v7 3/4] ASoC: Intel - add makefile support for SKL driver Vinod Koul
2015-07-06  3:24 ` [PATCH v7 4/4] ASoC: intel - adds support for decoupled mode in skl driver 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.