
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/wm8994.c | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-)
Applied to u-boot-dm/master