Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/hda/
Dhda_bind.c27 u32 id = codec->probe_id ? codec->probe_id : codec->core.vendor_id; in hda_codec_match()
187 switch (codec->probe_id) { in request_codec_module()
245 if (codec->probe_id) in codec_bind_generic()
249 codec->probe_id = HDA_CODEC_ID_GENERIC_HDMI; in codec_bind_generic()
255 codec->probe_id = HDA_CODEC_ID_GENERIC; in codec_bind_generic()
283 codec->probe_id = HDA_CODEC_ID_GENERIC; in snd_hda_codec_configure()
285 codec->probe_id = 0; in snd_hda_codec_configure()
Dhda_codec.h189 u32 probe_id; /* overridden id for probing */ member
Dpatch_hdmi.c2579 codec->probe_id = HDA_CODEC_ID_SKIP_PROBE; in alloc_intel_hdmi()