Searched refs:cvt_setups (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_codec.c | 693 snd_array_for_each(&codec->cvt_setups, i, p) { in get_hda_cvt_setup() 697 p = snd_array_new(&codec->cvt_setups); in get_hda_cvt_setup() 784 snd_array_free(&codec->cvt_setups); in snd_hda_codec_cleanup_for_unbind() 954 snd_array_init(&codec->cvt_setups, sizeof(struct hda_cvt_setup), 8); in snd_hda_codec_device_new() 1125 snd_array_for_each(&c->cvt_setups, i, p) { in snd_hda_codec_setup_stream() 1192 snd_array_for_each(&c->cvt_setups, i, p) { in purify_inactive_streams() 1206 snd_array_for_each(&codec->cvt_setups, i, p) { in hda_cleanup_all_streams()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 693 snd_array_for_each(&codec->cvt_setups, i, p) { in get_hda_cvt_setup() 697 p = snd_array_new(&codec->cvt_setups); in get_hda_cvt_setup() 795 snd_array_free(&codec->cvt_setups); in snd_hda_codec_cleanup_for_unbind() 938 snd_array_init(&codec->cvt_setups, sizeof(struct hda_cvt_setup), 8); in snd_hda_codec_device_init() 1167 snd_array_for_each(&c->cvt_setups, i, p) { in snd_hda_codec_setup_stream() 1234 snd_array_for_each(&c->cvt_setups, i, p) { in purify_inactive_streams() 1248 snd_array_for_each(&codec->cvt_setups, i, p) { in hda_cleanup_all_streams()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 214 struct snd_array cvt_setups; /* audio convert setups */ member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 215 struct snd_array cvt_setups; /* audio convert setups */ member
|
Completed in 16 milliseconds