summaryrefslogtreecommitdiffstats
path: root/drivers/sound/max98095.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* sound: Allow audio codecs to be used by other SoCsSimon Glass2019-02-091-7/+0
* dm: sound: max98095: Tidy up error codesSimon Glass2018-12-131-24/+23
* dm: sound: Fix license headersSimon Glass2018-12-131-5/+2
* dm: sound: Complete migration to driver modelSimon Glass2018-12-131-78/+0
* dm: sound: Move common code out of maxim98095Simon Glass2018-12-131-134/+47
* dm: sound: Add conversion to driver modelSimon Glass2018-12-131-1/+58
* dm: sound: exynos: Correct codec bus addressesSimon Glass2018-12-131-2/+1
* dm: sound: Fix up header orderingSimon Glass2018-12-131-6/+5
* dm: sound: max98095: Drop g_codec_info and g_max98095_infoSimon Glass2018-12-131-15/+12
* dm: sound: max98095: Drop global i2c-address variableSimon Glass2018-12-131-4/+4
* dm: sound: max98095: Split out interface setup codeSimon Glass2018-12-131-12/+24
* dm: sound: max98095: Pass private data to internal functionsSimon Glass2018-12-131-74/+78
* dm: sound: Drop codec_typeSimon Glass2018-12-131-14/+0
* dm: sound: Drop unused pre-device-tree codeSimon Glass2018-12-131-6/+0
* dm: gpio: Add live tree supportSimon Glass2017-06-011-0/+2
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-1/+1
* Sound: MAX98095: Support I2S0 channelDani Krishna Mohan2013-09-241-57/+98
* Sound: MAX98095: Add the driver for codecRajeshwari Shinde2013-03-081-0/+550