Home
last modified time | relevance | path

Searched refs:afg (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/sound/hda/
A Dhdac_sysfs.c15 struct kobject *afg; member
44 CODEC_ATTR(afg);
190 if (nid == codec->afg || nid == codec->mfg) in has_pcm_cap()
222 if (nid != codec->afg && !(get_wcaps(codec, nid) & AC_WCAP_IN_AMP)) in amp_in_caps_show()
231 if (nid != codec->afg && !(get_wcaps(codec, nid) & AC_WCAP_OUT_AMP)) in amp_out_caps_show()
240 if (nid != codec->afg && !(get_wcaps(codec, nid) & AC_WCAP_POWER)) in power_caps_show()
327 free_widget_node(tree->afg, &widget_afg_group); in widget_tree_free()
389 if (codec->afg) { in widget_tree_create()
390 err = add_widget_node(tree->root, codec->afg, in widget_tree_create()
391 &widget_afg_group, &tree->afg); in widget_tree_create()
A Dhdac_device.c86 if (!codec->afg && !codec->mfg) { in snd_hdac_device_init()
92 fg = codec->afg ? codec->afg : codec->mfg; in snd_hdac_device_init()
385 codec->afg = nid; in setup_fg_nodes()
414 nums = snd_hdac_get_sub_nodes(codec, codec->afg, &start_nid); in snd_hdac_refresh_widgets()
417 codec->afg); in snd_hdac_refresh_widgets()
792 if (nid != codec->afg && in query_pcm_param()
796 val = snd_hdac_read_parm(codec, codec->afg, AC_PAR_PCM); in query_pcm_param()
807 streams = snd_hdac_read_parm(codec, codec->afg, AC_PAR_STREAM); in query_stream_param()
/linux-6.3-rc2/sound/pci/hda/
A Dpatch_sigmatel.c293 hda_nid_t fg = codec->core.afg; in stac_gpio_set()
415 !(snd_hda_codec_read(codec, codec->core.afg, 0, in stac_update_outputs()
459 snd_hda_codec_write(codec, codec->core.afg, 0, in stac_toggle_power_map()
491 snd_hda_codec_write(codec, codec->core.afg, 0, in jack_update_power()
501 data = snd_hda_codec_read(codec, codec->core.afg, 0, in stac_vref_event()
618 snd_hda_codec_write_cache(codec, codec->core.afg, 0, in stac_aloopback_put()
4368 snd_hda_codec_write(codec, codec->core.afg, 0, in stac_init()
4392 if (nid == codec->core.afg) in stac92hd_proc_hook()
4411 if (nid == codec->core.afg) in stac92hd7x_proc_hook()
4418 if (nid == codec->core.afg) in stac9205_proc_hook()
[all …]
A Dhda_sysfs.c74 CODEC_INFO_SHOW(afg, core.afg);
503 static DEVICE_ATTR_RO(afg);
A Dhda_proc.c642 param_read(codec, codec->core.afg, AC_PAR_GPIO_CAP); in print_gpio()
758 if (codec->afg) in print_codec_core_info()
782 fg = codec->core.afg; in print_codec_info()
A Dhda_codec.c1016 fg = codec->core.afg ? codec->core.afg : codec->core.mfg; in snd_hda_codec_device_new()
1076 fg = codec->core.afg ? codec->core.afg : codec->core.mfg; in snd_hda_codec_update_widgets()
1274 nid = codec->core.afg; in query_amp_caps()
2766 if (nid == codec->core.afg || nid == codec->core.mfg) in snd_hda_codec_eapd_power_filter()
2786 hda_nid_t fg = codec->core.afg ? codec->core.afg : codec->core.mfg; in hda_set_power_state()
A Dpatch_ca0132.c3851 snd_hda_codec_write(codec, codec->core.afg, 0, in r3di_gpio_mic_set()
3866 snd_hda_codec_write(codec, codec->core.afg, 0, in r3di_gpio_dsp_status_set()
3873 snd_hda_codec_write(codec, codec->core.afg, 0, in r3di_gpio_dsp_status_set()
3880 snd_hda_codec_write(codec, codec->core.afg, 0, in r3di_gpio_dsp_status_set()
4675 gpio_data = snd_hda_codec_read(codec, codec->core.afg, 0, in ca0132_alt_select_out_quirk_set()
4683 snd_hda_codec_write(codec, codec->core.afg, 0, in ca0132_alt_select_out_quirk_set()
8792 snd_hda_codec_write(codec, codec->core.afg, 0, in ca0132_init_chip()
8794 snd_hda_codec_write(codec, codec->core.afg, 0, in ca0132_init_chip()
A Dpatch_via.c359 snd_hda_codec_write(codec, codec->core.afg, 0, verb, parm); in __analog_low_current_mode()
A Dpatch_realtek.c304 snd_hda_codec_write(codec, codec->core.afg, 0, in alc_write_gpio()
306 snd_hda_codec_write(codec, codec->core.afg, 0, in alc_write_gpio()
4819 snd_hda_codec_write_cache(codec, codec->core.afg, 0, in alc280_fixup_hp_gpio2_mic_hotkey()
4821 snd_hda_jack_detect_enable_callback(codec, codec->core.afg, in alc280_fixup_hp_gpio2_mic_hotkey()
10935 if (nid == codec->core.afg && power_state == AC_PWRST_D3 && spec->gpio_data) in gpio_led_power_filter()
A Dhda_generic.c638 if (nid == codec->core.afg) in is_active_nid()
834 if (nid == codec->core.afg) in path_power_update()
4910 if (power_state != AC_PWRST_D0 || nid == codec->core.afg) in snd_hda_gen_path_power_filter()
A Dpatch_hdmi.c1998 nodes = snd_hda_get_sub_nodes(codec, codec->core.afg, &start_nid); in hdmi_parse_codec()
/linux-6.3-rc2/sound/soc/codecs/
A Dhdac_hdmi.c1634 num_nodes = snd_hdac_get_sub_nodes(hdev, hdev->afg, &nid); in hdac_hdmi_parse_and_map_nid()
2244 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_suspend()
2288 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_resume()
/linux-6.3-rc2/include/sound/
A Dhdaudio.h58 hda_nid_t afg; /* AFG node id */ member
/linux-6.3-rc2/Documentation/sound/hd-audio/
A Dnotes.rst390 afg

Completed in 107 milliseconds