From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH v7 0/3] HDA: add extended HDA Date: Wed, 10 Jun 2015 18:40:41 +0530 Message-ID: <20150610131041.GU28601@localhost> References: <1433936016-446-1-git-send-email-vinod.koul@intel.com> <20150610112624.GA4355@vinod.koul@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by alsa0.perex.cz (Postfix) with ESMTP id 82B01261551 for ; Wed, 10 Jun 2015 15:09:17 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20150610112624.GA4355@vinod.koul@linux.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: "Subhransu S. Prusty" Cc: liam.r.girdwood@linux.intel.com, tiwai@suse.de, alsa-devel@alsa-project.org, broonie@kernel.org, patches.audio@intel.com List-Id: alsa-devel@alsa-project.org On Wed, Jun 10, 2015 at 04:56:28PM +0530, Subhransu S. Prusty wrote: > There is an error in this series. Vinod will resend shortly. > Yes some dead code crept in and checkpatch wasnt too happy with few lines, so I have updated this and resent the fixed series. Sorry about the noise -- ~Vinod > On Wed, Jun 10, 2015 at 05:03:33PM +0530, Vinod Koul wrote: > > 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 > > > > -- --