Searched refs:cvt_nid (Results 1 – 4 of 4) sorted by relevance
/sound/pci/hda/ |
D | patch_hdmi.c | 61 hda_nid_t cvt_nid; member 81 hda_nid_t cvt_nid; member 111 int (*setup_stream)(struct hda_codec *codec, hda_nid_t cvt_nid, 116 hda_nid_t cvt_nid); 310 static int cvt_nid_to_cvt_index(struct hda_codec *codec, hda_nid_t cvt_nid) in cvt_nid_to_cvt_index() argument 316 if (get_cvt(spec, cvt_idx)->cvt_nid == cvt_nid) in cvt_nid_to_cvt_index() 319 codec_warn(codec, "HDMI: cvt nid %d not registered\n", cvt_nid); in cvt_nid_to_cvt_index() 736 chmap->ops.set_channel_count(&codec->core, per_pin->cvt_nid, in hdmi_setup_audio_infoframe() 853 hda_nid_t cvt_nid, hda_nid_t nid) in haswell_verify_D0() argument 860 if (!snd_hda_check_power_state(codec, cvt_nid, AC_PWRST_D0)) in haswell_verify_D0() [all …]
|
D | hda_local.h | 173 hda_nid_t cvt_nid, int type);
|
D | hda_codec.c | 2435 hda_nid_t cvt_nid, in snd_hda_create_dig_out_ctls() argument 2482 spdif->nid = cvt_nid; in snd_hda_create_dig_out_ctls() 2483 snd_hdac_regmap_read(&codec->core, cvt_nid, in snd_hda_create_dig_out_ctls()
|
/sound/hda/ |
D | hdmi_chmap.c | 198 static int hdmi_get_channel_count(struct hdac_device *codec, hda_nid_t cvt_nid) in hdmi_get_channel_count() argument 200 return 1 + snd_hdac_codec_read(codec, cvt_nid, 0, in hdmi_get_channel_count() 205 hda_nid_t cvt_nid, int chs) in hdmi_set_channel_count() argument 207 if (chs != hdmi_get_channel_count(codec, cvt_nid)) in hdmi_set_channel_count() 208 snd_hdac_codec_write(codec, cvt_nid, 0, in hdmi_set_channel_count()
|