Hi all, After merging the sound tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: sound/aoa/soundbus/i2sbus/pcm.c: In function 'i2sbus_attach_codec': sound/aoa/soundbus/i2sbus/pcm.c:975:61: error: invalid type argument of '->' (have 'struct snd_pcm_str') 975 | dev->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK]->dev.parent = | ^~ sound/aoa/soundbus/i2sbus/pcm.c:992:60: error: invalid type argument of '->' (have 'struct snd_pcm_str') 992 | dev->pcm->streams[SNDRV_PCM_STREAM_CAPTURE]->dev.parent = | ^~ Caused by commit bc41a7228ced ("ALSA: pcm: Don't embed device") I have used the sound tree from next-20230817 for today. -- Cheers, Stephen Rothwell