aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/max9867.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02ASoC: max9867: Drop probe functionGravatar Ladislav Michl 1-10/+0
2018-03-02Merge branch 'topic/wm9867' of https://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Mark Brown 1-35/+30
2018-03-01ASoC: max9867: DSP modeGravatar Ladislav Michl 1-4/+10
2018-03-01ASoC: max9867: Fix codec capabilitiesGravatar Ladislav Michl 1-2/+3
2018-03-01ASoC: max9867: Improve error loggingGravatar Ladislav Michl 1-3/+4
2018-02-12ASoC: wm9867: replace codec to componentGravatar Kuninori Morimoto 1-35/+30
2017-08-18ASoC: codecs: constify snd_soc_dai_ops structuresGravatar Arvind Yadav 1-1/+1
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresGravatar Bhumika Goyal 1-1/+1
2017-06-22ASoC: max9867: make array ni_div static constGravatar Colin Ian King 1-1/+1
2017-04-30Merge remote-tracking branches 'asoc/topic/max9878', 'asoc/topic/max98927', '...Gravatar Mark Brown 1-2/+2
2017-04-05ASoC: max9867: export OF device ID as module aliasesGravatar Javier Martinez Canillas 1-2/+2
2016-12-15ASoC: max9867: remove unused ‘ret’Gravatar Vinod Koul 1-3/+2
2016-09-29Merge remote-tracking branches 'asoc/topic/max98371', 'asoc/topic/max9867', '...Gravatar Mark Brown 1-3/+2
2016-09-28ASoC: max9867: remove usage of obsoleted TLV-related macroGravatar Takashi Sakamoto 1-3/+2
2016-08-08ASoC: codec duplicated callback function goes to component on wm9867Gravatar Kuninori Morimoto 1-6/+8
2016-06-22ASoC: max9867: Fix unix permissions for source files.Gravatar Enric Balletbo i Serra 1-0/+0
2016-02-26ASoC: max9867: silence and array overflow warningGravatar Dan Carpenter 1-0/+2
2016-02-24ASoC: max9867: Use params_width instead of open-codedGravatar Axel Lin 1-3/+2
2016-02-24ASoC: max9867: fix type of variable containing error codesGravatar Andrzej Hajda 1-1/+2
2016-02-21ASoC: max9867: Constify max9867_reg and max9867_regmapGravatar Axel Lin 1-2/+2
2016-02-21ASoC: max9867: Make max9867_i2c_id NULL terminatedGravatar Axel Lin 1-0/+1
2016-02-18ASoC: max9867: Changed the if-else case to switch caseGravatar anish kumar 1-6/+12
2016-02-18ASoC: Add max9867 codec driverGravatar anish kumar 1-0/+537