Searched refs:codecp (Results 1 – 2 of 2) sorted by relevance
96 static int get_codec_nid(struct kobject *kobj, struct hdac_device **codecp) in get_codec_nid() argument105 *codecp = dev_to_hdac_dev(dev); in get_codec_nid()
942 * @codecp: the pointer to store the generated codec947 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new() 956 *codecp = codec; in snd_hda_codec_new() 958 ret = snd_hda_codec_device_new(bus, card, codec_addr, *codecp, true); in snd_hda_codec_new() 960 put_device(hda_codec_dev(*codecp)); in snd_hda_codec_new() 948 snd_hda_codec_new(struct hda_bus * bus,struct snd_card * card,unsigned int codec_addr,struct hda_codec ** codecp) snd_hda_codec_new() argument