Home
last modified time | relevance | path

Searched refs:per_cvt (Results 1 – 5 of 5) sorted by relevance

/sound/hda/codecs/hdmi/
A Dsimplehdmi.c17 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()
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()
194 if (!per_pin || !per_cvt) { in snd_hda_hdmi_simple_probe()
[all …]
A Dhdmi.c806 if (per_cvt->assigned || per_cvt->silent_stream) in hdmi_choose_cvt()
864 per_cvt->assigned = true; in hdmi_pcm_open_no_pin()
926 per_cvt->assigned = true; in hdmi_pcm_open()
960 per_cvt->assigned = false; in hdmi_pcm_open()
1556 if (!per_cvt) in hdmi_add_cvt()
1559 per_cvt->cvt_nid = cvt_nid; in hdmi_add_cvt()
1560 per_cvt->channels_min = 2; in hdmi_add_cvt()
1568 &per_cvt->rates, in hdmi_add_cvt()
1569 &per_cvt->formats, in hdmi_add_cvt()
1571 &per_cvt->maxbps); in hdmi_add_cvt()
[all …]
A Datihdmi.c534 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()
A Dnvhdmi-mcp.c132 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()
A Dintelhdmi.c336 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()

Completed in 18 milliseconds