Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dpatch_hdmi.c130 struct snd_array cvts; /* struct hdmi_spec_per_cvt */ member
357 ((struct hdmi_spec_per_cvt *)snd_array_elem(&spec->cvts, idx))
1704 per_cvt = snd_array_new(&spec->cvts); in hdmi_add_cvt()
2187 snd_array_init(&spec->cvts, sizeof(struct hdmi_spec_per_cvt), nums); in hdmi_array_init()
2193 snd_array_free(&spec->cvts); in hdmi_array_free()
2622 per_cvt = snd_array_new(&spec->cvts); in patch_simple_hdmi()