Searched refs:intel_hsw_common_init (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_hdmi.c | 2968 static int intel_hsw_common_init(struct hda_codec *codec, hda_nid_t vendor_nid, in intel_hsw_common_init() function 3009 return intel_hsw_common_init(codec, 0x08, NULL, 0); in patch_i915_hsw_hdmi() 3014 return intel_hsw_common_init(codec, 0x0b, NULL, 0); in patch_i915_glk_hdmi() 3025 return intel_hsw_common_init(codec, 0x02, map, ARRAY_SIZE(map)); in patch_i915_icl_hdmi() 3037 ret = intel_hsw_common_init(codec, 0x02, map, ARRAY_SIZE(map)); in patch_i915_tgl_hdmi()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_hdmi.c | 3078 static int intel_hsw_common_init(struct hda_codec *codec, hda_nid_t vendor_nid, in intel_hsw_common_init() function 3120 return intel_hsw_common_init(codec, 0x08, NULL, 0, 3, in patch_i915_hsw_hdmi() 3131 return intel_hsw_common_init(codec, 0x0b, NULL, 0, 3, false); in patch_i915_glk_hdmi() 3142 return intel_hsw_common_init(codec, 0x02, map, ARRAY_SIZE(map), 3, in patch_i915_icl_hdmi() 3154 return intel_hsw_common_init(codec, 0x02, map, ARRAY_SIZE(map), 4, in patch_i915_tgl_hdmi()
|
Completed in 13 milliseconds