Lines Matching refs:cvt_setups
634 for (i = 0; i < codec->cvt_setups.used; i++) { in get_hda_cvt_setup()
635 p = snd_array_elem(&codec->cvt_setups, i); in get_hda_cvt_setup()
639 p = snd_array_new(&codec->cvt_setups); in get_hda_cvt_setup()
726 snd_array_free(&codec->cvt_setups); in snd_hda_codec_cleanup_for_unbind()
844 snd_array_init(&codec->cvt_setups, sizeof(struct hda_cvt_setup), 8); in snd_hda_codec_new()
1013 for (i = 0; i < c->cvt_setups.used; i++) { in snd_hda_codec_setup_stream()
1014 p = snd_array_elem(&c->cvt_setups, i); in snd_hda_codec_setup_stream()
1080 for (i = 0; i < c->cvt_setups.used; i++) { in purify_inactive_streams()
1082 p = snd_array_elem(&c->cvt_setups, i); in purify_inactive_streams()
1095 for (i = 0; i < codec->cvt_setups.used; i++) { in hda_cleanup_all_streams()
1096 struct hda_cvt_setup *p = snd_array_elem(&codec->cvt_setups, i); in hda_cleanup_all_streams()