From: "Péter Ujfalusi" <peter.ujfalusi@linux.intel.com>
To: Mark Brown <broonie@kernel.org>
Cc: pierre-louis.bossart@linux.intel.com,
alsa-devel@alsa-project.org, kai.vehmanen@linux.intel.com,
lgirdwood@gmail.com, linux-kernel@vger.kernel.org,
tiwai@suse.com, ranjani.sridharan@linux.intel.com,
fred.oh@linux.intel.com, daniel.baluta@nxp.com
Subject: Re: [PATCH 9/9] ASoC: SOF: Convert the generic probe support to SOF client
Date: Thu, 10 Feb 2022 16:50:50 +0200 [thread overview]
Message-ID: <9d1ed0e0-e69e-e725-b820-4a1c04ecdf4c@linux.intel.com> (raw)
In-Reply-To: <cc1598d7-5029-197c-9abc-49043fdc11ed@linux.intel.com>
On 10/02/2022 16:41, Péter Ujfalusi wrote:
>
>
> On 10/02/2022 15:54, Mark Brown wrote:
>> On Thu, Feb 10, 2022 at 12:55:19PM +0200, Peter Ujfalusi wrote:
>>> Add a new client driver for probes support and move
>>> all the probes-related code from the core to the
>>> client driver.
>>
>> This breaks an x86 allmodconfig build:
>>
>> /mnt/kernel/sound/soc/sof/compress.c: In function 'create_page_table':
>> /mnt/kernel/sound/soc/sof/compress.c:87:9: error: implicit declaration of function 'snd_sof_create_page_table'; did you mean 'create_page_table'? [-Werror=implicit-function-declaration]
>> 87 | return snd_sof_create_page_table(component->dev, dmab,
>> | ^~~~~~~~~~~~~~~~~~~~~~~~~
>> | create_page_table
>
> Interesting, we have this under constant builds for months and we
> certainly are building things as modules.
>
> Let me check and fix this.
This patch never got reviewed in SOF:
ASoC: SOF: compr: Add compress ops implementation
and this introduced the use of snd_sof_create_page_table()
I don't sof-compress enabled, only imx and mediatek have it enabled.
Daniel, were there any reason to not send this to sof-dev prior?
--
Péter
WARNING: multiple messages have this Message-ID (diff)
From: "Péter Ujfalusi" <peter.ujfalusi@linux.intel.com>
To: Mark Brown <broonie@kernel.org>
Cc: pierre-louis.bossart@linux.intel.com,
alsa-devel@alsa-project.org, kai.vehmanen@linux.intel.com,
linux-kernel@vger.kernel.org, tiwai@suse.com,
ranjani.sridharan@linux.intel.com, lgirdwood@gmail.com,
fred.oh@linux.intel.com, daniel.baluta@nxp.com
Subject: Re: [PATCH 9/9] ASoC: SOF: Convert the generic probe support to SOF client
Date: Thu, 10 Feb 2022 16:50:50 +0200 [thread overview]
Message-ID: <9d1ed0e0-e69e-e725-b820-4a1c04ecdf4c@linux.intel.com> (raw)
In-Reply-To: <cc1598d7-5029-197c-9abc-49043fdc11ed@linux.intel.com>
On 10/02/2022 16:41, Péter Ujfalusi wrote:
>
>
> On 10/02/2022 15:54, Mark Brown wrote:
>> On Thu, Feb 10, 2022 at 12:55:19PM +0200, Peter Ujfalusi wrote:
>>> Add a new client driver for probes support and move
>>> all the probes-related code from the core to the
>>> client driver.
>>
>> This breaks an x86 allmodconfig build:
>>
>> /mnt/kernel/sound/soc/sof/compress.c: In function 'create_page_table':
>> /mnt/kernel/sound/soc/sof/compress.c:87:9: error: implicit declaration of function 'snd_sof_create_page_table'; did you mean 'create_page_table'? [-Werror=implicit-function-declaration]
>> 87 | return snd_sof_create_page_table(component->dev, dmab,
>> | ^~~~~~~~~~~~~~~~~~~~~~~~~
>> | create_page_table
>
> Interesting, we have this under constant builds for months and we
> certainly are building things as modules.
>
> Let me check and fix this.
This patch never got reviewed in SOF:
ASoC: SOF: compr: Add compress ops implementation
and this introduced the use of snd_sof_create_page_table()
I don't sof-compress enabled, only imx and mediatek have it enabled.
Daniel, were there any reason to not send this to sof-dev prior?
--
Péter
next prev parent reply other threads:[~2022-02-10 14:52 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-10 10:55 [PATCH 0/9] ASoC: SOF: IPC client infrastructure Peter Ujfalusi
2022-02-10 10:55 ` Peter Ujfalusi
2022-02-10 10:55 ` [PATCH 1/9] ASoC: SOF: Drop unused DSP power states: D3_HOT and D3_COLD Peter Ujfalusi
2022-02-10 10:55 ` Peter Ujfalusi
2022-02-10 10:55 ` [PATCH 2/9] ASoC: SOF: Move the definition of enum sof_dsp_power_states to global header Peter Ujfalusi
2022-02-10 10:55 ` Peter Ujfalusi
2022-02-10 10:55 ` [PATCH 3/9] ASoC: SOF: ipc: Read and pass the whole message to handlers for IPC events Peter Ujfalusi
2022-02-10 10:55 ` Peter Ujfalusi
2022-02-10 10:55 ` [PATCH 4/9] ASoC: SOF: Split up utils.c into sof-utils and iomem-utils Peter Ujfalusi
2022-02-10 10:55 ` Peter Ujfalusi
2022-02-10 10:55 ` [PATCH 5/9] ASoC: SOF: Introduce IPC SOF client support Peter Ujfalusi
2022-02-10 10:55 ` Peter Ujfalusi
2022-02-10 10:55 ` [PATCH 6/9] ASoC: SOF: sof-client: Add support for clients not managed by pm framework Peter Ujfalusi
2022-02-10 10:55 ` Peter Ujfalusi
2022-02-10 10:55 ` [PATCH 7/9] ASoC: SOF: Convert the generic IPC flood test into SOF client Peter Ujfalusi
2022-02-10 10:55 ` Peter Ujfalusi
2022-02-10 10:55 ` [PATCH 8/9] ASoC: SOF: Convert the generic IPC message injector " Peter Ujfalusi
2022-02-10 10:55 ` Peter Ujfalusi
2022-02-10 10:55 ` [PATCH 9/9] ASoC: SOF: Convert the generic probe support to " Peter Ujfalusi
2022-02-10 10:55 ` Peter Ujfalusi
2022-02-10 13:54 ` Mark Brown
2022-02-10 13:54 ` Mark Brown
2022-02-10 14:41 ` Péter Ujfalusi
2022-02-10 14:41 ` Péter Ujfalusi
2022-02-10 14:50 ` Péter Ujfalusi [this message]
2022-02-10 14:50 ` Péter Ujfalusi
2022-02-10 18:17 ` [PATCH 0/9] ASoC: SOF: IPC client infrastructure Mark Brown
2022-02-10 18:17 ` 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=9d1ed0e0-e69e-e725-b820-4a1c04ecdf4c@linux.intel.com \
--to=peter.ujfalusi@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=daniel.baluta@nxp.com \
--cc=fred.oh@linux.intel.com \
--cc=kai.vehmanen@linux.intel.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=ranjani.sridharan@linux.intel.com \
--cc=tiwai@suse.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.