Lines Matching defs:codecp
541 struct hda_codec **codecp)
546 *codecp = NULL;
552 *codecp = codec;
564 struct hda_codec **codecp)
566 parse_user_pin_configs(*codecp, buf);
570 struct hda_codec **codecp)
572 parse_init_verbs(*codecp, buf);
576 struct hda_codec **codecp)
578 parse_hints(*codecp, buf);
582 struct hda_codec **codecp)
584 kfree((*codecp)->modelname);
585 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL);
589 struct hda_codec **codecp)
591 snd_hda_codec_set_name(*codecp, buf);
596 struct hda_codec **codecp) \
600 (*codecp)->core.name = val; \