Home
last modified time | relevance | path

Searched refs:vendor_nid (Results 1 – 5 of 5) sorted by relevance

/linux/sound/hda/codecs/cirrus/
H A Dcs421x.c31 hda_nid_t vendor_nid; member
109 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
111 return snd_hda_codec_read(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
120 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
122 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
161 static struct cs_spec *cs_alloc_spec(struct hda_codec *codec, int vendor_nid) in cs_alloc_spec() argument
169 spec->vendor_nid = vendor_nid; in cs_alloc_spec()
402 spec->vendor_nid != CS4210_VENDOR_NID) in cs4210_spdif_automute()
437 if (spec->vendor_nid == CS4210_VENDOR_NID) { in cs421x_init()
490 spec->vendor_nid == CS4210_VENDOR_NID) { in cs421x_parse_auto_config()
[all …]
H A Dcs420x.c29 hda_nid_t vendor_nid; member
98 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
100 return snd_hda_codec_read(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
109 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
111 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
153 if (spec->vendor_nid == CS420X_VENDOR_NID) { in init_input_coef()
257 if (spec->vendor_nid == CS420X_VENDOR_NID) { in cs_init()
261 } else if (spec->vendor_nid == CS4208_VENDOR_NID) { in cs_init()
276 if (spec->vendor_nid == CS420X_VENDOR_NID) { in cs_init()
523 static struct cs_spec *cs_alloc_spec(struct hda_codec *codec, int vendor_nid) in cs_alloc_spec() argument
[all …]
/linux/sound/hda/codecs/hdmi/
H A Dintelhdmi.c42 vendor_param = snd_hda_codec_read(codec, spec->vendor_nid, 0, in intel_haswell_enable_all_pins()
48 vendor_param = snd_hda_codec_read(codec, spec->vendor_nid, 0, in intel_haswell_enable_all_pins()
62 vendor_param = snd_hda_codec_read(codec, spec->vendor_nid, 0, in intel_haswell_fixup_enable_dp12()
70 snd_hda_codec_write_cache(codec, spec->vendor_nid, 0, in intel_haswell_fixup_enable_dp12()
588 static int intel_hsw_common_init(struct hda_codec *codec, hda_nid_t vendor_nid, in intel_hsw_common_init() argument
596 spec->vendor_nid = vendor_nid; in intel_hsw_common_init()
H A Dhdmi_local.h157 hda_nid_t vendor_nid; member
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c120 unsigned int vendor_nid; member
1406 unsigned int vendor_nid = hdmi->drv_data->vendor_nid; in hdac_hdmi_skl_enable_all_pins()
1408 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_all_pins()
1414 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_dp12()
1424 unsigned int vendor_nid = hdmi->drv_data->vendor_nid; in hdac_hdmi_skl_enable_dp12()
1426 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_dp12()
1433 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0,
1840 .vendor_nid
1400 unsigned int vendor_nid = hdmi->drv_data->vendor_nid; hdac_hdmi_skl_enable_all_pins() local
1418 unsigned int vendor_nid = hdmi->drv_data->vendor_nid; hdac_hdmi_skl_enable_dp12() local
[all...]