* linux-next: build warnings after merge of the sound tree
@ 2021-10-19 5:54 Stephen Rothwell
2021-10-19 5:58 ` Takashi Iwai
0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2021-10-19 5:54 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 707 bytes --]
Hi all,
After merging the sound tree, today's linux-next build (htmldocs)
produced these warnings:
sound/core/memalloc.c:203: warning: Function parameter or member 'mode' not described in 'snd_dma_buffer_sync'
sound/core/memalloc.c:203: warning: Excess function parameter 'mod' description in 'snd_dma_buffer_sync'
Introduced by commit
a25684a95646 ("ALSA: memalloc: Support for non-contiguous page allocation")
Also, the declaration of this function in include/ound/memalloc.h looks
incorrect as it has different declarations depending on CONFIG_HAS_DMA, but
then another one afterwards. I expect this will cause errors if
CONFIG_HAS_DMA is not set.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: linux-next: build warnings after merge of the sound tree
2021-10-19 5:54 linux-next: build warnings after merge of the sound tree Stephen Rothwell
@ 2021-10-19 5:58 ` Takashi Iwai
0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2021-10-19 5:58 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: Linux Kernel Mailing List, Linux Next Mailing List
On Tue, 19 Oct 2021 07:54:02 +0200,
Stephen Rothwell wrote:
>
> Hi all,
>
> After merging the sound tree, today's linux-next build (htmldocs)
> produced these warnings:
>
> sound/core/memalloc.c:203: warning: Function parameter or member 'mode' not described in 'snd_dma_buffer_sync'
> sound/core/memalloc.c:203: warning: Excess function parameter 'mod' description in 'snd_dma_buffer_sync'
>
> Introduced by commit
>
> a25684a95646 ("ALSA: memalloc: Support for non-contiguous page allocation")
Thanks, I will fix this typo.
> Also, the declaration of this function in include/ound/memalloc.h looks
> incorrect as it has different declarations depending on CONFIG_HAS_DMA, but
> then another one afterwards. I expect this will cause errors if
> CONFIG_HAS_DMA is not set.
Gah this was a leftover after some rebase. Will fix up altogether.
thanks,
Takashi
^ permalink raw reply [flat|nested] 6+ messages in thread
* linux-next: build warnings after merge of the sound tree
@ 2024-10-28 8:32 Stephen Rothwell
0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2024-10-28 8:32 UTC (permalink / raw)
To: Takashi Iwai
Cc: Jaroslav Kysela, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 759 bytes --]
Hi all,
After merging the sound tree, today's linux-next build (htmldocs)
produced these warnings:
Documentation/sound/designs/compress-accel.rst:67: ERROR: Unexpected indentation.
Documentation/sound/designs/compress-accel.rst:67: WARNING: Blank line required after table.
Documentation/sound/designs/compress-accel.rst:68: WARNING: Line block ends without a blank line.
Documentation/sound/designs/compress-accel.rst:72: WARNING: Block quote ends without a blank line; unexpected unindent.
Documentation/sound/designs/compress-accel.rst:73: WARNING: Block quote ends without a blank line; unexpected unindent.
Introduced by commit
04177158cf98 ("ALSA: compress_offload: introduce accel operation mode")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* linux-next: build warnings after merge of the sound tree
@ 2024-10-28 8:37 Stephen Rothwell
2024-11-13 6:31 ` Stephen Rothwell
0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2024-10-28 8:37 UTC (permalink / raw)
To: Takashi Iwai
Cc: Jaroslav Kysela, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]
Hi all,
After merging the sound tree, today's linux-next build (htmldocs)
produced these warnings:
include/sound/compress_driver.h:176: warning: Function parameter or struct member 'task_create' not described in 'snd_compr_ops'
include/sound/compress_driver.h:176: warning: Function parameter or struct member 'task_start' not described in 'snd_compr_ops'
include/sound/compress_driver.h:176: warning: Function parameter or struct member 'task_stop' not described in 'snd_compr_ops'
include/sound/compress_driver.h:176: warning: Function parameter or struct member 'task_free' not described in 'snd_compr_ops'
include/uapi/sound/compress_offload.h:151: warning: Function parameter or struct member 'reserved' not described in 'snd_compr_task'
include/uapi/sound/compress_offload.h:180: warning: Function parameter or struct member 'reserved' not described in 'snd_compr_task_status'
Introduced by commit
04177158cf98 ("ALSA: compress_offload: introduce accel operation mode")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: linux-next: build warnings after merge of the sound tree
2024-10-28 8:37 Stephen Rothwell
@ 2024-11-13 6:31 ` Stephen Rothwell
2024-11-13 7:23 ` Takashi Iwai
0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2024-11-13 6:31 UTC (permalink / raw)
To: Takashi Iwai
Cc: Jaroslav Kysela, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 1181 bytes --]
Hi all,
On Mon, 28 Oct 2024 19:37:31 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the sound tree, today's linux-next build (htmldocs)
> produced these warnings:
>
> include/sound/compress_driver.h:176: warning: Function parameter or struct member 'task_create' not described in 'snd_compr_ops'
> include/sound/compress_driver.h:176: warning: Function parameter or struct member 'task_start' not described in 'snd_compr_ops'
> include/sound/compress_driver.h:176: warning: Function parameter or struct member 'task_stop' not described in 'snd_compr_ops'
> include/sound/compress_driver.h:176: warning: Function parameter or struct member 'task_free' not described in 'snd_compr_ops'
> include/uapi/sound/compress_offload.h:151: warning: Function parameter or struct member 'reserved' not described in 'snd_compr_task'
> include/uapi/sound/compress_offload.h:180: warning: Function parameter or struct member 'reserved' not described in 'snd_compr_task_status'
>
> Introduced by commit
>
> 04177158cf98 ("ALSA: compress_offload: introduce accel operation mode")
I am still seeing these warnings.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: linux-next: build warnings after merge of the sound tree
2024-11-13 6:31 ` Stephen Rothwell
@ 2024-11-13 7:23 ` Takashi Iwai
0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2024-11-13 7:23 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Takashi Iwai, Jaroslav Kysela, Linux Kernel Mailing List,
Linux Next Mailing List
On Wed, 13 Nov 2024 07:31:11 +0100,
Stephen Rothwell wrote:
>
> Hi all,
>
> On Mon, 28 Oct 2024 19:37:31 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > After merging the sound tree, today's linux-next build (htmldocs)
> > produced these warnings:
> >
> > include/sound/compress_driver.h:176: warning: Function parameter or struct member 'task_create' not described in 'snd_compr_ops'
> > include/sound/compress_driver.h:176: warning: Function parameter or struct member 'task_start' not described in 'snd_compr_ops'
> > include/sound/compress_driver.h:176: warning: Function parameter or struct member 'task_stop' not described in 'snd_compr_ops'
> > include/sound/compress_driver.h:176: warning: Function parameter or struct member 'task_free' not described in 'snd_compr_ops'
> > include/uapi/sound/compress_offload.h:151: warning: Function parameter or struct member 'reserved' not described in 'snd_compr_task'
> > include/uapi/sound/compress_offload.h:180: warning: Function parameter or struct member 'reserved' not described in 'snd_compr_task_status'
> >
> > Introduced by commit
> >
> > 04177158cf98 ("ALSA: compress_offload: introduce accel operation mode")
>
> I am still seeing these warnings.
Thanks for reminder. I submitted the fix patch now.
Takashi
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-11-13 7:23 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-19 5:54 linux-next: build warnings after merge of the sound tree Stephen Rothwell
2021-10-19 5:58 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2024-10-28 8:32 Stephen Rothwell
2024-10-28 8:37 Stephen Rothwell
2024-11-13 6:31 ` Stephen Rothwell
2024-11-13 7:23 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox