Lines Matching defs:codecp
538 struct hda_codec **codecp)
543 *codecp = NULL;
549 *codecp = codec;
561 struct hda_codec **codecp)
563 parse_user_pin_configs(*codecp, buf);
567 struct hda_codec **codecp)
569 parse_init_verbs(*codecp, buf);
573 struct hda_codec **codecp)
575 parse_hints(*codecp, buf);
579 struct hda_codec **codecp)
581 kfree((*codecp)->modelname);
582 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL);
586 struct hda_codec **codecp)
588 snd_hda_codec_set_name(*codecp, buf);
593 struct hda_codec **codecp) \
597 (*codecp)->core.name = val; \