Home
last modified time | relevance | path

Searched refs:codecp (Results 1 – 2 of 2) sorted by relevance

/linux/sound/hda/core/
H A Dsysfs.c96 static int get_codec_nid(struct kobject *kobj, struct hdac_device **codecp) in get_codec_nid() argument
105 *codecp = dev_to_hdac_dev(dev); in get_codec_nid()
/linux/sound/hda/common/
H A Dcodec.c942 * @codecp: the pointer to store the generated codec
947 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