Re: [PATCH] ALSA: hda/realtek: Add quirk for CSL Unity BF24B

From: Zhang Heng

Date: Thu Apr 09 2026 - 03:01:23 EST



+ alc_update_gpio_data(codec, 0x03, true);
+ msleep(100);
+ alc_update_gpio_data(codec, 0x03, false);

Is it possible to make these lines into another auxiliary function? I think so.