summaryrefslogtreecommitdiff
path: root/drivers/sound/max98095.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-6/+6
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-02-09sound: Allow audio codecs to be used by other SoCsSimon Glass1-7/+0
2018-12-14dm: sound: max98095: Tidy up error codesSimon Glass1-24/+23
2018-12-14dm: sound: Fix license headersSimon Glass1-5/+2
2018-12-14dm: sound: Complete migration to driver modelSimon Glass1-78/+0
2018-12-14dm: sound: Move common code out of maxim98095Simon Glass1-134/+47
2018-12-14dm: sound: Add conversion to driver modelSimon Glass1-1/+58
2018-12-14dm: sound: exynos: Correct codec bus addressesSimon Glass1-2/+1
2018-12-14dm: sound: Fix up header orderingSimon Glass1-6/+5
2018-12-14dm: sound: max98095: Drop g_codec_info and g_max98095_infoSimon Glass1-15/+12
2018-12-14dm: sound: max98095: Drop global i2c-address variableSimon Glass1-4/+4
2018-12-14dm: sound: max98095: Split out interface setup codeSimon Glass1-12/+24
2018-12-14dm: sound: max98095: Pass private data to internal functionsSimon Glass1-74/+78
2018-12-14dm: sound: Drop codec_typeSimon Glass1-14/+0
2018-12-14dm: sound: Drop unused pre-device-tree codeSimon Glass1-6/+0
2017-06-01dm: gpio: Add live tree supportSimon Glass1-0/+2
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2013-09-24Sound: MAX98095: Support I2S0 channelDani Krishna Mohan1-57/+98
2013-03-08Sound: MAX98095: Add the driver for codecRajeshwari Shinde1-0/+550