ALSA: hda: Drop old codec binding method
authorTakashi Iwai <tiwai@suse.de>
Wed, 9 Jul 2025 16:04:27 +0000 (18:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Jul 2025 07:55:38 +0000 (09:55 +0200)
commitcabaf5908e586156d1d59f3fb8c51d2b169bc636
tree9aeb3f2e6cdad162348c02964f7404a222f3c852
parentad781b550f9a8829e3dae4bd3d18c4a126a53d04
ALSA: hda: Drop old codec binding method

Now that all patch_ops usage have been converted to the new
hda_codec_ops probe, we can drop patch_ops from the hda_codec,
together with the calls of patch_ops callbacks.

The hda_codec_ops.free callback is removed as all have been replaced
with the new remove callback.

Also, correct comments mentioning "patch"; it's replaced with "codec
driver".

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250709160434.1859-25-tiwai@suse.de
include/sound/hda_codec.h
sound/hda/Makefile
sound/hda/codecs/generic.c
sound/hda/codecs/generic.h
sound/hda/codecs/hdmi/hdmi_local.h
sound/hda/common/bind.c
sound/hda/common/codec.c
sound/hda/common/hda_local.h
sound/soc/codecs/hda.c
sound/soc/codecs/hdac_hda.c