Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/hdmi/
H A Dsimplehdmi.c115 snd_array_free(&spec->cvts); in snd_hda_hdmi_simple_remove()
185 snd_array_init(&spec->cvts, sizeof(struct hdmi_spec_per_cvt), 1); in snd_hda_hdmi_simple_probe()
193 per_cvt = snd_array_new(&spec->cvts); in snd_hda_hdmi_simple_probe()
H A Dhdmi_local.h101 struct snd_array cvts; /* struct hdmi_spec_per_cvt */ member
231 ((struct hdmi_spec_per_cvt *)snd_array_elem(&spec->cvts, idx))
H A Dhdmi.c1521 per_cvt = snd_array_new(&spec->cvts); in hdmi_add_cvt()
2017 snd_array_init(&spec->cvts, sizeof(struct hdmi_spec_per_cvt), nums); in hdmi_array_init()
2023 snd_array_free(&spec->cvts); in hdmi_array_free()