Searched refs:cvt_nid (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | patch_hdmi.c | 60 hda_nid_t cvt_nid; member 77 hda_nid_t cvt_nid; member 114 int (*setup_stream)(struct hda_codec *codec, hda_nid_t cvt_nid, 387 static int cvt_nid_to_cvt_index(struct hda_codec *codec, hda_nid_t cvt_nid) in cvt_nid_to_cvt_index() argument 393 if (get_cvt(spec, cvt_idx)->cvt_nid == cvt_nid) in cvt_nid_to_cvt_index() 396 codec_warn(codec, "HDMI: cvt nid %d not registered\n", cvt_nid); in cvt_nid_to_cvt_index() 535 static int hdmi_get_channel_count(struct hda_codec *codec, hda_nid_t cvt_nid) in hdmi_get_channel_count() argument 537 return 1 + snd_hda_codec_read(codec, cvt_nid, 0, in hdmi_get_channel_count() 542 hda_nid_t cvt_nid, int chs) in hdmi_set_channel_count() argument 544 if (chs != hdmi_get_channel_count(codec, cvt_nid)) in hdmi_set_channel_count() [all …]
|
D | hda_local.h | 247 hda_nid_t cvt_nid, int type);
|
D | hda_codec.c | 2705 hda_nid_t cvt_nid, in snd_hda_create_dig_out_ctls() argument 2752 spdif->nid = cvt_nid; in snd_hda_create_dig_out_ctls() 2753 snd_hdac_regmap_read(&codec->core, cvt_nid, in snd_hda_create_dig_out_ctls()
|