Home
last modified time | relevance | path

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

/Linux-v5.15/sound/pci/hda/
Dhda_sysfs.c541 struct hda_codec **codecp) in parse_codec_mode() argument
546 *codecp = NULL; in parse_codec_mode()
552 *codecp = codec; in parse_codec_mode()
564 struct hda_codec **codecp) in parse_pincfg_mode() argument
566 parse_user_pin_configs(*codecp, buf); in parse_pincfg_mode()
570 struct hda_codec **codecp) in parse_verb_mode() argument
572 parse_init_verbs(*codecp, buf); in parse_verb_mode()
576 struct hda_codec **codecp) in parse_hint_mode() argument
578 parse_hints(*codecp, buf); in parse_hint_mode()
582 struct hda_codec **codecp) in parse_model_mode() argument
[all …]
Dhda_codec.c873 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_device_init() argument
898 *codecp = codec; in snd_hda_codec_device_init()
913 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new() argument
917 ret = snd_hda_codec_device_init(bus, card, codec_addr, codecp); in snd_hda_codec_new()
921 return snd_hda_codec_device_new(bus, card, codec_addr, *codecp); in snd_hda_codec_new()
/Linux-v5.15/sound/hda/
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-v5.15/include/sound/
Dhda_codec.h308 unsigned int codec_addr, struct hda_codec **codecp);