Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/hda/
Dhda_codec.c1180 for (i = 0; i < codec->cvt_setups.used; i++) { in get_hda_cvt_setup()
1181 p = snd_array_elem(&codec->cvt_setups, i); in get_hda_cvt_setup()
1185 p = snd_array_new(&codec->cvt_setups); in get_hda_cvt_setup()
1207 snd_array_free(&codec->cvt_setups); in snd_hda_codec_free()
1269 snd_array_init(&codec->cvt_setups, sizeof(struct hda_cvt_setup), 8); in snd_hda_codec_new()
1453 for (i = 0; i < c->cvt_setups.used; i++) { in snd_hda_codec_setup_stream()
1454 p = snd_array_elem(&c->cvt_setups, i); in snd_hda_codec_setup_stream()
1518 for (i = 0; i < c->cvt_setups.used; i++) { in purify_inactive_streams()
1520 p = snd_array_elem(&c->cvt_setups, i); in purify_inactive_streams()
1533 for (i = 0; i < codec->cvt_setups.used; i++) { in hda_cleanup_all_streams()
[all …]
Dhda_codec.h837 struct snd_array cvt_setups; /* audio convert setups */ member