Searched refs:per_cvt (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/hda/codecs/hdmi/ |
| H A D | simplehdmi.c | 17 struct hdmi_spec_per_cvt *per_cvt; in snd_hda_hdmi_simple_build_pcms() local 19 per_cvt = get_cvt(spec, 0); in snd_hda_hdmi_simple_build_pcms() 20 chans = get_wcaps(codec, per_cvt->cvt_nid); in snd_hda_hdmi_simple_build_pcms() 30 pstr->nid = per_cvt->cvt_nid; in snd_hda_hdmi_simple_build_pcms() 80 struct hdmi_spec_per_cvt *per_cvt; in snd_hda_hdmi_simple_build_controls() local 83 per_cvt = get_cvt(spec, 0); in snd_hda_hdmi_simple_build_controls() 84 err = snd_hda_create_dig_out_ctls(codec, per_cvt->cvt_nid, in snd_hda_hdmi_simple_build_controls() 85 per_cvt->cvt_nid, in snd_hda_hdmi_simple_build_controls() 175 struct hdmi_spec_per_cvt *per_cvt; in snd_hda_hdmi_simple_probe() local 193 per_cvt = snd_array_new(&spec->cvts); in snd_hda_hdmi_simple_probe() [all …]
|
| H A D | hdmi.c | 771 struct hdmi_spec_per_cvt *per_cvt = NULL; in hdmi_choose_cvt() local 782 per_cvt = get_cvt(spec, cvt_idx); in hdmi_choose_cvt() 783 if (per_cvt->assigned && !silent) in hdmi_choose_cvt() 792 per_cvt = get_cvt(spec, cvt_idx); in hdmi_choose_cvt() 795 if (per_cvt->assigned || per_cvt->silent_stream) in hdmi_choose_cvt() 801 if (per_pin->mux_nids[mux_idx] == per_cvt->cvt_nid) in hdmi_choose_cvt() 841 struct hdmi_spec_per_cvt *per_cvt = NULL; in hdmi_pcm_open_no_pin() local 852 per_cvt = get_cvt(spec, cvt_idx); in hdmi_pcm_open_no_pin() 853 per_cvt->assigned = true; in hdmi_pcm_open_no_pin() 854 hinfo->nid = per_cvt->cvt_nid; in hdmi_pcm_open_no_pin() [all …]
|
| H A D | atihdmi.c | 534 struct hdmi_spec_per_cvt *per_cvt; in atihdmi_probe() local 564 per_cvt = get_cvt(spec, cvt_idx); in atihdmi_probe() 565 per_cvt->channels_max = max(per_cvt->channels_max, 8u); in atihdmi_probe() 566 per_cvt->rates |= SUPPORTED_RATES; in atihdmi_probe() 567 per_cvt->formats |= SUPPORTED_FORMATS; in atihdmi_probe() 568 per_cvt->maxbps = max(per_cvt->maxbps, 24u); in atihdmi_probe()
|
| H A D | nvhdmi-mcp.c | 132 struct hdmi_spec_per_cvt *per_cvt; in nvhdmi_8ch_7x_pcm_prepare() local 135 per_cvt = get_cvt(spec, 0); in nvhdmi_8ch_7x_pcm_prepare() 136 spdif = snd_hda_spdif_out_of_nid(codec, per_cvt->cvt_nid); in nvhdmi_8ch_7x_pcm_prepare()
|
| H A D | intelhdmi.c | 336 struct hdmi_spec_per_cvt *per_cvt; in intel_not_share_assigned_cvt() local 389 per_cvt = get_cvt(spec, cvt_idx); in intel_not_share_assigned_cvt() 390 if (!per_cvt->assigned) { in intel_not_share_assigned_cvt()
|