Home
last modified time | relevance | path

Searched refs:action (Results 1 – 24 of 24) sorted by relevance

/sound/pci/hda/
Dpatch_realtek.c308 static void alc_fixup_gpio(struct hda_codec *codec, int action, in alc_fixup_gpio() argument
311 if (action == HDA_FIXUP_ACT_PRE_PROBE) in alc_fixup_gpio()
316 const struct hda_fixup *fix, int action) in alc_fixup_gpio1() argument
318 alc_fixup_gpio(codec, action, 0x01); in alc_fixup_gpio1()
322 const struct hda_fixup *fix, int action) in alc_fixup_gpio2() argument
324 alc_fixup_gpio(codec, action, 0x02); in alc_fixup_gpio2()
328 const struct hda_fixup *fix, int action) in alc_fixup_gpio3() argument
330 alc_fixup_gpio(codec, action, 0x03); in alc_fixup_gpio3()
334 const struct hda_fixup *fix, int action) in alc_fixup_gpio4() argument
336 alc_fixup_gpio(codec, action, 0x04); in alc_fixup_gpio4()
[all …]
Dpatch_sigmatel.c244 int action) in stac_playback_pcm_hook() argument
247 if (action == HDA_GEN_PCM_ACT_OPEN && spec->stream_delay) in stac_playback_pcm_hook()
254 int action) in stac_capture_pcm_hook() argument
269 switch (action) { in stac_capture_pcm_hook()
1355 const struct hda_fixup *fix, int action) in stac9200_fixup_panasonic() argument
1359 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in stac9200_fixup_panasonic()
1791 const struct hda_fixup *fix, int action) in stac92hd73xx_fixup_ref() argument
1795 if (action != HDA_FIXUP_ACT_PRE_PROBE) in stac92hd73xx_fixup_ref()
1811 const struct hda_fixup *fix, int action) in stac92hd73xx_fixup_dell_eq() argument
1815 if (action != HDA_FIXUP_ACT_PRE_PROBE) in stac92hd73xx_fixup_dell_eq()
[all …]
Dpatch_analog.c215 const struct hda_fixup *fix, int action) in ad_fixup_inv_jack_detect() argument
219 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in ad_fixup_inv_jack_detect()
229 const struct hda_fixup *fix, int action) in ad1986a_fixup_eapd() argument
233 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in ad1986a_fixup_eapd()
242 const struct hda_fixup *fix, int action) in ad1986a_fixup_eapd_mix_in() argument
246 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in ad1986a_fixup_eapd_mix_in()
247 ad1986a_fixup_eapd(codec, fix, action); in ad1986a_fixup_eapd_mix_in()
553 const struct hda_fixup *fix, int action) in ad1981_fixup_hp_eapd() argument
557 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in ad1981_fixup_hp_eapd()
567 const struct hda_fixup *fix, int action) in ad1981_fixup_amp_override() argument
[all …]
Dpatch_conexant.c354 const struct hda_fixup *fix, int action) in cxt_fixup_stereo_dmic() argument
361 const struct hda_fixup *fix, int action) in cxt5066_increase_mic_boost() argument
363 if (action != HDA_FIXUP_ACT_PRE_PROBE) in cxt5066_increase_mic_boost()
408 const struct hda_fixup *fix, int action) in cxt_fixup_headphone_mic() argument
412 switch (action) { in cxt_fixup_headphone_mic()
429 const struct hda_fixup *fix, int action) in cxt_fixup_headset_mic() argument
433 switch (action) { in cxt_fixup_headset_mic()
549 int action) in olpc_xo_capture_hook() argument
556 switch (action) { in olpc_xo_capture_hook()
661 const struct hda_fixup *fix, int action) in cxt_fixup_olpc_xo() argument
[all …]
Dthinkpad_helper.c19 const struct hda_fixup *fix, int action) in hda_fixup_thinkpad_acpi() argument
21 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in hda_fixup_thinkpad_acpi()
32 const struct hda_fixup *fix, int action) in hda_fixup_thinkpad_acpi() argument
Dpatch_cirrus.c495 const struct hda_fixup *fix, int action) in cs420x_fixup_gpio_13() argument
497 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in cs420x_fixup_gpio_13()
508 const struct hda_fixup *fix, int action) in cs420x_fixup_gpio_23() argument
510 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in cs420x_fixup_gpio_23()
653 const struct hda_fixup *fix, int action) in cs4208_fixup_gpio0() argument
655 if (action == HDA_FIXUP_ACT_PRE_PROBE) { in cs4208_fixup_gpio0()
669 const struct hda_fixup *fix, int action) in cs4208_fixup_mac() argument
671 if (action != HDA_FIXUP_ACT_PRE_PROBE) in cs4208_fixup_mac()
678 snd_hda_apply_fixup(codec, action); in cs4208_fixup_mac()
683 const struct hda_fixup *fix, int action) in cs4208_fixup_macmini() argument
[all …]
Dhp_x360_helper.c7 const struct hda_fixup *fix, int action) in alc295_fixup_hp_top_speakers() argument
86 switch (action) { in alc295_fixup_hp_top_speakers()
89 alc295_fixup_disable_dac3(codec, fix, action); in alc295_fixup_hp_top_speakers()
Dhda_auto_parser.c826 void __snd_hda_apply_fixup(struct hda_codec *codec, int id, int action, int depth) in __snd_hda_apply_fixup() argument
836 __snd_hda_apply_fixup(codec, fix->chain_id, action, depth + 1); in __snd_hda_apply_fixup()
840 if (action != HDA_FIXUP_ACT_PRE_PROBE || !fix->v.pins) in __snd_hda_apply_fixup()
847 if (action != HDA_FIXUP_ACT_PROBE || !fix->v.verbs) in __snd_hda_apply_fixup()
858 fix->v.func(codec, fix, action); in __snd_hda_apply_fixup()
861 if (action != HDA_FIXUP_ACT_PROBE || !fix->v.pins) in __snd_hda_apply_fixup()
884 void snd_hda_apply_fixup(struct hda_codec *codec, int action) in snd_hda_apply_fixup() argument
887 __snd_hda_apply_fixup(codec, codec->fixup_id, action, 0); in snd_hda_apply_fixup()
Dpatch_cs8409.c546 int action) in cs42l42_playback_pcm_hook() argument
553 switch (action) { in cs42l42_playback_pcm_hook()
575 int action) in cs42l42_capture_pcm_hook() argument
582 switch (action) { in cs42l42_capture_pcm_hook()
965 void cs8409_cs42l42_fixups(struct hda_codec *codec, const struct hda_fixup *fix, int action) in cs8409_cs42l42_fixups() argument
969 switch (action) { in cs8409_cs42l42_fixups()
1185 void dolphin_fixups(struct hda_codec *codec, const struct hda_fixup *fix, int action) in dolphin_fixups() argument
1191 switch (action) { in dolphin_fixups()
Dhda_generic.h284 int action);
288 int action);
Dpatch_via.c96 int action);
370 int action) in via_playback_pcm_hook() argument
1013 const struct hda_fixup *fix, int action) in via_fixup_intmic_boost() argument
1015 if (action == HDA_FIXUP_ACT_PRE_PROBE) in via_fixup_intmic_boost()
1020 const struct hda_fixup *fix, int action) in via_fixup_power_save() argument
1022 if (action == HDA_FIXUP_ACT_PRE_PROBE) in via_fixup_power_save()
Dpatch_cs8409.h369 void cs8409_cs42l42_fixups(struct hda_codec *codec, const struct hda_fixup *fix, int action);
370 void dolphin_fixups(struct hda_codec *codec, const struct hda_fixup *fix, int action);
Dideapad_s740_helper.c485 int action) in alc285_fixup_ideapad_s740_coef() argument
487 switch (action) { in alc285_fixup_ideapad_s740_coef()
Dhda_local.h293 int action);
352 void snd_hda_apply_fixup(struct hda_codec *codec, int action);
353 void __snd_hda_apply_fixup(struct hda_codec *codec, int id, int action, int depth);
Dhda_generic.c5244 int action) in call_pcm_playback_hook() argument
5248 spec->pcm_playback_hook(hinfo, codec, substream, action); in call_pcm_playback_hook()
5254 int action) in call_pcm_capture_hook() argument
5258 spec->pcm_capture_hook(hinfo, codec, substream, action); in call_pcm_capture_hook()
/sound/firewire/oxfw/
Doxfw-spkr.c29 enum control_action action) in avc_audio_feature_mute() argument
39 if (action == CTL_READ) { in avc_audio_feature_mute()
55 if (action == CTL_READ) in avc_audio_feature_mute()
73 if (action == CTL_READ) in avc_audio_feature_mute()
87 enum control_action action) in avc_audio_feature_volume() argument
97 if (action == CTL_READ) { in avc_audio_feature_volume()
113 if (action == CTL_READ) { in avc_audio_feature_volume()
134 if (action == CTL_READ) in avc_audio_feature_volume()
/sound/isa/wavefront/
Dwavefront_synth.c141 char *action; member
360 cmd, wfcmd->action, wfcmd->read_cnt, in snd_wavefront_cmd()
366 cmd, wfcmd->action); in snd_wavefront_cmd()
379 i, cmd, wfcmd->action); in snd_wavefront_cmd()
399 i, cmd, wfcmd->action); in snd_wavefront_cmd()
413 wfcmd->action); in snd_wavefront_cmd()
444 wfcmd->action); in snd_wavefront_cmd()
473 cmd, wfcmd->action); in snd_wavefront_cmd()
486 cmd, wfcmd->action); in snd_wavefront_cmd()
492 cmd, wfcmd->action, ack, err, in snd_wavefront_cmd()
[all …]
/sound/core/oss/
Dpcm_plugin.h56 int (*action)(struct snd_pcm_plugin *plugin, member
57 enum snd_pcm_plugin_action action,
Drate.c284 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/soc/
Dsoc-jack.c259 unsigned long action, void *data) in snd_soc_jack_pm_notifier() argument
264 switch (action) { in snd_soc_jack_pm_notifier()
Dsoc-dai.c529 int stream, int action) in snd_soc_dai_action() argument
532 dai->stream_active[stream] += action; in snd_soc_dai_action()
535 dai->component->active += action; in snd_soc_dai_action()
Dsoc-pcm.c284 int stream, int action) in snd_soc_runtime_action() argument
292 snd_soc_dai_action(dai, stream, action); in snd_soc_runtime_action()
/sound/soc/codecs/
Darizona.h371 unsigned long action, void *data)) in arizona_register_notifier() argument
/sound/core/
Dpcm_native.c86 #define DEFINE_PCM_GROUP_LOCK(action, mutex_action) \ argument
87 static void snd_pcm_group_ ## action(struct snd_pcm_group *group, bool nonatomic) \
92 spin_ ## action(&group->lock); \