Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1423633

Re: [alsa-devel] [PATCH v4 3/9] ASoC: mediatek: let mt8173 use mediatek common structure

From Garlic Tseng <garlic.tseng@mediatek.com>
Newsgroups linux.kernel
Subject Re: [alsa-devel] [PATCH v4 3/9] ASoC: mediatek: let mt8173 use mediatek common structure
Date 2016-06-16 03:50 +0200
Message-ID <rKuBr-1S9-9@gated-at.bofh.it> (permalink)
References <rJutP-355-3@gated-at.bofh.it> <rJutP-355-15@gated-at.bofh.it> <rKgI9-1uW-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Yingjoe, thanks for comments.

> > +config SND_SOC_MEDIATEK
> > +	tristate "SND_SOC_MEDIATEK"
> > +	depends on ARCH_MEDIATEK
> > +	help
> > +	  This adds ASoC driver for Mediatek boards
> > +	  that can be used with other codecs.
> > +	  Select Y if you have such device.
> > +	  If unsure select "N".
> > +
> >  config SND_SOC_MT8173
> >  	tristate "ASoC support for Mediatek MT8173 chip"
> >  	depends on ARCH_MEDIATEK
> > +	select SND_SOC_MEDIATEK
> >  	help
> >  	  This adds ASoC platform driver support for Mediatek MT8173 chip
> >  	  that can be used with other codecs.
> 
> It seems both SND_SOC_MT8173 and SND_SOC_MT2701 select SND_SOC_MEDIATEK,
> and enabling only SND_SOC_MEDIATEK itself is not really useful. Do we
> need to make SND_SOC_MEDIATEK user configurable option?

I'll make the config not user configurable, something like:

+config SND_SOC_MEDIATEK
+	tristate

> 
> If it is, we should at least have a proper config prompt instead of just
> "SND_SOC_MEDIATEK".
> 
> 
> > @@ -49,3 +59,4 @@ config SND_SOC_MT8173_RT5650_RT5676
> >  	  with the RT5650 and RT5676 codecs.
> >  	  Select Y if you have such device.
> >  	  If unsure select "N".
> > +
> 
> nit: This change is not necessary.

I'll fix it, thanks.

> 
> Joe.C
> 
> 

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[alsa-devel] [PATCH v4 3/9] ASoC: mediatek: let mt8173 use mediatek common structure Garlic Tseng <garlic.tseng@mediatek.com> - 2016-06-13 09:30 +0200
  Re: [alsa-devel] [PATCH v4 3/9] ASoC: mediatek: let mt8173 use  mediatek common structure Yingjoe Chen <yingjoe.chen@mediatek.com> - 2016-06-15 13:00 +0200
    Re: [alsa-devel] [PATCH v4 3/9] ASoC: mediatek: let mt8173 use  mediatek common structure Garlic Tseng <garlic.tseng@mediatek.com> - 2016-06-16 03:50 +0200

csiph-web