]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'for-linus' into for-next
authorTakashi Iwai <tiwai@suse.de>
Thu, 8 Jan 2026 13:07:33 +0000 (14:07 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 Jan 2026 13:07:33 +0000 (14:07 +0100)
Pull 6.19-devel branch.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
1  2 
sound/core/oss/pcm_oss.c
sound/core/pcm_native.c
sound/hda/codecs/realtek/alc269.c
sound/hda/codecs/side-codecs/tas2781_hda_i2c.c

Simple merge
Simple merge
Simple merge
index c74f83d4ec7f4caa826e966ec0dfd6759575a974,0e4bda3a544ea4a82a11e04fc40e7df30d3c9d19..ac5ff4eb292244d6b0721aa2193a4b8361fc8c17
@@@ -569,7 -576,15 +574,15 @@@ static int tas2781_hda_bind(struct devi
                break;
        }
  
 -      pm_runtime_get_sync(dev);
+       /*
+        * 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;
 +      guard(pm_runtime_active_auto)(dev);
  
        comp->dev = dev;