public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] ASoC: intel - add skylake PCM driver
@ 2015-04-28 19:54 Vinod Koul
  2015-04-28 19:54 ` [PATCH v3 1/7] ASoC: hda - add soc hda codec driver wrapper Vinod Koul
                   ` (6 more replies)
  0 siblings, 7 replies; 26+ messages in thread
From: Vinod Koul @ 2015-04-28 19:54 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, tiwai, broonie, Vinod Koul, patches.audio

This patch series adds the hda codec wrapper first followed by asoc hda
controller library, then SKL PCM driver and last decouples the controller
for splitting the links

Jeeja KP (7):
  ASoC: hda - add soc hda codec driver wrapper
  ALSA: hda - add new HDA registers
  ASoC: hda - adds SoC controller and stream operations
  ASoC: intel - add Skylake HDA platform driver
  ASoC: intel - add Skylake HDA audio driver
  ASoC: intel - add makefile support for SKL driver
  ASoC: intel - adds support for decoupled mode in skl driver

 include/sound/hda_register.h          |   87 +++
 include/sound/soc-hdaudio.h           |  343 ++++++++++++
 sound/soc/Kconfig                     |    1 +
 sound/soc/Makefile                    |    1 +
 sound/soc/hda/Kconfig                 |    3 +
 sound/soc/hda/Makefile                |    3 +
 sound/soc/hda/soc-hda-codec.c         |   85 +++
 sound/soc/hda/soc-hda-codec.h         |   44 ++
 sound/soc/hda/soc-hdac-controller.c   |  289 ++++++++++
 sound/soc/hda/soc-hdac-stream.c       |  390 ++++++++++++++
 sound/soc/intel/Kconfig               |   20 +
 sound/soc/intel/Makefile              |    1 +
 sound/soc/intel/skylake/Makefile      |    3 +
 sound/soc/intel/skylake/hda-skl-pcm.c |  933 +++++++++++++++++++++++++++++++++
 sound/soc/intel/skylake/hda-skl.c     |  743 ++++++++++++++++++++++++++
 sound/soc/intel/skylake/hda-skl.h     |   74 +++
 16 files changed, 3020 insertions(+)
 create mode 100644 include/sound/soc-hdaudio.h
 create mode 100644 sound/soc/hda/Kconfig
 create mode 100644 sound/soc/hda/Makefile
 create mode 100644 sound/soc/hda/soc-hda-codec.c
 create mode 100644 sound/soc/hda/soc-hda-codec.h
 create mode 100644 sound/soc/hda/soc-hdac-controller.c
 create mode 100644 sound/soc/hda/soc-hdac-stream.c
 create mode 100644 sound/soc/intel/skylake/Makefile
 create mode 100644 sound/soc/intel/skylake/hda-skl-pcm.c
 create mode 100644 sound/soc/intel/skylake/hda-skl.c
 create mode 100644 sound/soc/intel/skylake/hda-skl.h

-- 
1.7.9.5

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

end of thread, other threads:[~2015-05-06 16:50 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 19:54 [PATCH v3 0/7] ASoC: intel - add skylake PCM driver Vinod Koul
2015-04-28 19:54 ` [PATCH v3 1/7] ASoC: hda - add soc hda codec driver wrapper Vinod Koul
2015-04-29 11:59   ` Takashi Iwai
2015-05-04 13:12   ` Mark Brown
2015-05-06  3:47     ` Vinod Koul
2015-05-06 12:51       ` Mark Brown
2015-05-06 16:51         ` Vinod Koul
2015-04-28 19:54 ` [PATCH v3 2/7] ALSA: hda - add new HDA registers Vinod Koul
2015-04-29 10:41   ` Takashi Iwai
2015-04-29 10:57     ` Vinod Koul
2015-04-29 12:02   ` Takashi Iwai
2015-04-28 19:54 ` [PATCH v3 3/7] ASoC: hda - adds SoC controller and stream operations Vinod Koul
2015-04-29 12:26   ` Takashi Iwai
2015-04-30  9:35     ` Vinod Koul
2015-04-30  9:49       ` Takashi Iwai
2015-04-28 19:54 ` [PATCH v3 4/7] ASoC: intel - add Skylake HDA platform driver Vinod Koul
2015-04-29 12:31   ` Takashi Iwai
2015-04-30  9:42     ` Vinod Koul
2015-04-30  9:52       ` Takashi Iwai
2015-04-30 10:39         ` Vinod Koul
2015-04-28 19:54 ` [PATCH v3 5/7] ASoC: intel - add Skylake HDA audio driver Vinod Koul
2015-04-29 12:49   ` Takashi Iwai
2015-04-30 10:11     ` Vinod Koul
2015-04-30 10:18       ` Takashi Iwai
2015-04-28 19:54 ` [PATCH v3 6/7] ASoC: intel - add makefile support for SKL driver Vinod Koul
2015-04-28 19:54 ` [PATCH v3 7/7] ASoC: intel - adds support for decoupled mode in skl driver Vinod Koul

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