ALSA: hda/cirrus: Split to cs420x and cs421x drivers
authorTakashi Iwai <tiwai@suse.de>
Wed, 9 Jul 2025 16:04:18 +0000 (18:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Jul 2025 07:55:38 +0000 (09:55 +0200)
commit1cb8744a36c7e8faa7098207f835af22a65717b5
tree345acbc2a656cdc7cb33e4346821ab8b5f3fb6a3
parentdbe3e4ab57dd92b1f6bd9ba39aff43aa7a53749a
ALSA: hda/cirrus: Split to cs420x and cs421x drivers

Since the codec ops for CS420x and CS421x are fairly independent,
split the cirrus codec driver into two drivers, snd-hda-codec-cs420x
and snd-hda-code-cs421x.  Together with the split, convert to the new
hda_codec_ops probe.

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