From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH v4 0/3] support DP MST audio Date: Tue, 06 Dec 2016 08:20:47 +0100 Message-ID: References: <1480992519-108079-1-git-send-email-libin.yang@intel.com> <96A12704CE18D347B625EE2D4A099D194FA69699@SHSMSX103.ccr.corp.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 (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 604E6266F3C for ; Tue, 6 Dec 2016 08:20:48 +0100 (CET) In-Reply-To: <96A12704CE18D347B625EE2D4A099D194FA69699@SHSMSX103.ccr.corp.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: "Yang, Libin" Cc: "Lin, Mengdong" , "alsa-devel@alsa-project.org" , Daniel Vetter List-Id: alsa-devel@alsa-project.org On Tue, 06 Dec 2016 03:58:21 +0100, Yang, Libin wrote: > > The patchset is based on drm-tip branch in > git://anongit.freedesktop.org/drm-tip I'll review and merge if it's OK. Daniel, do you guys have the stable branch that I can pull into sound tree for DP-MST audio stuff for 4.10? thanks, Takashi > Regards, > Libin > > > >-----Original Message----- > >From: Yang, Libin > >Sent: Tuesday, December 6, 2016 10:49 AM > >To: alsa-devel@alsa-project.org; tiwai@suse.de > >Cc: Lin, Mengdong ; Yang, Libin > > > >Subject: [alsa-devel] [PATCH v4 0/3] support DP MST audio > > > >From: Libin Yang > > > >This patchset starts to support DP MST audio. > > > >This patchset is based on drm-tip on > >git://anongit.freedesktop.org/drm-tip > > > >change log: > >v4: refine some comments in 0001 and 0002 patches. > > refine the 0003 patch for the new ALSA-Configuration document > > > >Libin Yang (3): > > ALSA: hda - add DP mst verb support > > ALSA: hda - add DP MST audio support > > ALSA: Documentation about HDA DP MST pin init and connection > > > > Documentation/sound/hd-audio/dp-mst.rst | 17 +++ > > sound/pci/hda/hda_codec.c | 76 +++++++++- > > sound/pci/hda/hda_codec.h | 3 + > > sound/pci/hda/patch_hdmi.c | 245 +++++++++++++++++++++++++------ > >- > > 4 files changed, 285 insertions(+), 56 deletions(-) > > > >-- > >2.7.4 >