Searched refs:snd_hda_get_bool_hint (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/pci/hda/
H A Dhda_generic.c110 val = snd_hda_get_bool_hint(codec, "jack_detect");
113 val = snd_hda_get_bool_hint(codec, "inv_jack_detect");
116 val = snd_hda_get_bool_hint(codec, "trigger_sense");
119 val = snd_hda_get_bool_hint(codec, "inv_eapd");
122 val = snd_hda_get_bool_hint(codec, "pcm_format_first");
125 val = snd_hda_get_bool_hint(codec, "sticky_stream");
128 val = snd_hda_get_bool_hint(codec, "spdif_status_reset");
131 val = snd_hda_get_bool_hint(codec, "pin_amp_workaround");
134 val = snd_hda_get_bool_hint(codec, "single_adc_amp");
137 val = snd_hda_get_bool_hint(code
[all...]
H A Dhda_beep.c215 if (!snd_hda_get_bool_hint(codec, "beep"))
H A Dhda_local.h566 int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key);
576 int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) function
H A Dhda_sysfs.c426 * snd_hda_get_bool_hint - Get a boolean hint value
434 int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) function
458 EXPORT_SYMBOL_GPL(snd_hda_get_bool_hint); variable
H A Dpatch_via.c181 (snd_hda_get_bool_hint(codec, "analog_loopback_hp_detect") == 1 && \
H A Dpatch_sigmatel.c561 val = snd_hda_get_bool_hint(codec, "eapd_switch");
4338 snd_hda_get_bool_hint(codec, "loopback") == 1) {
H A Dpatch_realtek.c955 if (!snd_hda_get_bool_hint(codec, "shutup"))

Completed in 225 milliseconds