cap_sync_hook    3466 sound/pci/hda/hda_generic.c 	if (err >= 0 && spec->cap_sync_hook)
cap_sync_hook    3467 sound/pci/hda/hda_generic.c 		spec->cap_sync_hook(codec, kcontrol, ucontrol);
cap_sync_hook    3587 sound/pci/hda/hda_generic.c 	if (spec->cap_sync_hook)
cap_sync_hook    3588 sound/pci/hda/hda_generic.c 		spec->cap_sync_hook(codec, kcontrol, ucontrol);
cap_sync_hook    4017 sound/pci/hda/hda_generic.c 	spec->micmute_led.old_hook = spec->cap_sync_hook;
cap_sync_hook    4019 sound/pci/hda/hda_generic.c 	spec->cap_sync_hook = update_micmute_led;
cap_sync_hook    4159 sound/pci/hda/hda_generic.c 	if (spec->cap_sync_hook)
cap_sync_hook    4160 sound/pci/hda/hda_generic.c 		spec->cap_sync_hook(codec, NULL, NULL);
cap_sync_hook    5962 sound/pci/hda/hda_generic.c 	if (spec->cap_sync_hook)
cap_sync_hook    5963 sound/pci/hda/hda_generic.c 		spec->cap_sync_hook(codec, NULL, NULL);
cap_sync_hook     282 sound/pci/hda/hda_generic.h 	void (*cap_sync_hook)(struct hda_codec *codec,
cap_sync_hook     288 sound/pci/hda/patch_conexant.c 		WARN_ON(spec->gen.cap_sync_hook);
cap_sync_hook     289 sound/pci/hda/patch_conexant.c 		spec->gen.cap_sync_hook = cxt_update_headset_mode_hook;
cap_sync_hook    5319 sound/pci/hda/patch_realtek.c 	WARN_ON(spec->gen.cap_sync_hook);
cap_sync_hook    5320 sound/pci/hda/patch_realtek.c 	spec->gen.cap_sync_hook = alc_update_headset_mode_hook;