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

/linux-master/include/sound/
H A Dhda_codec.h214 struct snd_array cvt_setups; /* audio convert setups */ member in struct:hda_codec
/linux-master/sound/pci/hda/
H A Dhda_codec.c691 snd_array_for_each(&codec->cvt_setups, i, p) {
695 p = snd_array_new(&codec->cvt_setups);
793 snd_array_free(&codec->cvt_setups);
936 snd_array_init(&codec->cvt_setups, sizeof(struct hda_cvt_setup), 8);
1163 snd_array_for_each(&c->cvt_setups, i, p) {
1230 snd_array_for_each(&c->cvt_setups, i, p) {
1243 snd_array_for_each(&codec->cvt_setups, i, p) {

Completed in 143 milliseconds