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

/linux-4.1.27/sound/pci/hda/
H A Dhda_codec.c839 for (i = 0; i < codec->cvt_setups.used; i++) { get_hda_cvt_setup()
840 p = snd_array_elem(&codec->cvt_setups, i); get_hda_cvt_setup()
844 p = snd_array_new(&codec->cvt_setups); get_hda_cvt_setup()
931 snd_array_free(&codec->cvt_setups); snd_hda_codec_cleanup_for_unbind()
1047 snd_array_init(&codec->cvt_setups, sizeof(struct hda_cvt_setup), 8); snd_hda_codec_new()
1216 for (i = 0; i < c->cvt_setups.used; i++) { snd_hda_codec_setup_stream()
1217 p = snd_array_elem(&c->cvt_setups, i); snd_hda_codec_setup_stream()
1283 for (i = 0; i < c->cvt_setups.used; i++) { purify_inactive_streams()
1285 p = snd_array_elem(&c->cvt_setups, i); purify_inactive_streams()
1298 for (i = 0; i < codec->cvt_setups.used; i++) { hda_cleanup_all_streams()
1299 struct hda_cvt_setup *p = snd_array_elem(&codec->cvt_setups, i); hda_cleanup_all_streams()
H A Dhda_codec.h247 struct snd_array cvt_setups; /* audio convert setups */ member in struct:hda_codec

Completed in 87 milliseconds