
10 Dec
2018
10 Dec
'18
12:23 a.m.
With driver model we cannot pass in the global struct, but instead want to pass in the driver-private data. Split some of the code out of wm8994_init() to handle this.
Signed-off-by: Simon Glass sjg@chromium.org ---
drivers/sound/wm8994.c | 56 +++++++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 23 deletions(-)
Applied to u-boot-dm/master