commit | 45863db5a97360b6843a0488621342819e9a6e62 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 10 10:37:32 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 13 16:32:49 2018 -0700 |
tree | 964a0db523c449be90b6d82b37baf8345cfd90a1 | |
parent | 2a0495724133058ab7c6aa1e8dc9433344d45231 [diff] |
dm: sound: Rename samsung_i2s_priv to i2s_uc_priv This structure contains information that is likely needed by any i2s driver so it seems useful to attach it to the (forthcoming) i2c uclass. For now, just rename it. Signed-off-by: Simon Glass <sjg@chromium.org>