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

/linux-master/sound/pci/hda/
H A Dhda_generic.c1989 struct auto_pin_cfg *best_cfg; local
1997 best_cfg = kmalloc(sizeof(*best_cfg), GFP_KERNEL);
1998 if (!best_cfg)
2000 *best_cfg = *cfg;
2006 kfree(best_cfg);
2015 *best_cfg = *cfg;
2062 debug_badness("==> restoring best_cfg\n");
2063 *cfg = *best_cfg;
2101 kfree(best_cfg);
[all...]

Completed in 193 milliseconds