[U-Boot] [PATCH 12/30] dm: sound: max98095: Split out interface setup code
sjg at google.com
sjg at google.com
Sun Dec 9 23:23:18 UTC 2018
With driver model we want to do a minimal probe when the device is probed
and then set up the codec interface later when a sound is actully played.
Split this setup code out into its own function to help with this.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
drivers/sound/max98095.c | 36 ++++++++++++++++++++++++------------
1 file changed, 24 insertions(+), 12 deletions(-)
Applied to u-boot-dm/master
More information about the U-Boot
mailing list