aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/tlv320adcx140.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-02-13ASoC: tlv320adcx140: fix 'ti,gpio-config' DT property initSteffen Aschbacher1-1/+1
2022-08-17ASoC: tlv320adcx140: Add a new kcontrolKevin Lu1-0/+59
2022-07-11ASoC: Merge up fixesMark Brown1-7/+6
2022-07-07ASoC: tlv320adcx140: Fix tx_mask checkSascha Hauer1-7/+6
2022-06-27ASoC: tlv320*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-06-06ASoC: tlv320adcx140: Use modern ASoC DAI format terminologyMark Brown1-6/+4
2022-05-10ASoC: tlv320adcx140: Register a callback to disable the regulator_disableZheyu Ma1-0/+11
2022-04-11ASoC: tlv320*: use simple i2c probe functionStephen Kitt1-3/+2
2021-01-21ASoC: tlv*: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-1/+1
2020-11-26ASoC: tlv320: skip of_device_id table when !CONFIG_OFKrzysztof Kozlowski1-0/+2
2020-09-18ASoC: tlv320adcx140: Add support for configuring GPIO pinCamel Guo1-0/+40
2020-09-17ASoC: tlv320adcx140: Add the config to configure Tx ASI outputDan Murphy1-0/+11
2020-09-17Merge branch 'asoc-5.9' into asoc-5.10Mark Brown1-46/+71
2020-09-17ASoC: tlv320adcx140: Fix BCLK inversion for DSP modesDan Murphy1-21/+23
2020-09-17ASoC: tlv320adcx140: Idle the device while writing registersDan Murphy1-11/+32
2020-09-17ASoC: tlv320adcx140: Fix digital gain rangeCamel Guo1-1/+1
2020-09-08ASoC: tlv320adcx140: Wake up codec before accessing registerCamel Guo1-12/+12
2020-09-01ASoC: tlv320adcx140: Fix accessing uninitialized adcx140->devCamel Guo1-1/+3
2020-08-28ASoC: tlv320adcx140: Add digital mic channel enable routingDan Murphy1-0/+37
2020-07-30ASoC: tlv320adcx140: Move device reset to before programmingDan Murphy1-4/+4
2020-07-30ASoC: tlv320adcx140: Fix GPO register start addressDan Murphy1-1/+1
2020-07-29ASoC: tlv320adcx140: Add GPO configuration and drive output configDan Murphy1-1/+49
2020-07-29ASoC: tlv320adcx140: Fix various style errors and warningsDan Murphy1-6/+6
2020-07-22ASoC: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-09ASoC: tlv320adcx140: Add tx offset slot programmingDan Murphy1-30/+10
2020-07-09ASoC: tlv320adcx140: Add ASI enable for channel 5-8Dan Murphy1-0/+22
2020-05-27ASoC: tlv320adcx140: Fix warnings when using W=1Dan Murphy1-5/+3
2020-05-27ASoC: tlv320adcx140: Add support for configuring GPI pinsDan Murphy1-0/+28
2020-05-14Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.8Mark Brown1-6/+7
2020-05-14ASoC: tlv320adcx140: Configure PDM sampling edgeDan Murphy1-0/+22
2020-05-14ASoC: tlv320adcx140: Add controls for PDM clkDan Murphy1-0/+19
2020-05-13ASoC: tlv320adcx140: Fix bias config valuesDan Murphy1-6/+7
2020-04-28ASoC: tlv320adcx140: Fix mic gain registersDan Murphy1-3/+3
2020-03-05ASoC: tlv320adcx140: Fix mic_bias and vref device tree verificationDan Murphy1-6/+4
2020-02-21ASoC: tlv320adcx140: Add decimation filter supportDan Murphy1-0/+18
2020-02-21ASoC: tlv320adcx140: Add DRE and AGC supportDan Murphy1-0/+55
2020-02-20ASoC: tlv320adcx140: Add the tlv320adcx140 codec driver familyDan Murphy1-0/+849