Ubuntu-focal-kernel/sound/core
Takashi Iwai fd25e03ba2 ALSA: timer: Relax start tick time check for slave timer elements
BugLink: https://bugs.launchpad.net/bugs/2080595

commit ccbfcac05866ebe6eb3bc6d07b51d4ed4fcde436 upstream.

The recent addition of a sanity check for a too low start tick time
seems breaking some applications that uses aloop with a certain slave
timer setup.  They may have the initial resolution 0, hence it's
treated as if it were a too low value.

Relax and skip the check for the slave timer instance for addressing
the regression.

Fixes: 4a63bd179fa8 ("ALSA: timer: Set lower bound of start tick time")
Cc: <stable@vger.kernel.org>
Link: https://github.com/raspberrypi/linux/issues/6294
Link: https://patch.msgid.link/20240810084833.10939-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 10:50:26 +02:00
..
oss ALSA: oss: avoid missing-prototype warnings 2023-08-09 12:25:39 +02:00
seq ALSA: seq: fix function cast warnings 2024-06-07 15:01:28 +02:00
Kconfig
Makefile ALSA: Drop leftover snd-rtctimer stuff from Makefile 2024-04-26 10:54:11 +02:00
compress_offload.c
control.c
control_compat.c treewide: Remove uninitialized_var() usage 2023-08-09 12:25:41 +02:00
ctljack.c
device.c
hrtimer.c
hwdep.c
hwdep_compat.c
info.c ALSA: info: Fix potential deadlock at disconnection 2024-02-02 14:13:11 +01:00
info_oss.c
init.c ALSA: Fix deadlocks with kctl removals at disconnection 2024-07-05 10:51:50 +02:00
isadma.c
jack.c ALSA: jack: Fix mutex call in snd_jack_report() 2023-10-02 12:12:08 +02:00
memalloc.c ALSA: memalloc: Align buffer allocations in page size 2022-09-16 11:00:01 +02:00
memory.c
misc.c ALSA: core: Add async signal helpers 2022-10-17 15:02:02 +02:00
pcm.c ALSA: pcm: fix out-of-bounds in snd_pcm_state_names 2024-02-02 14:13:19 +01:00
pcm_compat.c ALSA: pcm: Fix missing fixup call in compat hw_refine ioctl 2023-10-30 11:42:16 +01:00
pcm_dmaengine.c ALSA: dmaengine_pcm: terminate dmaengine before synchronize 2024-09-27 10:50:09 +02:00
pcm_drm_eld.c
pcm_iec958.c
pcm_lib.c ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock 2022-07-11 16:39:47 +02:00
pcm_local.h
pcm_memory.c ALSA: pcm: Check for null pointer of pointer substream before dereferencing it 2023-10-30 11:42:03 +01:00
pcm_misc.c ALSA: pcm: Test for "silence" field in struct "pcm_format_data" 2022-06-22 14:50:39 +02:00
pcm_native.c ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock 2022-07-11 16:39:47 +02:00
pcm_param_trace.h
pcm_timer.c
pcm_trace.h
rawmidi.c ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free() 2023-01-06 08:43:51 -08:00
rawmidi_compat.c
seq_device.c ALSA: seq: Fix a potential UAF by wrong private_free call order 2021-11-22 14:29:42 +01:00
sgbuf.c
sound.c
sound_oss.c ALSA: oss: Fix potential deadlock at unregistration 2023-01-06 08:43:51 -08:00
timer.c ALSA: timer: Relax start tick time check for slave timer elements 2024-09-27 10:50:26 +02:00
timer_compat.c
vmaster.c