Searched refs:cvt_nid (Results 1 – 4 of 4) sorted by relevance
/sound/pci/hda/ |
D | patch_hdmi.c | 55 hda_nid_t cvt_nid; member 75 hda_nid_t cvt_nid; member 108 int (*setup_stream)(struct hda_codec *codec, hda_nid_t cvt_nid, 114 hda_nid_t cvt_nid); 314 static int cvt_nid_to_cvt_index(struct hda_codec *codec, hda_nid_t cvt_nid) in cvt_nid_to_cvt_index() argument 320 if (get_cvt(spec, cvt_idx)->cvt_nid == cvt_nid) in cvt_nid_to_cvt_index() 323 codec_warn(codec, "HDMI: cvt NID 0x%x not registered\n", cvt_nid); in cvt_nid_to_cvt_index() 760 chmap->ops.set_channel_count(&codec->core, per_pin->cvt_nid, in hdmi_setup_audio_infoframe() 874 hda_nid_t cvt_nid, hda_nid_t nid) in haswell_verify_D0() argument 881 if (!snd_hda_check_power_state(codec, cvt_nid, AC_PWRST_D0)) in haswell_verify_D0() [all …]
|
D | hda_local.h | 168 hda_nid_t cvt_nid, int type);
|
D | hda_codec.c | 2410 hda_nid_t cvt_nid, in snd_hda_create_dig_out_ctls() argument 2457 spdif->nid = cvt_nid; in snd_hda_create_dig_out_ctls() 2458 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()
|