All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Mark Brown <broonie@kernel.org>
Cc: Cezary Rojewski <cezary.rojewski@intel.com>,
	lgirdwood@gmail.com, filip.kaczmarski@intel.com,
	harshapriya.n@intel.com, gregkh@linuxfoundation.org,
	ppapierkowski@habana.ai, marcin.barlik@intel.com,
	zwisler@google.com, alsa-devel@alsa-project.org,
	pierre-louis.bossart@linux.intel.com, filip.proborszcz@intel.com,
	amadeuszx.slawinski@linux.intel.com, michal.wasko@intel.com,
	tiwai@suse.com, krzysztof.hejmowski@intel.com,
	cujomalainey@chromium.org, vamshi.krishna.gopal@intel.com
Subject: Re: [PATCH v10 14/14] ASoC: Intel: Select catpt and deprecate haswell
Date: Thu, 1 Oct 2020 21:54:09 +0300	[thread overview]
Message-ID: <20201001185409.GV3956970@smile.fi.intel.com> (raw)
In-Reply-To: <20201001183329.GA41046@sirena.org.uk>

On Thu, Oct 01, 2020 at 07:33:29PM +0100, Mark Brown wrote:
> On Tue, Sep 29, 2020 at 04:12:47PM +0200, Cezary Rojewski wrote:
> > Prevent sound/soc/intel/haswell code compile and select catpt instead as
> > a recommended solution. Userspace-exposed members are compatible with
> > what is exposed by deprecated solution thus no harm is done. The only
> > visible difference is the newly added 'Loopback Mute' kcontrol.
> 
> This doesn't build against current code with x86 allmodconfig, please
> check and resend:

This has a dependency from SPI tree. Can you merge (cherry-pick) one patch from
there to ASoC tree, please?

a2bee00cccf4 ("spi: pxa2xx: Add SSC2 and SSPSP2 SSP registers")


> In file included from /mnt/kernel/sound/soc/intel/catpt/core.h:14,
>                  from /mnt/kernel/sound/soc/intel/catpt/dsp.c:13:
> /mnt/kernel/sound/soc/intel/catpt/dsp.c: In function 'catpt_dsp_set_regs_defaults':
> /mnt/kernel/sound/soc/intel/catpt/dsp.c:339:29: error: 'SSCR2' undeclared (first use in this function); did you mean 'SSCR0'?
>    catpt_writel_ssp(cdev, i, SSCR2, CATPT_SSCR2_DEFAULT);
>                              ^~~~~
> /mnt/kernel/sound/soc/intel/catpt/registers.h:152:43: note: in definition of macro 'catpt_writel_ssp'
>   writel(val, catpt_ssp_addr(cdev, ssp) + (reg))
>                                            ^~~
> /mnt/kernel/sound/soc/intel/catpt/dsp.c:339:29: note: each undeclared identifier is reported only once for each function it appears in
>    catpt_writel_ssp(cdev, i, SSCR2, CATPT_SSCR2_DEFAULT);
>                              ^~~~~
> /mnt/kernel/sound/soc/intel/catpt/registers.h:152:43: note: in definition of macro 'catpt_writel_ssp'
>   writel(val, catpt_ssp_addr(cdev, ssp) + (reg))
>                                            ^~~
> /mnt/kernel/sound/soc/intel/catpt/dsp.c:340:29: error: 'SSPSP2' undeclared (first use in this function); did you mean 'SSPSP'?
>    catpt_writel_ssp(cdev, i, SSPSP2, CATPT_SSPSP2_DEFAULT);
>                              ^~~~~~
> /mnt/kernel/sound/soc/intel/catpt/registers.h:152:43: note: in definition of macro 'catpt_writel_ssp'
>   writel(val, catpt_ssp_addr(cdev, ssp) + (reg))
>                                            ^~~
> 



-- 
With Best Regards,
Andy Shevchenko



  reply	other threads:[~2020-10-01 18:55 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-29 14:12 [PATCH v10 00/14] ASoC: Intel: Catpt - Lynx and Wildcat point Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 01/14] ASoC: Intel: Add catpt base members Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 02/14] ASoC: Intel: catpt: Implement IPC protocol Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 03/14] ASoC: Intel: catpt: Add IPC message handlers Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 04/14] ASoC: Intel: catpt: Define DSP operations Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 05/14] ASoC: Intel: catpt: Firmware loading and context restore Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 06/14] ASoC: Intel: catpt: PCM operations Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 07/14] ASoC: Intel: catpt: Device driver lifecycle Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 08/14] ASoC: Intel: catpt: Event tracing Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 09/14] ASoC: Intel: catpt: Simple sysfs attributes Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 10/14] ASoC: Intel: haswell: Remove haswell-solution specific code Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 11/14] ASoC: Intel: broadwell: " Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 12/14] ASoC: Intel: bdw-5650: " Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 13/14] ASoC: Intel: bdw-5677: " Cezary Rojewski
2020-09-29 14:12 ` [PATCH v10 14/14] ASoC: Intel: Select catpt and deprecate haswell Cezary Rojewski
2020-10-01 18:33   ` Mark Brown
2020-10-01 18:54     ` Andy Shevchenko [this message]
2020-10-01 19:49       ` Mark Brown
2020-10-02  8:32         ` Rojewski, Cezary
2020-09-29 16:44 ` [PATCH v10 00/14] ASoC: Intel: Catpt - Lynx and Wildcat point Andy Shevchenko
2020-10-02 20:55 ` Mark Brown

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=20201001185409.GV3956970@smile.fi.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=amadeuszx.slawinski@linux.intel.com \
    --cc=broonie@kernel.org \
    --cc=cezary.rojewski@intel.com \
    --cc=cujomalainey@chromium.org \
    --cc=filip.kaczmarski@intel.com \
    --cc=filip.proborszcz@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=harshapriya.n@intel.com \
    --cc=krzysztof.hejmowski@intel.com \
    --cc=lgirdwood@gmail.com \
    --cc=marcin.barlik@intel.com \
    --cc=michal.wasko@intel.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=ppapierkowski@habana.ai \
    --cc=tiwai@suse.com \
    --cc=vamshi.krishna.gopal@intel.com \
    --cc=zwisler@google.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.