Searched refs:cvt_nid (Results 1 – 3 of 3) sorted by relevance
/sound/pci/hda/ |
D | patch_hdmi.c | 64 hda_nid_t cvt_nid; member 81 hda_nid_t cvt_nid; member 118 int (*setup_stream)(struct hda_codec *codec, hda_nid_t cvt_nid, 394 static int cvt_nid_to_cvt_index(struct hda_codec *codec, hda_nid_t cvt_nid) in cvt_nid_to_cvt_index() argument 400 if (get_cvt(spec, cvt_idx)->cvt_nid == cvt_nid) in cvt_nid_to_cvt_index() 403 codec_warn(codec, "HDMI: cvt nid %d not registered\n", cvt_nid); in cvt_nid_to_cvt_index() 542 static int hdmi_get_channel_count(struct hda_codec *codec, hda_nid_t cvt_nid) in hdmi_get_channel_count() argument 544 return 1 + snd_hda_codec_read(codec, cvt_nid, 0, in hdmi_get_channel_count() 549 hda_nid_t cvt_nid, int chs) in hdmi_set_channel_count() argument 551 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 | 2506 hda_nid_t cvt_nid, in snd_hda_create_dig_out_ctls() argument 2553 spdif->nid = cvt_nid; in snd_hda_create_dig_out_ctls() 2554 snd_hdac_regmap_read(&codec->core, cvt_nid, in snd_hda_create_dig_out_ctls()
|