[U-Boot] [PATCH 11/30] dm: sound: wm899c: Split out interface setup code

sjg at google.com sjg at google.com
Sun Dec 9 23:23:19 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/wm8994.c | 34 +++++++++++++++++++++++-----------
 1 file changed, 23 insertions(+), 11 deletions(-)

Applied to u-boot-dm/master


More information about the U-Boot mailing list