Searched refs:snd_hda_get_bool_hint (Results 1 – 4 of 4) sorted by relevance
/linux/sound/pci/hda/ |
H A D | hda_generic.c | 110 val = snd_hda_get_bool_hint(codec, "jack_detect"); in parse_user_hints() 113 val = snd_hda_get_bool_hint(codec, "inv_jack_detect"); in parse_user_hints() 116 val = snd_hda_get_bool_hint(codec, "trigger_sense"); in parse_user_hints() 119 val = snd_hda_get_bool_hint(codec, "inv_eapd"); in parse_user_hints() 122 val = snd_hda_get_bool_hint(codec, "pcm_format_first"); in parse_user_hints() 125 val = snd_hda_get_bool_hint(codec, "sticky_stream"); in parse_user_hints() 128 val = snd_hda_get_bool_hint(codec, "spdif_status_reset"); in parse_user_hints() 131 val = snd_hda_get_bool_hint(codec, "pin_amp_workaround"); in parse_user_hints() 134 val = snd_hda_get_bool_hint(codec, "single_adc_amp"); in parse_user_hints() 137 val = snd_hda_get_bool_hint(codec, "power_save_node"); in parse_user_hints() [all …]
|
H A D | hda_sysfs.c | 424 * snd_hda_get_bool_hint - Get a boolean hint value 432 int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) in snd_hda_get_bool_hint() function 456 EXPORT_SYMBOL_GPL(snd_hda_get_bool_hint);
|
H A D | hda_beep.c | 215 if (!snd_hda_get_bool_hint(codec, "beep")) in snd_hda_attach_beep_device()
|
H A D | patch_realtek.c | 971 if (!snd_hda_get_bool_hint(codec, "shutup")) in alc_shutup()
|