Searched refs:snd_hda_codec_set_pincfg (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/sound/pci/hda/ |
D | patch_sigmatel.c | 1822 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170); in stac92hd73xx_fixup_dell_m6_amic() 1833 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160); in stac92hd73xx_fixup_dell_m6_dmic() 1844 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170); in stac92hd73xx_fixup_dell_m6_both() 1845 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160); in stac92hd73xx_fixup_dell_m6_both() 2098 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f); in stac92hd83xxx_fixup_hp() 2099 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e); in stac92hd83xxx_fixup_hp() 3080 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040); in stac92hd71bxx_fixup_hp_m4() 3100 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010); in stac92hd71bxx_fixup_hp_dv5() 3144 snd_hda_codec_set_pincfg(codec, pin, pin_cfg); in fixup_hp_headphone() 4776 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0); in patch_stac92hd71bxx() [all …]
|
D | patch_cirrus.c | 1015 snd_hda_codec_set_pincfg(codec, CS421X_DMIC_PIN_NID, def_conf); in cs4210_pinmux_init()
|
D | patch_via.c | 449 snd_hda_codec_set_pincfg(codec, nid, def_conf); in vt1708_set_pinconfig_connect()
|
D | hda_auto_parser.c | 815 snd_hda_codec_set_pincfg(codec, cfg->nid, cfg->val); in snd_hda_apply_pincfgs()
|
D | hda_codec.c | 512 int snd_hda_codec_set_pincfg(struct hda_codec *codec, in snd_hda_codec_set_pincfg() function 517 EXPORT_SYMBOL_GPL(snd_hda_codec_set_pincfg);
|
D | patch_realtek.c | 3876 snd_hda_codec_set_pincfg(codec, 0x19, in alc269_fixup_pincfg_U7x7_headset_mic()
|
/Linux-v5.10/include/sound/ |
D | hda_codec.h | 387 int snd_hda_codec_set_pincfg(struct hda_codec *codec, hda_nid_t nid,
|