linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yingjoe Chen <yingjoe.chen@mediatek.com>
To: Garlic Tseng <garlic.tseng@mediatek.com>
Cc: <broonie@kernel.org>, <tiwai@suse.de>,
	<alsa-devel@alsa-project.org>, <ir.lian@mediatek.com>,
	<srv_heupstream@mediatek.com>, <linux-kernel@vger.kernel.org>,
	<koro.chen@mediatek.com>, <linux-mediatek@lists.infradead.org>,
	<PC.Liao@mediatek.com>, <linux-arm-kernel@lists.infradead.org>
Subject: Re: [alsa-devel] [PATCH v4 9/9] ASoC: mediatek: Add mt2701-cs42448 driver and config option.
Date: Wed, 15 Jun 2016 18:58:42 +0800	[thread overview]
Message-ID: <1465988322.30493.7.camel@mtksdaap41> (raw)
In-Reply-To: <1465802806-19197-10-git-send-email-garlic.tseng@mediatek.com>

On Mon, 2016-06-13 at 15:26 +0800, Garlic Tseng wrote:
> Add machine driver and config option for MT2701.
> 
> Signed-off-by: Garlic Tseng <garlic.tseng@mediatek.com>
> ---
>  sound/soc/mediatek/Kconfig                 |  21 ++
>  sound/soc/mediatek/Makefile                |   1 +
>  sound/soc/mediatek/mt2701/Makefile         |  19 ++
>  sound/soc/mediatek/mt2701/mt2701-cs42448.c | 422 +++++++++++++++++++++++++++++
>  4 files changed, 463 insertions(+)
>  create mode 100644 sound/soc/mediatek/mt2701/Makefile
>  create mode 100644 sound/soc/mediatek/mt2701/mt2701-cs42448.c
> 
> diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig
> index ff1a419..0ecb785 100644
> --- a/sound/soc/mediatek/Kconfig
> +++ b/sound/soc/mediatek/Kconfig
> @@ -7,6 +7,27 @@ config SND_SOC_MEDIATEK
>  	  Select Y if you have such device.
>  	  If unsure select "N".
>  
> +config SND_SOC_MT2701
> +	tristate "ASoC support for Mediatek MT2701 chip"
> +	depends on ARCH_MEDIATEK
> +	select SND_SOC_MEDIATEK
> +	help
> +	  This adds ASoC driver for Mediatek MT2701 boards
> +	  that can be used with other codecs.
> +	  Select Y if you have such device.
> +	  If unsure select "N".
> +
> +config SND_SOC_MT2701_CS42448
> +	tristate "SND_SOC_MT2701_CS42448"

Please provide proper config prompt here.

Joe.C

  reply	other threads:[~2016-06-15 10:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-13  7:26 [alsa-devel] [PATCH v4 0/9] ASoC: Mediatek: Add support for MT2701 SOC Garlic Tseng
2016-06-13  7:26 ` [alsa-devel] [PATCH v4 1/9] ASoC: mediatek: Refine mt8173 driver and change config option Garlic Tseng
2016-06-13  7:26 ` [alsa-devel] [PATCH v4 2/9] ASoC: mediatek: implement mediatek common structure Garlic Tseng
2016-06-29 19:16   ` Applied "ASoC: mediatek: implement mediatek common structure" to the asoc tree Mark Brown
2016-06-13  7:26 ` [alsa-devel] [PATCH v4 3/9] ASoC: mediatek: let mt8173 use mediatek common structure Garlic Tseng
2016-06-15 10:57   ` Yingjoe Chen
2016-06-16  1:40     ` Garlic Tseng
2016-06-13  7:26 ` [alsa-devel] [PATCH v4 4/9] ASoC: mediatek: add documents for mt2701 Garlic Tseng
2016-06-13  7:26 ` [alsa-devel] [PATCH v4 5/9] ASoC: mediatek: add structure define and clock control for 2701 Garlic Tseng
2016-06-13  7:26 ` [alsa-devel] [PATCH v4 6/9] ASoC: mediatek: add mt2701 platform driver implementation Garlic Tseng
2016-06-13  7:26 ` [alsa-devel] [PATCH v4 7/9] ASoC: bt-sco: extend rate and add a general compatible string Garlic Tseng
2016-06-13  7:26 ` [alsa-devel] [PATCH v4 8/9] ASoC: mediatek: add BT implementation Garlic Tseng
2016-06-13  7:26 ` [alsa-devel] [PATCH v4 9/9] ASoC: mediatek: Add mt2701-cs42448 driver and config option Garlic Tseng
2016-06-15 10:58   ` Yingjoe Chen [this message]
2016-06-16  1:41     ` Garlic Tseng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465988322.30493.7.camel@mtksdaap41 \
    --to=yingjoe.chen@mediatek.com \
    --cc=PC.Liao@mediatek.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=garlic.tseng@mediatek.com \
    --cc=ir.lian@mediatek.com \
    --cc=koro.chen@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=srv_heupstream@mediatek.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).