Searched refs:cap_sync_hook (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_generic.h | 284 void (*cap_sync_hook)(struct hda_codec *codec, member 288 /* mic mute LED hook; called via cap_sync_hook */
|
H A D | patch_conexant.c | 309 WARN_ON(spec->gen.cap_sync_hook); in cxt_fixup_headphone_mic() 310 spec->gen.cap_sync_hook = cxt_update_headset_mode_hook; in cxt_fixup_headphone_mic()
|
H A D | hda_generic.c | 3487 if (err >= 0 && spec->cap_sync_hook) in cap_put_caller() 3488 spec->cap_sync_hook(codec, kcontrol, ucontrol); in cap_put_caller() 3608 if (spec->cap_sync_hook) in cap_single_sw_put() 3609 spec->cap_sync_hook(codec, kcontrol, ucontrol); in cap_single_sw_put() 4093 spec->micmute_led.old_hook = spec->cap_sync_hook; in add_micmute_led_hook() 4094 spec->cap_sync_hook = update_micmute_led; in add_micmute_led_hook() 4106 * This creates a LED classdev and sets up the cap_sync_hook that is called at 4236 if (spec->cap_sync_hook) in mux_select() 4237 spec->cap_sync_hook(codec, NULL, NULL); in mux_select() 6039 if (spec->cap_sync_hook) in init_input_src() [all...] |
H A D | patch_realtek.c | 5768 WARN_ON(spec->gen.cap_sync_hook); in alc_probe_headset_mode() 5769 spec->gen.cap_sync_hook = alc_update_headset_mode_hook; in alc_probe_headset_mode()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_generic.h | 279 void (*cap_sync_hook)(struct hda_codec *codec, member
|
H A D | patch_conexant.c | 418 WARN_ON(spec->gen.cap_sync_hook); in cxt_fixup_headphone_mic() 419 spec->gen.cap_sync_hook = cxt_update_headset_mode_hook; in cxt_fixup_headphone_mic()
|
H A D | hda_generic.c | 3493 if (err >= 0 && spec->cap_sync_hook) in cap_put_caller() 3494 spec->cap_sync_hook(codec, kcontrol, ucontrol); in cap_put_caller() 3615 if (spec->cap_sync_hook) in cap_single_sw_put() 3616 spec->cap_sync_hook(codec, kcontrol, ucontrol); in cap_single_sw_put() 3993 * This creates a LED classdev and sets up the cap_sync_hook that is called at 4125 if (spec->cap_sync_hook) in mux_select() 4126 spec->cap_sync_hook(codec, NULL, NULL); in mux_select() 5932 if (spec->cap_sync_hook) in init_input_src() 5933 spec->cap_sync_hook(codec, NULL, NULL); in init_input_src()
|
H A D | patch_realtek.c | 5844 WARN_ON(spec->gen.cap_sync_hook); in alc_probe_headset_mode() 5845 spec->gen.cap_sync_hook = alc_update_headset_mode_hook; in alc_probe_headset_mode()
|
Completed in 47 milliseconds