Searched refs:snd_hda_codec_set_pincfg (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | patch_sigmatel.c | 1831 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170); in stac92hd73xx_fixup_dell_m6_amic() 1842 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160); in stac92hd73xx_fixup_dell_m6_dmic() 1853 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170); in stac92hd73xx_fixup_dell_m6_both() 1854 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160); in stac92hd73xx_fixup_dell_m6_both() 2088 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f); in stac92hd83xxx_fixup_hp() 2089 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e); in stac92hd83xxx_fixup_hp() 3070 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040); in stac92hd71bxx_fixup_hp_m4() 3090 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010); in stac92hd71bxx_fixup_hp_dv5() 3134 snd_hda_codec_set_pincfg(codec, pin, pin_cfg); in fixup_hp_headphone() 4760 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0); in patch_stac92hd71bxx() [all …]
|
D | hda_codec.h | 389 int snd_hda_codec_set_pincfg(struct hda_codec *codec, hda_nid_t nid,
|
D | patch_cirrus.c | 1027 snd_hda_codec_set_pincfg(codec, CS421X_DMIC_PIN_NID, def_conf); in cs4210_pinmux_init()
|
D | hda_auto_parser.c | 812 snd_hda_codec_set_pincfg(codec, cfg->nid, cfg->val); in snd_hda_apply_pincfgs()
|
D | patch_via.c | 513 snd_hda_codec_set_pincfg(codec, nid, def_conf); in vt1708_set_pinconfig_connect()
|
D | hda_codec.c | 465 int snd_hda_codec_set_pincfg(struct hda_codec *codec, in snd_hda_codec_set_pincfg() function 470 EXPORT_SYMBOL_GPL(snd_hda_codec_set_pincfg);
|