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@xxxxxxxxxxxxxxxx> 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