From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756476AbbEEHSF (ORCPT ); Tue, 5 May 2015 03:18:05 -0400 Received: from mail-wg0-f48.google.com ([74.125.82.48]:34071 "EHLO mail-wg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965616AbbEEHRp (ORCPT ); Tue, 5 May 2015 03:17:45 -0400 Message-ID: <55486E95.50509@linaro.org> Date: Tue, 05 May 2015 08:17:41 +0100 From: Srinivas Kandagatla User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Patrick Lai , Mark Brown , Rob Herring , Pawel Moll , Ian Campbell , Kumar Gala , Banajit Goswami , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-arm-msm@vger.kernel.org Subject: Re: [RFC PATCH 12/14] ASoC: qcom: add apq8016 sound card support References: <1430414148-10869-1-git-send-email-srinivas.kandagatla@linaro.org> <1430414287-11384-1-git-send-email-srinivas.kandagatla@linaro.org> <20150503000154.GF27804@kwestfie-linux.qualcomm.com> In-Reply-To: <20150503000154.GF27804@kwestfie-linux.qualcomm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/05/15 01:01, Kenneth Westfield wrote: > On Thu, Apr 30, 2015 at 06:18:07PM +0100, Srinivas Kandagatla wrote: >> This patch adds apq8016 machine driver support. This patch was tested on >> two apq8016-sbc and msm8916-mtp board for both hdmi and analog audio >> features. > > apq8016 refers to the SOC, whereas machine drivers are board-specific. > Better to reference the board (or SOC-Codec combo) instead. Yes, Initially I started of with apq8016-sbc, but as it also worked for mtp, I had to rename it to apq8016. But you are right, I think renaming it to apq8016-sbc.c and msm8916-mtp.c would make sense. --srini > >> --- >> sound/soc/qcom/Kconfig | 9 ++ >> sound/soc/qcom/Makefile | 1 + >> sound/soc/qcom/apq8016.c | 214 +++++++++++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 224 insertions(+) >> create mode 100644 sound/soc/qcom/apq8016.c > >