Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dhda_codec.c683 snd_array_for_each(&codec->cvt_setups, i, p) { in get_hda_cvt_setup()
687 p = snd_array_new(&codec->cvt_setups); in get_hda_cvt_setup()
774 snd_array_free(&codec->cvt_setups); in snd_hda_codec_cleanup_for_unbind()
942 snd_array_init(&codec->cvt_setups, sizeof(struct hda_cvt_setup), 8); in snd_hda_codec_device_new()
1110 snd_array_for_each(&c->cvt_setups, i, p) { in snd_hda_codec_setup_stream()
1177 snd_array_for_each(&c->cvt_setups, i, p) { in purify_inactive_streams()
1191 snd_array_for_each(&codec->cvt_setups, i, p) { in hda_cleanup_all_streams()
/Linux-v5.4/include/sound/
Dhda_codec.h215 struct snd_array cvt_setups; /* audio convert setups */ member