
10 Dec
2018
10 Dec
'18
12:23 a.m.
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@chromium.org ---
drivers/sound/max98095.c | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-)
Applied to u-boot-dm/master