Searched refs:cap_sync_hook (Results 1 – 4 of 4) sorted by relevance
278 void (*cap_sync_hook)(struct hda_codec *codec, member
383 WARN_ON(spec->gen.cap_sync_hook); in cxt_fixup_headphone_mic() 384 spec->gen.cap_sync_hook = cxt_update_headset_mode_hook; in cxt_fixup_headphone_mic()
3482 if (spec->cap_sync_hook) in cap_put_caller() 3483 spec->cap_sync_hook(codec, kcontrol, ucontrol); in cap_put_caller() 3604 if (spec->cap_sync_hook) in cap_single_sw_put() 3605 spec->cap_sync_hook(codec, kcontrol, ucontrol); in cap_single_sw_put() 3981 * This creates a LED classdev and sets up the cap_sync_hook that is called at4113 if (spec->cap_sync_hook) in mux_select() 4114 spec->cap_sync_hook(codec, NULL, NULL); in mux_select() 5980 if (spec->cap_sync_hook) in init_input_src() 5981 spec->cap_sync_hook(codec, NULL, NULL); in init_input_src()
2118 WARN_ON(spec->gen.cap_sync_hook); in alc_probe_headset_mode() 2119 spec->gen.cap_sync_hook = alc_update_headset_mode_hook; in alc_probe_headset_mode()