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 in snd_hda_hdmi_simple_probe() [all...] |
H A D | hdmi.c | 782 struct hdmi_spec_per_cvt *per_cvt = NULL; in hdmi_choose_cvt() local 793 per_cvt = get_cvt(spec, cvt_idx); in hdmi_choose_cvt() 794 if (per_cvt->assigned && !silent) in hdmi_choose_cvt() 803 per_cvt = get_cvt(spec, cvt_idx); in hdmi_choose_cvt() 806 if (per_cvt->assigned || per_cvt->silent_stream) in hdmi_choose_cvt() 812 if (per_pin->mux_nids[mux_idx] == per_cvt->cvt_nid) in hdmi_choose_cvt() 852 struct hdmi_spec_per_cvt *per_cvt = NULL; in hdmi_pcm_open_no_pin() local 863 per_cvt = get_cvt(spec, cvt_idx); in hdmi_pcm_open_no_pin() 864 per_cvt in hdmi_pcm_open_no_pin() 902 struct hdmi_spec_per_cvt *per_cvt = NULL; hdmi_pcm_open() local 1313 struct hdmi_spec_per_cvt *per_cvt; silent_stream_enable() local 1372 struct hdmi_spec_per_cvt *per_cvt; silent_stream_disable() local 1548 struct hdmi_spec_per_cvt *per_cvt; hdmi_add_cvt() local 1771 struct hdmi_spec_per_cvt *per_cvt; hdmi_pcm_close() local 1900 struct hdmi_spec_per_cvt *per_cvt; snd_hda_hdmi_generic_build_pcms() local [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()
|