Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/hda/
Dhda_sysfs.c86 snd_array_for_each(list, i, pin) { in pin_configs_show()
223 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()
792 snd_array_for_each(&codec->hints, i, hint) { in snd_hda_sysfs_clear()
Dhda_codec.c480 snd_array_for_each(array, i, pin) { in look_up_pincfg()
623 snd_array_for_each(&codec->init_pins, i, pin) { in snd_hda_shutup_pins()
643 snd_array_for_each(&codec->init_pins, i, pin) { in restore_shutup_pins()
696 snd_array_for_each(&codec->cvt_setups, i, p) { in get_hda_cvt_setup()
1106 snd_array_for_each(&c->cvt_setups, i, p) { in snd_hda_codec_setup_stream()
1173 snd_array_for_each(&c->cvt_setups, i, p) { in purify_inactive_streams()
1187 snd_array_for_each(&codec->cvt_setups, i, p) { in hda_cleanup_all_streams()
2500 snd_array_for_each(&codec->spdif_out, i, spdif) { in snd_hda_spdif_out_of_nid()
Dhda_auto_parser.c799 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.c270 snd_array_for_each(&spec->paths, i, path) { in get_nid_path()
331 snd_array_for_each(&spec->paths, i, path) { in is_dac_already_used()
358 snd_array_for_each(&spec->paths, i, path) { in is_ctl_used()
647 snd_array_for_each(&spec->paths, n, path) { in is_active_nid()
2702 snd_array_for_each(&spec->kctls, i, kctl) { in find_kctl_name()
4160 snd_array_for_each(&spec->paths, n, path) { in set_path_power()
5972 snd_array_for_each(&codec->init_pins, i, pin) { in clear_unsol_on_unused_pins()
Dpatch_conexant.c579 snd_array_for_each(&spec->gen.kctls, i, kctl) { in cxt_fixup_olpc_xo()
Dpatch_realtek.c2890 snd_array_for_each(&codec->init_pins, i, pin) { in alc286_shutup()
/Linux-v4.19/sound/hda/
Dhdac_regmap.c71 snd_array_for_each(&codec->vendor_verbs, i, v) { in hda_writeable_reg()
/Linux-v4.19/include/sound/
Dhdaudio.h633 #define snd_array_for_each(array, idx, ptr) \ macro