linux/sound/hda/controllers
Panagiotis Foliadis e9fb2028f1 ALSA: hda/intel: increase default bdl_pos_adj for Nvidia controllers
The default bdl_pos_adj of 32 for Nvidia HDA controllers is
insufficient on GA102 (and likely other recent Nvidia GPUs) after S3
suspend/resume. The controller's DMA timing degrades after resume,
causing premature IRQ detection in azx_position_ok() which results in
silent HDMI/DP audio output despite userspace reporting a valid
playback state and correct ELD data.

Increase bdl_pos_adj to 64 for AZX_DRIVER_NVIDIA, matching the value
already used by Intel Apollo Lake for the same class of timing issue.

Cc: stable@vger.kernel.org
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=221069
Suggested-by: Charalampos Mitrodimas <charmitro@posteo.net>
Signed-off-by: Panagiotis Foliadis <pfoliadis@posteo.net>
Link: https://patch.msgid.link/20260225-nvidia-audio-fix-v1-1-b1383c37ec49@posteo.net
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2026-02-25 15:56:57 +01:00
..
acpi.c ALSA: hda: Move controller drivers into sound/hda/controllers directory 2025-07-11 09:55:37 +02:00
cix-ipbloq.c ALSA: hda: Remove unnecessary print function dev_err() 2025-12-13 10:32:48 +01:00
intel.c ALSA: hda/intel: increase default bdl_pos_adj for Nvidia controllers 2026-02-25 15:56:57 +01:00
intel.h ALSA: hda: Move controller drivers into sound/hda/controllers directory 2025-07-11 09:55:37 +02:00
intel_trace.h ALSA: hda: Move controller drivers into sound/hda/controllers directory 2025-07-11 09:55:37 +02:00
Kconfig ALSA: hda: add CIX IPBLOQ HDA controller support 2025-12-07 13:13:20 +01:00
Makefile ALSA: hda: add CIX IPBLOQ HDA controller support 2025-12-07 13:13:20 +01:00
tegra.c ALSA: hda/tegra: Clean up runtime PM with guard() 2025-12-23 10:51:58 +01:00