Symbol: snd_hda_parse_pin_defcfg
sound/hda/codecs/analog.c
176
err = snd_hda_parse_pin_defcfg(codec, cfg, NULL, 0);
sound/hda/codecs/ca0110.c
23
err = snd_hda_parse_pin_defcfg(codec, &spec->autocfg, NULL, 0);
sound/hda/codecs/cirrus/cs420x.c
301
err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0);
sound/hda/codecs/cirrus/cs421x.c
479
err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0);
sound/hda/codecs/cirrus/cs8409.c
33
err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0);
sound/hda/codecs/cm9825.c
539
err = snd_hda_parse_pin_defcfg(codec, cfg, NULL, 0);
sound/hda/codecs/cmedia.c
42
err = snd_hda_parse_pin_defcfg(codec, cfg, NULL, 0);
sound/hda/codecs/cmedia.c
49
err = snd_hda_parse_pin_defcfg(codec, cfg, NULL, 0);
sound/hda/codecs/conexant.c
1251
err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL,
sound/hda/codecs/generic.c
6104
err = snd_hda_parse_pin_defcfg(codec, &spec->autocfg, NULL, 0);
sound/hda/codecs/realtek/realtek.c
1012
err = snd_hda_parse_pin_defcfg(codec, cfg, ignore_nids,
sound/hda/codecs/senarytech.c
189
err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL,
sound/hda/codecs/sigmatel.c
4279
err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, flags);
sound/hda/codecs/via.c
497
err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0);
sound/hda/common/auto_parser.c
445
EXPORT_SYMBOL_GPL(snd_hda_parse_pin_defcfg);
sound/hda/common/hda_auto_parser.h
88
int snd_hda_parse_pin_defcfg(struct hda_codec *codec,
sound/hda/common/hda_auto_parser.h
95
snd_hda_parse_pin_defcfg(codec, cfg, ignore, 0)