From: Vinod Koul <vinod.koul@intel.com>
To: alsa-devel@alsa-project.org
Cc: liam.r.girdwood@linux.intel.com, tiwai@suse.de,
broonie@kernel.org, Vinod Koul <vinod.koul@intel.com>,
patches.audio@intel.com
Subject: [PATCH v6 0/3] ALSA: HDA: add extended HDA
Date: Thu, 4 Jun 2015 15:23:19 +0530 [thread overview]
Message-ID: <1433411602-5444-1-git-send-email-vinod.koul@intel.com> (raw)
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
Vinod Koul (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 | 385 +++++++++++++++++++++++++++++++++
sound/hda/Kconfig | 4 +
sound/hda/Makefile | 3 +
sound/hda/ext/Makefile | 3 +
sound/hda/ext/hdac_ext_bus.c | 115 ++++++++++
sound/hda/ext/hdac_ext_controller.c | 295 +++++++++++++++++++++++++
sound/hda/ext/hdac_ext_stream.c | 414 ++++++++++++++++++++++++++++++++++++
7 files changed, 1219 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
next reply other threads:[~2015-06-04 9:52 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-04 9:53 Vinod Koul [this message]
2015-06-04 9:53 ` [PATCH v6 1/3] ALSA: hdac_ext: add extended HDA bus Vinod Koul
2015-06-08 9:00 ` Takashi Iwai
2015-06-08 10:08 ` Vinod Koul
2015-06-08 15:30 ` Vinod Koul
2015-06-08 15:40 ` Takashi Iwai
2015-06-09 10:06 ` Vinod Koul
2015-06-09 10:37 ` Takashi Iwai
2015-06-08 9:03 ` Takashi Iwai
2015-06-08 10:10 ` Vinod Koul
2015-06-08 15:24 ` Vinod Koul
2015-06-08 15:37 ` Takashi Iwai
2015-06-08 15:55 ` Vinod Koul
2015-06-04 9:53 ` [PATCH v6 2/3] ALSA: hdac_ext: add hdac extended controller Vinod Koul
2015-06-08 9:12 ` Takashi Iwai
2015-06-08 15:32 ` Vinod Koul
2015-06-08 15:42 ` Takashi Iwai
2015-06-08 16:00 ` Vinod Koul
2015-06-04 9:53 ` [PATCH v6 3/3] ALSA: hdac_ext: add extended stream capabilities Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1433411602-5444-1-git-send-email-vinod.koul@intel.com \
--to=vinod.koul@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=liam.r.girdwood@linux.intel.com \
--cc=patches.audio@intel.com \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox