Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dhda_generic.c1944 struct auto_pin_cfg *best_cfg; in parse_output_paths() local
1952 best_cfg = kmalloc(sizeof(*best_cfg), GFP_KERNEL); in parse_output_paths()
1953 if (!best_cfg) in parse_output_paths()
1955 *best_cfg = *cfg; in parse_output_paths()
1961 kfree(best_cfg); in parse_output_paths()
1970 *best_cfg = *cfg; in parse_output_paths()
2018 *cfg = *best_cfg; in parse_output_paths()
2056 kfree(best_cfg); in parse_output_paths()