ALSA: hda/analog: Rewrite to new probe method
authorTakashi Iwai <tiwai@suse.de>
Wed, 9 Jul 2025 16:04:16 +0000 (18:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Jul 2025 07:55:37 +0000 (09:55 +0200)
commitf025ef0316ce3650e8f4dc9de2709869c9217dac
treee93230b03cc4438cb9a0e58ed12e25fc90cdd05a
parent0f1e8306dcbef54f64368aefaff175d5a135671b
ALSA: hda/analog: Rewrite to new probe method

Convert the Analog Device codec driver to use the new hda_codec_ops
probe.  The probe function had to be unified and branched with the
model type specified via driver_data instead.

Other than that, no functional changes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250709160434.1859-14-tiwai@suse.de
sound/hda/codecs/analog.c