Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/3] HDA: add extended HDA
@ 2015-06-10 11:33 Vinod Koul
  2015-06-10 11:26 ` Subhransu S. Prusty
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Vinod Koul @ 2015-06-10 11:33 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, tiwai, broonie, Vinod Koul, patches.audio

New HDA controllers from Intel have extended HDA capabilities like multilink,
pipe processing, SPIB, GTS etc In order to use them we create an extended
HDA bus, controller and stream which uses the extended configuration

Changes in v7:
- Feedback from Takashi
- removed the macros for register read/writes
- add new macros for reg update
- fix bus pointer macro
- header cleanup on c/h files
- new device name ehdaudioiDn
- removed flags for ext caps, use pointer only
- moved module info to patch 1
- sparse check on series
- remove codec name in link

Jeeja KP (3):
  ALSA: hdac_ext: add extended HDA bus
  ALSA: hdac_ext: add hdac extended controller
  ALSA: hdac_ext: add extended stream capabilities

 include/sound/hdaudio_ext.h         | 129 ++++++++++++
 sound/hda/Kconfig                   |   4 +
 sound/hda/Makefile                  |   3 +
 sound/hda/ext/Makefile              |   3 +
 sound/hda/ext/hdac_ext_bus.c        | 116 +++++++++++
 sound/hda/ext/hdac_ext_controller.c | 297 ++++++++++++++++++++++++++
 sound/hda/ext/hdac_ext_stream.c     | 402 ++++++++++++++++++++++++++++++++++++
 7 files changed, 954 insertions(+)
 create mode 100644 include/sound/hdaudio_ext.h
 create mode 100644 sound/hda/ext/Makefile
 create mode 100644 sound/hda/ext/hdac_ext_bus.c
 create mode 100644 sound/hda/ext/hdac_ext_controller.c
 create mode 100644 sound/hda/ext/hdac_ext_stream.c

-- 
1.9.1

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

end of thread, other threads:[~2015-06-10 13:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-10 11:33 [PATCH v7 0/3] HDA: add extended HDA Vinod Koul
2015-06-10 11:26 ` Subhransu S. Prusty
2015-06-10 11:26 ` [alsa-devel] " Subhransu S. Prusty
2015-06-10 13:10   ` Vinod Koul
2015-06-10 11:33 ` [PATCH v7 1/3] ALSA: hdac_ext: add extended HDA bus Vinod Koul
2015-06-10 11:33 ` [PATCH v7 2/3] ALSA: hdac_ext: add hdac extended controller Vinod Koul
2015-06-10 11:33 ` [PATCH v7 3/3] ALSA: hdac_ext: add extended stream capabilities Vinod Koul

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