cvt_setups 215 include/sound/hda_codec.h struct snd_array cvt_setups; /* audio convert setups */ cvt_setups 683 sound/pci/hda/hda_codec.c snd_array_for_each(&codec->cvt_setups, i, p) { cvt_setups 687 sound/pci/hda/hda_codec.c p = snd_array_new(&codec->cvt_setups); cvt_setups 774 sound/pci/hda/hda_codec.c snd_array_free(&codec->cvt_setups); cvt_setups 942 sound/pci/hda/hda_codec.c snd_array_init(&codec->cvt_setups, sizeof(struct hda_cvt_setup), 8); cvt_setups 1110 sound/pci/hda/hda_codec.c snd_array_for_each(&c->cvt_setups, i, p) { cvt_setups 1177 sound/pci/hda/hda_codec.c snd_array_for_each(&c->cvt_setups, i, p) { cvt_setups 1191 sound/pci/hda/hda_codec.c snd_array_for_each(&codec->cvt_setups, i, p) {