Home
last modified time | relevance | path

Searched refs:hp_out (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_auto_parser.c181 struct auto_out_pin hp_out[ARRAY_SIZE(cfg->hp_pins)]; in snd_hda_parse_pin_defcfg() local
191 memset(hp_out, 0, sizeof(hp_out)); in snd_hda_parse_pin_defcfg()
274 hp_out[cfg->hp_outs].pin = nid; in snd_hda_parse_pin_defcfg()
275 hp_out[cfg->hp_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg()
356 if ((hp_out[i].seq & 0x0f) == 0x0f) { in snd_hda_parse_pin_defcfg()
361 line_out[cfg->line_outs++] = hp_out[i]; in snd_hda_parse_pin_defcfg()
363 memmove(hp_out + i, hp_out + i + 1, in snd_hda_parse_pin_defcfg()
364 sizeof(hp_out[ in snd_hda_parse_pin_defcfg()
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_auto_parser.c177 struct auto_out_pin hp_out[ARRAY_SIZE(cfg->hp_pins)]; in snd_hda_parse_pin_defcfg() local
187 memset(hp_out, 0, sizeof(hp_out)); in snd_hda_parse_pin_defcfg()
270 hp_out[cfg->hp_outs].pin = nid; in snd_hda_parse_pin_defcfg()
271 hp_out[cfg->hp_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg()
352 if ((hp_out[i].seq & 0x0f) == 0x0f) { in snd_hda_parse_pin_defcfg()
357 line_out[cfg->line_outs++] = hp_out[i]; in snd_hda_parse_pin_defcfg()
359 memmove(hp_out + i, hp_out + i + 1, in snd_hda_parse_pin_defcfg()
360 sizeof(hp_out[ in snd_hda_parse_pin_defcfg()
[all...]

Completed in 2 milliseconds