On Wed, 01 Dec 2021 09:58:54 +0100, Bixuan Cui wrote: > > Fix compile error when OSS_DEBUG is enabled: > sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_set_trigger': > sound/core/oss/pcm_oss.c:2055:10: error: 'substream' undeclared (first > use in this function); did you mean 'csubstream'? > pcm_dbg(substream->pcm, "pcm_oss: trigger = 0x%x\n", trigger); > ^ > > Fixes: 61efcee8608c ("ALSA: oss: Use standard printk helpers") > Signed-off-by: Bixuan Cui <cuibixuan@xxxxxxxxxxxxxxxxx> Thanks, applied. Takashi