summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max9867.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: codecs: max9867: Handle component name prefixKrzysztof Kozlowski2023-10-261-4/+4
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* ASoC: maxim,max9867: add "mclk" supportBenjamin Bara2023-03-051-2/+17
* ASoC: max9867: Implement exact integer modePavel Dobias2022-11-281-3/+30
* ASoC: max*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: max9*: use simple i2c probe functionStephen Kitt2022-04-111-3/+2
* ASoC: max9867: Use modern ASoC DAI format terminologyMark Brown2022-02-281-7/+7
* ASoC: max*: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-1/+1
* ASoC: max9867: skip of_device_id table when !CONFIG_OFKrzysztof Kozlowski2020-11-261-0/+2
* ASoC: max9867: shutdown codec when changing filter typePavel Dobias2020-08-271-14/+117
* ASoC: codecs: max*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+3
* Merge remote-tracking branch 'asoc/for-5.8' into asoc-linusMark Brown2020-06-011-38/+51
|\
| * ASoC: max9867: keep ADCs and DACs always onPavel Dobias2020-05-221-10/+9
| * ASoC: max9867: add digital microphone controlsPavel Dobias2020-05-221-2/+24
| * ASoC: max9867: add mono playback switchPavel Dobias2020-05-201-1/+3
| * ASoC: max9867: add filter controlsPavel Dobias2020-05-201-0/+15
| * ASoC: max9867: don't use regmap defaultsPavel Dobias2020-05-201-25/+0
* | ASoC: max9867: fix ADC level controlPavel Dobias2020-05-201-1/+1
* | ASoC: max9867: fix volume controlsPavel Dobias2020-05-181-2/+2
|/
* ASoC: max9867: Add copyright and module authorLadislav Michl2018-12-071-11/+9
* ASoC: max9867: Fix signal pathsLadislav Michl2018-12-071-88/+100
* ASoC: max9867: Calculate LRCLK dividerLadislav Michl2018-12-071-108/+99
* ASoC: max9867: Fix power managementLadislav Michl2018-12-071-27/+45
* ASoC: max9867: Remove useless assignmentLadislav Michl2018-12-071-4/+2
* ASoC: max9867: Fix whitespaceLadislav Michl2018-11-261-7/+5
* ASoC: max9867: Drop probe functionLadislav Michl2018-03-021-10/+0
* Merge branch 'topic/wm9867' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown2018-03-021-35/+30
|\
| * ASoC: wm9867: replace codec to componentKuninori Morimoto2018-02-121-35/+30
* | ASoC: max9867: DSP modeLadislav Michl2018-03-011-4/+10
* | ASoC: max9867: Fix codec capabilitiesLadislav Michl2018-03-011-2/+3
* | ASoC: max9867: Improve error loggingLadislav Michl2018-03-011-3/+4
|/
* ASoC: codecs: constify snd_soc_dai_ops structuresArvind Yadav2017-08-181-1/+1
* ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal2017-08-101-1/+1
* ASoC: max9867: make array ni_div static constColin Ian King2017-06-221-1/+1
*-. Merge remote-tracking branches 'asoc/topic/max9878', 'asoc/topic/max98927', '...Mark Brown2017-04-301-2/+2
|\ \
| * | ASoC: max9867: export OF device ID as module aliasesJavier Martinez Canillas2017-04-051-2/+2
| |/
* / ASoC: max9867: remove unused ‘ret’Vinod Koul2016-12-151-3/+2
|/
*-. Merge remote-tracking branches 'asoc/topic/max98371', 'asoc/topic/max9867', '...Mark Brown2016-09-291-3/+2
|\ \
| | * ASoC: max9867: remove usage of obsoleted TLV-related macroTakashi Sakamoto2016-09-281-3/+2
| |/
* / ASoC: codec duplicated callback function goes to component on wm9867Kuninori Morimoto2016-08-081-6/+8
|/
* ASoC: max9867: Fix unix permissions for source files.Enric Balletbo i Serra2016-06-221-0/+0
* ASoC: max9867: silence and array overflow warningDan Carpenter2016-02-261-0/+2
* ASoC: max9867: Use params_width instead of open-codedAxel Lin2016-02-241-3/+2
* ASoC: max9867: fix type of variable containing error codesAndrzej Hajda2016-02-241-1/+2
* ASoC: max9867: Constify max9867_reg and max9867_regmapAxel Lin2016-02-211-2/+2
* ASoC: max9867: Make max9867_i2c_id NULL terminatedAxel Lin2016-02-211-0/+1
* ASoC: max9867: Changed the if-else case to switch caseanish kumar2016-02-181-6/+12
* ASoC: Add max9867 codec driveranish kumar2016-02-181-0/+537