Lines Matching defs:codecp
508 struct hda_codec **codecp)
513 *codecp = NULL;
519 *codecp = codec;
531 struct hda_codec **codecp)
533 parse_user_pin_configs(*codecp, buf);
537 struct hda_codec **codecp)
539 parse_init_verbs(*codecp, buf);
543 struct hda_codec **codecp)
545 parse_hints(*codecp, buf);
549 struct hda_codec **codecp)
551 kfree((*codecp)->modelname);
552 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL);
556 struct hda_codec **codecp)
558 snd_hda_codec_set_name(*codecp, buf);
563 struct hda_codec **codecp) \
567 (*codecp)->core.name = val; \