Home
last modified time | relevance | path

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

/Linux-v5.15/sound/pci/hda/
Dhda_bind.c28 u32 id = codec->probe_id ? codec->probe_id : codec->core.vendor_id; in hda_codec_match()
206 switch (codec->probe_id) { in request_codec_module()
264 if (codec->probe_id) in codec_bind_generic()
268 codec->probe_id = HDA_CODEC_ID_GENERIC_HDMI; in codec_bind_generic()
274 codec->probe_id = HDA_CODEC_ID_GENERIC; in codec_bind_generic()
305 codec->probe_id = HDA_CODEC_ID_GENERIC; in snd_hda_codec_configure()
307 codec->probe_id = 0; in snd_hda_codec_configure()
Dpatch_hdmi.c2917 codec->probe_id = HDA_CODEC_ID_SKIP_PROBE; in alloc_intel_hdmi()
/Linux-v5.15/sound/soc/sof/intel/
Dhda-codec.c33 switch (codec->probe_id) { in request_codec_module()
58 codec->probe_id = HDA_CODEC_ID_GENERIC; in hda_codec_load_module()
163 codec->probe_id = HDA_CODEC_ID_GENERIC; in hda_codec_probe()
165 codec->probe_id = 0; in hda_codec_probe()
/Linux-v5.15/include/sound/
Dhda_codec.h179 u32 probe_id; /* overridden id for probing */ member