From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH v5 0/2] Add HDA codec match and new registers Date: Wed, 03 Jun 2015 14:02:19 +0200 Message-ID: References: <1433314472-24965-1-git-send-email-vinod.koul@intel.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 3F2AB2606E2 for ; Wed, 3 Jun 2015 14:02:21 +0200 (CEST) In-Reply-To: <1433314472-24965-1-git-send-email-vinod.koul@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: Vinod Koul Cc: liam.r.girdwood@linux.intel.com, patches.audio@intel.com, alsa-devel@alsa-project.org, broonie@kernel.org List-Id: alsa-devel@alsa-project.org At Wed, 3 Jun 2015 12:24:30 +0530, Vinod Koul wrote: > > This series is split from SKL driver series and adds default codec match > function and then the new HDA registers definitions added in SKL > > Jeeja KP (1): > ALSA: hda - add new HDA registers > > Vinod Koul (1): > ALSA: hda - add HDA default codec match function Applied both to for-next branch. thanks, Takashi > > include/sound/hda_register.h | 88 ++++++++++++++++++++++++++++++++++++++++++++ > include/sound/hdaudio.h | 14 +++++++ > sound/hda/hda_bus_type.c | 41 +++++++++++++++++++++ > 3 files changed, 143 insertions(+) > > -- > 1.9.1 >