From: Takashi Iwai Date: Thu, 8 Jan 2026 13:07:33 +0000 (+0100) Subject: Merge branch 'for-linus' into for-next X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bf65ec41901ff6b2958576ba4896589d89f6404;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'for-linus' into for-next Pull 6.19-devel branch. Signed-off-by: Takashi Iwai --- 8bf65ec41901ff6b2958576ba4896589d89f6404 diff --cc sound/hda/codecs/side-codecs/tas2781_hda_i2c.c index c74f83d4ec7f4,0e4bda3a544ea..ac5ff4eb29224 --- a/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c +++ b/sound/hda/codecs/side-codecs/tas2781_hda_i2c.c @@@ -569,7 -576,15 +574,15 @@@ static int tas2781_hda_bind(struct devi break; } + /* + * Using ASUS ROG Xbox Ally X (RC73XA) UEFI calibration data + * causes audio dropouts during playback, use fallback data + * from DSP firmware as a workaround. + */ + if (codec->core.subsystem_id == 0x10431384) + hda_priv->skip_calibration = true; + - pm_runtime_get_sync(dev); + guard(pm_runtime_active_auto)(dev); comp->dev = dev;