/sound/pci/hda/ |
D | patch_sigmatel.c | 245 int action) in stac_playback_pcm_hook() argument 248 if (action == HDA_GEN_PCM_ACT_OPEN && spec->stream_delay) in stac_playback_pcm_hook() 255 int action) in stac_capture_pcm_hook() argument 270 switch (action) { in stac_capture_pcm_hook() 477 if (!jack || !jack->action) in jack_update_power() 479 if (jack->action == STAC_PWR_EVENT || in jack_update_power() 480 jack->action <= HDA_GEN_LAST_EVENT) in jack_update_power() 1362 const struct hda_fixup *fix, int action) in stac9200_fixup_panasonic() argument 1366 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in stac9200_fixup_panasonic() 1777 const struct hda_fixup *fix, int action) in stac92hd73xx_fixup_ref() argument [all …]
|
D | patch_realtek.c | 354 const struct hda_fixup *fix, int action) in alc_fixup_sku_ignore() argument 357 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in alc_fixup_sku_ignore() 745 const struct hda_fixup *fix, int action) in alc_fixup_inv_dmic_0x12() argument 747 if (action == HDA_FIXUP_ACT_PROBE) in alc_fixup_inv_dmic_0x12() 1053 const struct hda_fixup *fix, int action) in alc880_fixup_vol_knob() argument 1055 if (action == HDA_FIXUP_ACT_PROBE) in alc880_fixup_vol_knob() 1476 const struct hda_fixup *fix, int action) in alc260_fixup_gpio1_toggle() argument 1479 if (action == HDA_FIXUP_ACT_PROBE) { in alc260_fixup_gpio1_toggle() 1494 const struct hda_fixup *fix, int action) in alc260_fixup_kn1() argument 1513 switch (action) { in alc260_fixup_kn1() [all …]
|
D | hda_jack.h | 22 unsigned char action; /* event action (0 = none) */ member 61 return jack->action; in snd_hda_jack_get_action() 69 unsigned char action); 71 unsigned char action,
|
D | hda_jack.c | 214 unsigned char action, in snd_hda_jack_detect_enable_callback() argument 223 if (action) in snd_hda_jack_detect_enable_callback() 224 jack->action = action; in snd_hda_jack_detect_enable_callback() 236 unsigned char action) in snd_hda_jack_detect_enable() argument 238 return snd_hda_jack_detect_enable_callback(codec, nid, action, NULL); in snd_hda_jack_detect_enable()
|
D | hda_auto_parser.c | 763 static void apply_fixup(struct hda_codec *codec, int id, int action, int depth) in apply_fixup() argument 771 apply_fixup(codec, fix->chain_id, action, depth + 1); in apply_fixup() 775 if (action != HDA_FIXUP_ACT_PRE_PROBE || !fix->v.pins) in apply_fixup() 783 if (action != HDA_FIXUP_ACT_PROBE || !fix->v.verbs) in apply_fixup() 796 fix->v.func(codec, fix, action); in apply_fixup() 799 if (action != HDA_FIXUP_ACT_PROBE || !fix->v.pins) in apply_fixup() 820 void snd_hda_apply_fixup(struct hda_codec *codec, int action) in snd_hda_apply_fixup() argument 823 apply_fixup(codec, codec->fixup_id, action, 0); in snd_hda_apply_fixup()
|
D | patch_cirrus.c | 435 const struct hda_fixup *fix, int action) in cs420x_fixup_gpio_13() argument 437 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in cs420x_fixup_gpio_13() 447 const struct hda_fixup *fix, int action) in cs420x_fixup_gpio_23() argument 449 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in cs420x_fixup_gpio_23() 600 const struct hda_fixup *fix, int action) in cs421x_fixup_sense_b() argument 603 if (action == HDA_FIXUP_ACT_PRE_PROBE) in cs421x_fixup_sense_b()
|
D | hda_generic.h | 272 int action); 276 int action);
|
D | patch_analog.c | 1198 const struct hda_fixup *fix, int action) in ad_fixup_inv_jack_detect() argument 1200 if (action == HDA_FIXUP_ACT_PRE_PROBE) in ad_fixup_inv_jack_detect() 2121 const struct hda_fixup *fix, int action) in ad1981_fixup_hp_eapd() argument 2125 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in ad1981_fixup_hp_eapd() 2135 const struct hda_fixup *fix, int action) in ad1981_fixup_amp_override() argument 2137 if (action == HDA_FIXUP_ACT_PRE_PROBE) in ad1981_fixup_amp_override() 3589 const struct hda_fixup *fix, int action) in ad1884_fixup_amp_override() argument 3591 if (action == HDA_FIXUP_ACT_PRE_PROBE) in ad1884_fixup_amp_override() 3600 const struct hda_fixup *fix, int action) in ad1884_fixup_hp_eapd() argument 3604 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in ad1884_fixup_hp_eapd()
|
D | hda_local.h | 412 int action); 437 void snd_hda_apply_fixup(struct hda_codec *codec, int action);
|
D | patch_via.c | 120 int action); 459 int action) in via_playback_pcm_hook() argument 1497 const struct hda_fixup *fix, int action) in via_fixup_intmic_boost() argument 1499 if (action == HDA_FIXUP_ACT_PRE_PROBE) in via_fixup_intmic_boost()
|
D | patch_conexant.c | 3231 const struct hda_fixup *fix, int action) in cxt_fixup_stereo_dmic() argument 3238 const struct hda_fixup *fix, int action) in cxt5066_increase_mic_boost() argument 3240 if (action != HDA_FIXUP_ACT_PRE_PROBE) in cxt5066_increase_mic_boost()
|
D | hda_generic.c | 4409 int action) in call_pcm_playback_hook() argument 4413 spec->pcm_playback_hook(hinfo, codec, substream, action); in call_pcm_playback_hook() 4419 int action) in call_pcm_capture_hook() argument 4423 spec->pcm_capture_hook(hinfo, codec, substream, action); in call_pcm_capture_hook()
|
/sound/firewire/ |
D | speakers.c | 379 enum control_action action) in fwspk_mute_command() argument 389 if (action == CTL_READ) { in fwspk_mute_command() 405 if (action == CTL_READ) in fwspk_mute_command() 423 if (action == CTL_READ) in fwspk_mute_command() 437 enum control_action action) in fwspk_volume_command() argument 447 if (action == CTL_READ) { in fwspk_volume_command() 463 if (action == CTL_READ) { in fwspk_volume_command() 484 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 | 878 int this_one, action; in seq_startplay() local 891 if ((action = play_event(&queue[this_one * EV_SZ]))) in seq_startplay() 893 if (action == 2) in seq_startplay()
|