/sound/pci/hda/ |
D | patch_realtek.c | 466 const struct hda_fixup *fix, int action) in alc_fixup_sku_ignore() argument 469 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in alc_fixup_sku_ignore() 476 const struct hda_fixup *fix, int action) in alc_fixup_no_depop_delay() argument 480 if (action == HDA_FIXUP_ACT_PROBE) { in alc_fixup_no_depop_delay() 693 const struct hda_fixup *fix, int action) in alc_fixup_inv_dmic() argument 1058 const struct hda_fixup *fix, int action) in alc880_fixup_vol_knob() argument 1060 if (action == HDA_FIXUP_ACT_PROBE) in alc880_fixup_vol_knob() 1514 const struct hda_fixup *fix, int action) in alc260_fixup_gpio1_toggle() argument 1517 if (action == HDA_FIXUP_ACT_PROBE) { in alc260_fixup_gpio1_toggle() 1532 const struct hda_fixup *fix, int action) in alc260_fixup_kn1() argument [all …]
|
D | patch_sigmatel.c | 254 int action) in stac_playback_pcm_hook() argument 257 if (action == HDA_GEN_PCM_ACT_OPEN && spec->stream_delay) in stac_playback_pcm_hook() 264 int action) in stac_capture_pcm_hook() argument 279 switch (action) { in stac_capture_pcm_hook() 1365 const struct hda_fixup *fix, int action) in stac9200_fixup_panasonic() argument 1369 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in stac9200_fixup_panasonic() 1793 const struct hda_fixup *fix, int action) in stac92hd73xx_fixup_ref() argument 1797 if (action != HDA_FIXUP_ACT_PRE_PROBE) in stac92hd73xx_fixup_ref() 1813 const struct hda_fixup *fix, int action) in stac92hd73xx_fixup_dell_eq() argument 1817 if (action != HDA_FIXUP_ACT_PRE_PROBE) in stac92hd73xx_fixup_dell_eq() [all …]
|
D | dell_wmi_helper.c | 36 const struct hda_fixup *fix, int action) in alc_fixup_dell_wmi() argument 41 if (action == HDA_FIXUP_ACT_PROBE) { in alc_fixup_dell_wmi() 63 if (dell_led_set_func && (action == HDA_FIXUP_ACT_FREE || removefunc)) { in alc_fixup_dell_wmi() 72 const struct hda_fixup *fix, int action) in alc_fixup_dell_wmi() argument
|
D | thinkpad_helper.c | 55 const struct hda_fixup *fix, int action) in hda_fixup_thinkpad_acpi() argument 60 if (action == HDA_FIXUP_ACT_PROBE) { in hda_fixup_thinkpad_acpi() 88 if (led_set_func && (action == HDA_FIXUP_ACT_FREE || removefunc)) { in hda_fixup_thinkpad_acpi() 98 const struct hda_fixup *fix, int action) in hda_fixup_thinkpad_acpi() argument
|
D | patch_cirrus.c | 494 const struct hda_fixup *fix, int action) in cs420x_fixup_gpio_13() argument 496 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in cs420x_fixup_gpio_13() 506 const struct hda_fixup *fix, int action) in cs420x_fixup_gpio_23() argument 508 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in cs420x_fixup_gpio_23() 650 const struct hda_fixup *fix, int action) in cs4208_fixup_gpio0() argument 652 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in cs4208_fixup_gpio0() 665 const struct hda_fixup *fix, int action) in cs4208_fixup_mac() argument 667 if (action != HDA_FIXUP_ACT_PRE_PROBE) in cs4208_fixup_mac() 674 snd_hda_apply_fixup(codec, action); in cs4208_fixup_mac() 679 const struct hda_fixup *fix, int action) in cs4208_fixup_macmini() argument [all …]
|
D | patch_conexant.c | 246 const struct hda_fixup *fix, int action) in cxt_fixup_stereo_dmic() argument 253 const struct hda_fixup *fix, int action) in cxt5066_increase_mic_boost() argument 255 if (action != HDA_FIXUP_ACT_PRE_PROBE) in cxt5066_increase_mic_boost() 300 const struct hda_fixup *fix, int action) in cxt_fixup_headphone_mic() argument 304 switch (action) { in cxt_fixup_headphone_mic() 431 int action) in olpc_xo_capture_hook() argument 438 switch (action) { in olpc_xo_capture_hook() 543 const struct hda_fixup *fix, int action) in cxt_fixup_olpc_xo() argument 548 if (action != HDA_FIXUP_ACT_PROBE) in cxt_fixup_olpc_xo() 575 const struct hda_fixup *fix, int action) in cxt_fixup_mute_led_eapd() argument [all …]
|
D | patch_analog.c | 234 const struct hda_fixup *fix, int action) in ad_fixup_inv_jack_detect() argument 238 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in ad_fixup_inv_jack_detect() 248 const struct hda_fixup *fix, int action) in ad1986a_fixup_eapd() argument 252 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in ad1986a_fixup_eapd() 531 const struct hda_fixup *fix, int action) in ad1981_fixup_hp_eapd() argument 535 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in ad1981_fixup_hp_eapd() 545 const struct hda_fixup *fix, int action) in ad1981_fixup_amp_override() argument 547 if (action == HDA_FIXUP_ACT_PRE_PROBE) in ad1981_fixup_amp_override() 972 const struct hda_fixup *fix, int action) in ad1884_fixup_amp_override() argument 974 if (action == HDA_FIXUP_ACT_PRE_PROBE) in ad1884_fixup_amp_override() [all …]
|
D | hda_auto_parser.c | 788 static void apply_fixup(struct hda_codec *codec, int id, int action, int depth) in apply_fixup() argument 796 apply_fixup(codec, fix->chain_id, action, depth + 1); in apply_fixup() 800 if (action != HDA_FIXUP_ACT_PRE_PROBE || !fix->v.pins) in apply_fixup() 807 if (action != HDA_FIXUP_ACT_PROBE || !fix->v.verbs) in apply_fixup() 818 fix->v.func(codec, fix, action); in apply_fixup() 821 if (action != HDA_FIXUP_ACT_PROBE || !fix->v.pins) in apply_fixup() 840 void snd_hda_apply_fixup(struct hda_codec *codec, int action) in snd_hda_apply_fixup() argument 843 apply_fixup(codec, codec->fixup_id, action, 0); in snd_hda_apply_fixup()
|
D | hda_generic.h | 279 int action); 283 int action);
|
D | patch_via.c | 120 int action); 459 int action) in via_playback_pcm_hook() argument 1469 const struct hda_fixup *fix, int action) in via_fixup_intmic_boost() argument 1471 if (action == HDA_FIXUP_ACT_PRE_PROBE) in via_fixup_intmic_boost()
|
D | hda_local.h | 401 int action); 460 void snd_hda_apply_fixup(struct hda_codec *codec, int action);
|
D | hda_generic.c | 4684 int action) in call_pcm_playback_hook() argument 4688 spec->pcm_playback_hook(hinfo, codec, substream, action); in call_pcm_playback_hook() 4694 int action) in call_pcm_capture_hook() argument 4698 spec->pcm_capture_hook(hinfo, codec, substream, action); in call_pcm_capture_hook()
|
/sound/firewire/ |
D | speakers.c | 336 enum control_action action) in fwspk_mute_command() argument 346 if (action == CTL_READ) { in fwspk_mute_command() 362 if (action == CTL_READ) in fwspk_mute_command() 380 if (action == CTL_READ) in fwspk_mute_command() 394 enum control_action action) in fwspk_volume_command() argument 404 if (action == CTL_READ) { in fwspk_volume_command() 420 if (action == CTL_READ) { in fwspk_volume_command() 441 if (action == CTL_READ) in fwspk_volume_command()
|
/sound/isa/wavefront/ |
D | wavefront_synth.c | 143 char *action; member 361 cmd, wfcmd->action, wfcmd->read_cnt, in snd_wavefront_cmd() 367 cmd, wfcmd->action); in snd_wavefront_cmd() 380 i, cmd, wfcmd->action); in snd_wavefront_cmd() 399 i, cmd, wfcmd->action); in snd_wavefront_cmd() 412 wfcmd->action); in snd_wavefront_cmd() 443 wfcmd->action); in snd_wavefront_cmd() 472 cmd, wfcmd->action); in snd_wavefront_cmd() 484 cmd, wfcmd->action); in snd_wavefront_cmd() 490 cmd, wfcmd->action, ack, err, in snd_wavefront_cmd() [all …]
|
/sound/core/oss/ |
D | pcm_plugin.h | 71 int (*action)(struct snd_pcm_plugin *plugin, member 72 enum snd_pcm_plugin_action action,
|
D | rate.c | 284 enum snd_pcm_plugin_action action, in rate_action() argument 289 switch (action) { in rate_action() 345 plugin->action = rate_action; in snd_pcm_plugin_build_rate()
|
/sound/oss/ |
D | sequencer.c | 871 int this_one, action; in seq_startplay() local 884 if ((action = play_event(&queue[this_one * EV_SZ]))) in seq_startplay() 886 if (action == 2) in seq_startplay()
|
/sound/soc/intel/ |
D | sst-haswell-ipc.h | 219 u32 action; member
|