]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/cmedia: Rewrite to new probe method
authorTakashi Iwai <tiwai@suse.de>
Wed, 9 Jul 2025 16:04:15 +0000 (18:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Jul 2025 07:55:37 +0000 (09:55 +0200)
commit0f1e8306dcbef54f64368aefaff175d5a135671b
tree746cf96a331b20e88014488eef03d98a5ee48a5b
parente1d695b45fd112810b4621f7e1bb48d197f5ef6a
ALSA: hda/cmedia: Rewrite to new probe method

Convert the C-Media codec driver to use the new hda_codec_ops probe.

Since the CM9825 uses a completely different probe and codec ops,
factor out to an individual codec driver, snd-hda-codec-cm9825.

Other than that, no functional changes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250709160434.1859-13-tiwai@suse.de
sound/hda/codecs/Kconfig
sound/hda/codecs/Makefile
sound/hda/codecs/cm9825.c [new file with mode: 0644]
sound/hda/codecs/cmedia.c