Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_generic.c1982 struct auto_pin_cfg *best_cfg; in parse_output_paths() local
1990 best_cfg = kmalloc(sizeof(*best_cfg), GFP_KERNEL); in parse_output_paths()
1991 if (!best_cfg) in parse_output_paths()
1993 *best_cfg = *cfg; in parse_output_paths()
1999 kfree(best_cfg); in parse_output_paths()
2008 *best_cfg = *cfg; in parse_output_paths()
2056 *cfg = *best_cfg; in parse_output_paths()
2094 kfree(best_cfg); in parse_output_paths()