Home
last modified time | relevance | path

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

/Linux-v6.6/sound/pci/hda/
Dhda_generic.c1989 struct auto_pin_cfg *best_cfg; in parse_output_paths() local
1997 best_cfg = kmalloc(sizeof(*best_cfg), GFP_KERNEL); in parse_output_paths()
1998 if (!best_cfg) in parse_output_paths()
2000 *best_cfg = *cfg; in parse_output_paths()
2006 kfree(best_cfg); in parse_output_paths()
2015 *best_cfg = *cfg; in parse_output_paths()
2063 *cfg = *best_cfg; in parse_output_paths()
2101 kfree(best_cfg); in parse_output_paths()