Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/hda/
A Dhda_sysfs.c538 struct hda_codec **codecp) in parse_codec_mode() argument
543 *codecp = NULL; in parse_codec_mode()
549 *codecp = codec; in parse_codec_mode()
567 struct hda_codec **codecp) in parse_verb_mode() argument
569 parse_init_verbs(*codecp, buf); in parse_verb_mode()
573 struct hda_codec **codecp) in parse_hint_mode() argument
575 parse_hints(*codecp, buf); in parse_hint_mode()
581 kfree((*codecp)->modelname); in parse_model_mode()
586 struct hda_codec **codecp) in parse_chip_name_mode() argument
593 struct hda_codec **codecp) \
[all …]
A Dhda_codec.c962 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new() argument
971 *codecp = codec; in snd_hda_codec_new()
973 ret = snd_hda_codec_device_new(bus, card, codec_addr, *codecp, true); in snd_hda_codec_new()
975 put_device(hda_codec_dev(*codecp)); in snd_hda_codec_new()
/linux-6.3-rc2/sound/hda/
A Dhdac_sysfs.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-6.3-rc2/include/sound/
A Dhda_codec.h314 unsigned int codec_addr, struct hda_codec **codecp);

Completed in 16 milliseconds