Home
last modified time | relevance | path

Searched refs:snd_hda_codec_configure (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/sound/pci/hda/
H A Dhda_bind.c312 int snd_hda_codec_configure(struct hda_codec *codec) in snd_hda_codec_configure() function
343 EXPORT_SYMBOL_GPL(snd_hda_codec_configure);
H A Dhda_controller.c1263 if (!snd_hda_codec_configure(codec)) in azx_codec_configure()
/linux-6.15/include/sound/
H A Dhda_codec.h313 int snd_hda_codec_configure(struct hda_codec *codec);
/linux-6.15/sound/soc/intel/avs/
H A Dcore.c152 ret = snd_hda_codec_configure(codec); in probe_codec()