Pull 6.19-devel branch.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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;