Simon Glass
e9f66f4f5b
dm: sound: Fix license headers
...
Fix a few files whos license headers were not converted to SPDX.
Signed-off-by: Simon Glass <sjg@chromium.org >
2018-12-13 16:36:41 -07:00
Simon Glass
0ab6f0b358
dm: sound: Move common code out of maxim98095
...
The register-access code is useful for any maxim codec. Move it out into
its own file.
Signed-off-by: Simon Glass <sjg@chromium.org >
2018-12-13 16:36:30 -07:00
Simon Glass
6c986cfef4
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 >
2018-12-13 16:32:49 -07:00
Dani Krishna Mohan
6b40852da5
Sound: MAX98095: Support I2S0 channel
...
This patch modifies the MAX98095 audio codec to support
I2S0 channel in codec slave mode.
Signed-off-by: Dani Krishna Mohan <krishna.md@samsung.com >
2013-09-24 09:10:33 -04:00
Rajeshwari Shinde
5febe8db91
Sound: MAX98095: Add the driver for codec
...
This patch adds the driver for codec MAX98095 required by Snow
Board
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com >
Acked-by: Simon Glass <sjg@chromium.org >
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com >
2013-03-08 22:34:18 +09:00