commit | 6c986cfef4a104ad39faf381014b7c315984cab8 | [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 | a1b17e4f4c820c5ffe77ffa0c716e8b3b5d69866 [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>