aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/max9867.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-26ASoC: codecs: max9867: Handle component name prefixKrzysztof Kozlowski1-4/+4
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-05ASoC: maxim,max9867: add "mclk" supportBenjamin Bara1-2/+17
2022-11-28ASoC: max9867: Implement exact integer modePavel Dobias1-3/+30
2022-06-27ASoC: max*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-11ASoC: max9*: use simple i2c probe functionStephen Kitt1-3/+2
2022-02-28ASoC: max9867: Use modern ASoC DAI format terminologyMark Brown1-7/+7
2021-01-21ASoC: max*: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-1/+1
2020-11-26ASoC: max9867: skip of_device_id table when !CONFIG_OFKrzysztof Kozlowski1-0/+2
2020-08-27ASoC: max9867: shutdown codec when changing filter typePavel Dobias1-14/+117
2020-07-16ASoC: codecs: max*: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+3
2020-06-01Merge remote-tracking branch 'asoc/for-5.8' into asoc-linusMark Brown1-38/+51
2020-05-22ASoC: max9867: keep ADCs and DACs always onPavel Dobias1-10/+9
2020-05-22ASoC: max9867: add digital microphone controlsPavel Dobias1-2/+24
2020-05-20ASoC: max9867: add mono playback switchPavel Dobias1-1/+3
2020-05-20ASoC: max9867: add filter controlsPavel Dobias1-0/+15
2020-05-20ASoC: max9867: don't use regmap defaultsPavel Dobias1-25/+0
2020-05-20ASoC: max9867: fix ADC level controlPavel Dobias1-1/+1
2020-05-18ASoC: max9867: fix volume controlsPavel Dobias1-2/+2
2018-12-07ASoC: max9867: Add copyright and module authorLadislav Michl1-11/+9
2018-12-07ASoC: max9867: Fix signal pathsLadislav Michl1-88/+100
2018-12-07ASoC: max9867: Calculate LRCLK dividerLadislav Michl1-108/+99
2018-12-07ASoC: max9867: Fix power managementLadislav Michl1-27/+45
2018-12-07ASoC: max9867: Remove useless assignmentLadislav Michl1-4/+2
2018-11-26ASoC: max9867: Fix whitespaceLadislav Michl1-7/+5
2018-03-02ASoC: max9867: Drop probe functionLadislav Michl1-10/+0
2018-03-02Merge branch 'topic/wm9867' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-max9867Mark Brown1-35/+30
2018-03-01ASoC: max9867: DSP modeLadislav Michl1-4/+10
2018-03-01ASoC: max9867: Fix codec capabilitiesLadislav Michl1-2/+3
2018-03-01ASoC: max9867: Improve error loggingLadislav Michl1-3/+4
2018-02-12ASoC: wm9867: replace codec to componentKuninori Morimoto1-35/+30
2017-08-18ASoC: codecs: constify snd_soc_dai_ops structuresArvind Yadav1-1/+1
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-06-22ASoC: max9867: make array ni_div static constColin Ian King1-1/+1
2017-04-30Merge remote-tracking branches 'asoc/topic/max9878', 'asoc/topic/max98927', 'asoc/topic/mtk' and 'asoc/topic/nau8540' into asoc-nextMark Brown1-2/+2
2017-04-05ASoC: max9867: export OF device ID as module aliasesJavier Martinez Canillas1-2/+2
2016-12-15ASoC: max9867: remove unused ‘ret’Vinod Koul1-3/+2
2016-09-29Merge remote-tracking branches 'asoc/topic/max98371', 'asoc/topic/max9867', 'asoc/topic/max98926' and 'asoc/topic/mtk' into asoc-nextMark Brown1-3/+2
2016-09-28ASoC: max9867: remove usage of obsoleted TLV-related macroTakashi Sakamoto1-3/+2
2016-08-08ASoC: codec duplicated callback function goes to component on wm9867Kuninori Morimoto1-6/+8
2016-06-22ASoC: max9867: Fix unix permissions for source files.Enric Balletbo i Serra1-0/+0
2016-02-26ASoC: max9867: silence and array overflow warningDan Carpenter1-0/+2
2016-02-24ASoC: max9867: Use params_width instead of open-codedAxel Lin1-3/+2
2016-02-24ASoC: max9867: fix type of variable containing error codesAndrzej Hajda1-1/+2
2016-02-21ASoC: max9867: Constify max9867_reg and max9867_regmapAxel Lin1-2/+2
2016-02-21ASoC: max9867: Make max9867_i2c_id NULL terminatedAxel Lin1-0/+1
2016-02-18ASoC: max9867: Changed the if-else case to switch caseanish kumar1-6/+12
2016-02-18ASoC: Add max9867 codec driveranish kumar1-0/+537