Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/4] ASoC: Intel: Add skylake PCM driver
@ 2015-07-09  9:50 Vinod Koul
  2015-07-09  9:50 ` [PATCH v8 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-09  9:50 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 fixes
 - superflous cast from/to void *, both gcc and sparse are happy!
 - remove buffer memset
 - check return of pm_runtime_get_sync
 - set dma_data to NULL on free
 - remove ifdef PM for pm_runtime_active
 - fix pci_set_drvdata calls

Jeeja KP (4):
  ASoC: Intel: Add Skylake HDA platform driver
  ASoC: Intel: Add Skylake HDA audio driver
  ASoC: Intel: Add makefile support for SKL driver
  ASoC: Intel: Add support for decoupled mode in skl driver

 sound/soc/intel/Kconfig           |   4 +
 sound/soc/intel/Makefile          |   1 +
 sound/soc/intel/skylake/Makefile  |   3 +
 sound/soc/intel/skylake/skl-pcm.c | 916 ++++++++++++++++++++++++++++++++++++++
 sound/soc/intel/skylake/skl.c     | 536 ++++++++++++++++++++++
 sound/soc/intel/skylake/skl.h     |  71 +++
 6 files changed, 1531 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 11:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-09  9:50 [PATCH v8 0/4] ASoC: Intel: Add skylake PCM driver Vinod Koul
2015-07-09  9:50 ` [PATCH v8 1/4] ASoC: Intel: Add Skylake HDA platform driver Vinod Koul
2015-07-09 11:20   ` Applied "ASoC: Intel: Add Skylake HDA platform driver" to the asoc tree Mark Brown
2015-07-09  9:50 ` [PATCH v8 2/4] ASoC: Intel: Add Skylake HDA audio driver Vinod Koul
2015-07-09 11:20   ` Applied "ASoC: Intel: Add Skylake HDA audio driver" to the asoc tree Mark Brown
2015-07-09  9:50 ` [PATCH v8 3/4] ASoC: Intel: Add makefile support for SKL driver Vinod Koul
2015-07-09 11:20   ` Applied "ASoC: Intel: Add makefile support for SKL driver" to the asoc tree Mark Brown
2015-07-09  9:50 ` [PATCH v8 4/4] ASoC: Intel: Add support for decoupled mode in skl driver Vinod Koul
2015-07-09 11:20   ` Applied "ASoC: Intel: Add support for decoupled mode in skl driver" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox