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.c934 * @codecp: the pointer to store the generated codec in snd_hda_codec_device_init()
939 unsigned int codec_addr, struct hda_codec **codecp)
948 *codecp = codec; in snd_hda_codec_new()
950 ret = snd_hda_codec_device_new(bus, card, codec_addr, *codecp, true); in snd_hda_codec_new()
952 put_device(hda_codec_dev(*codecp)); in snd_hda_codec_new()
947 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