commit | 378b23aa4dbc6989ed207a4ab26d2dce0d37a8fd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 03 04:37:27 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 13 16:32:49 2018 -0700 |
tree | a6884945ecc30f4a680abc70fcd6eefb6b4bb06e | |
parent | 998f4d8140b56dfe6bd3fae272eb8d02cda9bfce [diff] |
dm: sound: wm899c: Split out interface setup code 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>