Re: [alsa-devel] [RFC PATCH 1/7] ASoC: Intel: Fix Kconfig

2017-11-21 Thread Pierre-Louis Bossart
On 11/21/17 11:07 AM, Takashi Iwai wrote: On Sat, 18 Nov 2017 01:01:56 +0100, Pierre-Louis Bossart wrote: Follow network example suggested by Linus, move Intel definitions in if/endif block and clarify which options distro configurations should enable - everything except legacy Baytrail stuff

Re: [alsa-devel] [RFC PATCH 1/7] ASoC: Intel: Fix Kconfig

2017-11-21 Thread Pierre-Louis Bossart
On 11/21/17 11:07 AM, Takashi Iwai wrote: On Sat, 18 Nov 2017 01:01:56 +0100, Pierre-Louis Bossart wrote: Follow network example suggested by Linus, move Intel definitions in if/endif block and clarify which options distro configurations should enable - everything except legacy Baytrail stuff

Re: [alsa-devel] [RFC PATCH 1/7] ASoC: Intel: Fix Kconfig

2017-11-21 Thread Takashi Iwai
On Sat, 18 Nov 2017 01:01:56 +0100, Pierre-Louis Bossart wrote: > > Follow network example suggested by Linus, move Intel definitions > in if/endif block and clarify which options distro configurations > should enable - everything except legacy Baytrail stuff and > NOCODEC (test only) > > There

Re: [alsa-devel] [RFC PATCH 1/7] ASoC: Intel: Fix Kconfig

2017-11-21 Thread Takashi Iwai
On Sat, 18 Nov 2017 01:01:56 +0100, Pierre-Louis Bossart wrote: > > Follow network example suggested by Linus, move Intel definitions > in if/endif block and clarify which options distro configurations > should enable - everything except legacy Baytrail stuff and > NOCODEC (test only) > > There

Re: [alsa-devel] [RFC PATCH 1/7] ASoC: Intel: Fix Kconfig

2017-11-20 Thread Pierre-Louis Bossart
On 11/18/2017 10:49 AM, Takashi Iwai wrote: On Sat, 18 Nov 2017 01:01:56 +0100, Pierre-Louis Bossart wrote: +if SND_SOC_INTEL_BAYTRAIL config SND_SOC_INTEL_BYT_MAX98090_MACH tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec" + default n default=n is

Re: [alsa-devel] [RFC PATCH 1/7] ASoC: Intel: Fix Kconfig

2017-11-20 Thread Pierre-Louis Bossart
On 11/18/2017 10:49 AM, Takashi Iwai wrote: On Sat, 18 Nov 2017 01:01:56 +0100, Pierre-Louis Bossart wrote: +if SND_SOC_INTEL_BAYTRAIL config SND_SOC_INTEL_BYT_MAX98090_MACH tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec" + default n default=n is

Re: [RFC PATCH 1/7] ASoC: Intel: Fix Kconfig

2017-11-18 Thread Takashi Iwai
On Sat, 18 Nov 2017 01:01:56 +0100, Pierre-Louis Bossart wrote: > > +if SND_SOC_INTEL_BAYTRAIL > > config SND_SOC_INTEL_BYT_MAX98090_MACH > tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec" > + default n default=n is superfluous, can be dropped. > depends on

Re: [RFC PATCH 1/7] ASoC: Intel: Fix Kconfig

2017-11-18 Thread Takashi Iwai
On Sat, 18 Nov 2017 01:01:56 +0100, Pierre-Louis Bossart wrote: > > +if SND_SOC_INTEL_BAYTRAIL > > config SND_SOC_INTEL_BYT_MAX98090_MACH > tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec" > + default n default=n is superfluous, can be dropped. > depends on

[RFC PATCH 1/7] ASoC: Intel: Fix Kconfig

2017-11-17 Thread Pierre-Louis Bossart
Follow network example suggested by Linus, move Intel definitions in if/endif block and clarify which options distro configurations should enable - everything except legacy Baytrail stuff and NOCODEC (test only) There should be no functionality change - except that sound capabilities are restored

[RFC PATCH 1/7] ASoC: Intel: Fix Kconfig

2017-11-17 Thread Pierre-Louis Bossart
Follow network example suggested by Linus, move Intel definitions in if/endif block and clarify which options distro configurations should enable - everything except legacy Baytrail stuff and NOCODEC (test only) There should be no functionality change - except that sound capabilities are restored