kernel_optimize_test/sound/core
Bixuan Cui bcd533417f ALSA: oss: fix compile error when OSS_DEBUG is enabled
[ Upstream commit 8e7daf318d97f25e18b2fc7eb5909e34cd903575 ]

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: 61efcee860 ("ALSA: oss: Use standard printk helpers")
Signed-off-by: Bixuan Cui <cuibixuan@linux.alibaba.com>
Link: https://lore.kernel.org/r/1638349134-110369-1-git-send-email-cuibixuan@linux.alibaba.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-01-27 10:54:06 +01:00
..
oss ALSA: oss: fix compile error when OSS_DEBUG is enabled 2022-01-27 10:54:06 +01:00
seq ALSA: seq: Fix racy deletion of subscriber 2021-08-12 13:22:01 +02:00
compress_offload.c
control_compat.c ALSA: ctl: Fix copy of updated id with element read/write 2021-12-14 11:32:38 +01:00
control.c
ctljack.c
device.c
hrtimer.c
hwdep_compat.c
hwdep.c
info_oss.c
info.c
init.c
isadma.c
jack.c ALSA: jack: Add missing rwsem around snd_ctl_remove() calls 2022-01-27 10:54:04 +01:00
Kconfig
Makefile ALSA: ISA: not for M68K 2021-11-26 10:39:10 +01:00
memalloc.c
memory.c
misc.c
pcm_compat.c ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctl 2021-10-20 11:44:57 +02:00
pcm_dmaengine.c
pcm_drm_eld.c
pcm_iec958.c
pcm_lib.c ALSA: pcm: fix divide error in snd_pcm_lib_ioctl 2021-09-08 08:49:01 +02:00
pcm_local.h
pcm_memory.c
pcm_misc.c
pcm_native.c ALSA: pcm: Fix mmap breakage without explicit buffer setup 2021-08-15 14:00:26 +02:00
pcm_param_trace.h
pcm_timer.c
pcm_trace.h
pcm.c ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls 2022-01-27 10:54:04 +01:00
rawmidi_compat.c
rawmidi.c
seq_device.c ALSA: seq: Fix a potential UAF by wrong private_free call order 2021-10-20 11:44:57 +02:00
sgbuf.c
sound_oss.c
sound.c
timer_compat.c
timer.c ALSA: timer: Unconditionally unlink slave instances, too 2021-11-18 14:03:40 +01:00
vmaster.c