commit | 927a371d944ca7588ee5892bac5187164962fa75 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 10 10:37:38 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 13 16:32:49 2018 -0700 |
tree | 89ff78727605b00a24bc9a6f17b3ef9827e0c25a | |
parent | 6df01f9faac2162a17d577e239dc452fa5f0ab41 [diff] |
dm: sound: Start i2c IDs from 0 The current ID enums start from 1 but there does not seem to be any reason that they cannot start with 0. Adjust the code to avoid the +1 in codec_init(). Signed-off-by: Simon Glass <sjg@chromium.org>