summaryrefslogtreecommitdiff
path: root/drivers/sound/max98095.h
AgeCommit message (Collapse)AuthorFilesLines
2018-12-14dm: sound: Fix license headersSimon Glass1-4/+1
Fix a few files whos license headers were not converted to SPDX. Signed-off-by: Simon Glass <sjg@chromium.org>
2018-12-14dm: sound: Move common code out of maxim98095Simon Glass1-0/+2
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-14dm: sound: Start i2c IDs from 0Simon Glass1-1/+1
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>
2013-09-24Sound: MAX98095: Support I2S0 channelDani Krishna Mohan1-2/+8
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-03-08Sound: MAX98095: Add the driver for codecRajeshwari Shinde1-0/+311
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>