Home
last modified time | relevance | path

Searched refs:snd_array_for_each (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/sound/pci/hda/
Dhda_sysfs.c87 snd_array_for_each(list, i, pin) { in pin_configs_show()
224 snd_array_for_each(&codec->init_verbs, i, v) { in init_verbs_show()
273 snd_array_for_each(&codec->hints, i, hint) { in hints_show()
286 snd_array_for_each(&codec->hints, i, hint) { in get_hint()
790 snd_array_for_each(&codec->hints, i, hint) { in snd_hda_sysfs_clear()
Dhda_codec.c467 snd_array_for_each(array, i, pin) { in look_up_pincfg()
610 snd_array_for_each(&codec->init_pins, i, pin) { in snd_hda_shutup_pins()
630 snd_array_for_each(&codec->init_pins, i, pin) { in restore_shutup_pins()
693 snd_array_for_each(&codec->cvt_setups, i, p) { in get_hda_cvt_setup()
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()
2513 snd_array_for_each(&codec->spdif_out, i, spdif) { in snd_hda_spdif_out_of_nid()
Dhda_auto_parser.c797 snd_array_for_each(&codec->verbs, i, v) in snd_hda_apply_verbs()
896 snd_array_for_each(&codec->init_pins, i, pin) { in pin_config_match()
Dhda_generic.c264 snd_array_for_each(&spec->paths, i, path) { in get_nid_path()
325 snd_array_for_each(&spec->paths, i, path) { in is_dac_already_used()
352 snd_array_for_each(&spec->paths, i, path) { in is_ctl_used()
641 snd_array_for_each(&spec->paths, n, path) { in is_active_nid()
2713 snd_array_for_each(&spec->kctls, i, kctl) { in find_kctl_name()
4144 snd_array_for_each(&spec->paths, n, path) { in set_path_power()
5960 snd_array_for_each(&codec->init_pins, i, pin) { in clear_unsol_on_unused_pins()
Dpatch_conexant.c683 snd_array_for_each(&spec->gen.kctls, i, kctl) { in cxt_fixup_olpc_xo()
Dpatch_realtek.c571 snd_array_for_each(&codec->init_pins, i, pin) { in alc_headset_mic_no_shutup()
/linux-6.6.21/sound/hda/
Dhdac_regmap.c72 snd_array_for_each(&codec->vendor_verbs, i, v) { in hda_writeable_reg()
/linux-6.6.21/
D.clang-format598 - 'snd_array_for_each'
/linux-6.6.21/include/sound/
Dhdaudio.h704 #define snd_array_for_each(array, idx, ptr) \ macro