From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933824AbcIEOfw (ORCPT ); Mon, 5 Sep 2016 10:35:52 -0400 Received: from dougal.metanate.com ([90.155.101.14]:56177 "EHLO metanate.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932119AbcIEOfv (ORCPT ); Mon, 5 Sep 2016 10:35:51 -0400 Date: Mon, 5 Sep 2016 15:34:26 +0100 From: John Keeping To: alsa-devel@alsa-project.org Cc: linux-kernel@vger.kernel.org, Jie Yang , Bard Liao , Oder Chiou , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Ben Zhang , Dylan Reid , Genki Marshall , Tom Rini Subject: Re: [PATCH v2 0/2] ASoC: Chromebook Pixel 2015 audio support Message-ID: <20160905153426.72c1caeb.john@metanate.com> In-Reply-To: References: <20160814111823.1782-1-john@metanate.com> Organization: Metanate Ltd X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.30; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 Aug 2016 22:06:34 +0100, John Keeping wrote: > This is the second version of the series originally posted here [1]. > > The second patch is largely unchanged and is still derived from the > Chromium OS 3.14 source, but the patch to the codec driver now takes a > different approach that I hope is easier to review as well resulting in > less code. > > [1] https://lkml.org/lkml/2016/8/14/207 Ping? Is there anything I can do to help move this forward? > John Keeping (2): > ASoC: rt5677: Add ACPI support > ASoC: Intel: boards: Add bdw-rt5677 machine driver > > sound/soc/codecs/rt5677.c | 53 +++++- > sound/soc/intel/Kconfig | 11 ++ > sound/soc/intel/boards/Makefile | 2 + > sound/soc/intel/boards/bdw-rt5677.c | 347 ++++++++++++++++++++++++++++++++++++ > sound/soc/intel/common/sst-acpi.c | 1 + > 5 files changed, 413 insertions(+), 1 deletion(-) > create mode 100644 sound/soc/intel/boards/bdw-rt5677.c >