hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/sound/pci/ice1712/aureon.c
....@@ -1892,6 +1892,7 @@
18921892 unsigned char id;
18931893 snd_ice1712_save_gpio_status(ice);
18941894 id = aureon_cs8415_get(ice, CS8415_ID);
1895
+ snd_ice1712_restore_gpio_status(ice);
18951896 if (id != 0x41)
18961897 dev_info(ice->card->dev,
18971898 "No CS8415 chip. Skipping CS8415 controls.\n");
....@@ -1909,7 +1910,6 @@
19091910 kctl->id.device = ice->pcm->device;
19101911 }
19111912 }
1912
- snd_ice1712_restore_gpio_status(ice);
19131913 }
19141914
19151915 return 0;