snd_hda_codec_set_pincfg
int snd_hda_codec_set_pincfg(struct hda_codec *codec, hda_nid_t nid,
snd_hda_codec_set_pincfg(codec, CS421X_DMIC_PIN_NID, def_conf);
snd_hda_codec_set_pincfg(codec, 0x37, 0x24A70100);
snd_hda_codec_set_pincfg(codec, 0x19,
snd_hda_codec_set_pincfg(codec, 0x19, 0x04a11120);
snd_hda_codec_set_pincfg(codec, 0x1a, 0x04a1113c);
snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f);
snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e);
snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
snd_hda_codec_set_pincfg(codec, pin, pin_cfg);
snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
snd_hda_codec_set_pincfg(codec, nid, def_conf);
snd_hda_codec_set_pincfg(codec, cfg->nid, cfg->val);
EXPORT_SYMBOL_GPL(snd_hda_codec_set_pincfg);