Home
last modified time | relevance | path

Searched refs:get_pcm_rec (Results 1 – 4 of 4) sorted by relevance

/linux/sound/hda/codecs/hdmi/
H A Dnvhdmi-mcp.c243 struct hda_pcm *info = get_pcm_rec(spec, 0); in nvhdmi_mcp_build_pcms()
265 info = get_pcm_rec(spec, 0); in nvhdmi_mcp_build_controls()
H A Dtegrahdmi.c168 struct hda_pcm *pcm = get_pcm_rec(spec, i); in hda_find_pcm_by_type()
H A Dhdmi.c83 if (get_pcm_rec(spec, pcm_idx)->stream == hinfo) in hinfo_to_pcm_index()
1078 pcm = get_pcm_rec(spec, per_pin->pcm_idx); in hdmi_pcm_setup_pin()
1893 int pcmdev = get_pcm_rec(spec, pcm_idx)->device; in generic_hdmi_build_jack()
1917 if (!get_pcm_rec(spec, pcm_idx)->pcm) { in snd_hda_hdmi_generic_build_controls()
1937 dev = get_pcm_rec(spec, pcm_idx)->device; in snd_hda_hdmi_generic_build_controls()
1963 pcm = get_pcm_rec(spec, pcm_idx); in snd_hda_hdmi_generic_build_controls()
H A Dhdmi_local.h235 #define get_pcm_rec(spec, idx) (get_hdmi_pcm(spec, idx)->pcm) macro