--- linux-5.15.46/sound/pci/hda/patch_conexant.c.orig	2022-06-09 10:23:32.000000000 +0200
+++ linux-5.15.46/sound/pci/hda/patch_conexant.c	2022-06-19 15:20:26.026944141 +0200
@@ -1072,11 +1072,11 @@ static int patch_conexant_auto(struct hd
 	if (err < 0)
 		goto error;
 
-	err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);
+	err = cx_auto_parse_beep(codec);
 	if (err < 0)
 		goto error;
 
-	err = cx_auto_parse_beep(codec);
+	err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);
 	if (err < 0)
 		goto error;
 
