commit | 82a27d2c8ce0bd7bd15636bc79c60344e6c7ca0c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 03 04:37:28 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 13 16:32:49 2018 -0700 |
tree | 3125c165e781385e391d53a43533d9f03418d5d9 | |
parent | cfbe7623d680235308c46a76c38cc3f08df16889 [diff] |
dm: sound: max98095: 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>