summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/tlv320aic31xx.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-06-27ASoC: tlv320*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-06-06ASoC: tlv320aic31xx: Use modern ASoC DAI format terminologyMark Brown1-10/+9
2022-04-25ASoC: tlv320*: use i2c_match_id and simple i2c probeStephen Kitt1-16/+16
2022-01-24ASoC: Rename tlv320aic31xx-micbias.h as tlv320aic31xx.hAriel D'Alessandro1-1/+1
2021-12-20ASoC: codecs: tlv320aic31xx: Use dev_err_probe() helperKuninori Morimoto1-11/+5
2021-11-22ASoC: tlv320aic31xx: Handle BCLK set as PLL input configurationAriel D'Alessandro1-0/+14
2021-11-22ASoC: tlv320aic31xx: Add divs for bclk as clk_inAriel D'Alessandro1-0/+20
2021-11-22ASoC: tlv320aic31xx: Add support for pll_r coefficientAriel D'Alessandro1-35/+36
2021-07-26ASoC: tlv320aic31xx: Fix jack detection after suspendMark Brown1-0/+10
2021-07-12ASoC: tlv320aic31xx: Make regmap cache only on probe()Mark Brown1-0/+2
2021-01-21ASoC: tlv*: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-2/+2
2020-07-22ASoC: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-07-17ASoC: codecs: tlv*: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+4
2020-07-10ASoC: codecs: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+2
2019-12-09ASoC: tlv320aic31xx: Add Volume Soft Stepping controlNikita Yushchenko1-0/+8
2019-12-09ASoC: tlv320aic31xx: Add HP output driver pop reduction controlsNikita Yushchenko1-2/+30
2019-11-18ASoC: tlv320aic31xx: configure output common-mode voltageLucas Stach1-0/+45
2019-08-15ASoC: tlv320aic31xx: remove unused variable 'cm_m_enum'YueHaibing1-1/+0
2019-07-22ASoC: tlv320aic31xx: suppress error message for EPROBE_DEFERLucas Stach1-2/+5
2019-04-03ASoC: tlv320aic31xx: aic31xx_set_jack() can be statickbuild test robot1-2/+2
2019-04-02ASoC: tlv320aic31xx: Add button press detectionAndrew F. Davis1-2/+15
2019-04-02ASoC: tlv320aic31xx: Add headphone/headset detectionAndrew F. Davis1-1/+47
2019-02-08ASoC: regulator notifier registration should be managedGuennadi Liakhovetski1-13/+3
2018-11-17ASoC: tlv320aic31xx: asihpi: clean up indentation, remove extraneous tabColin Ian King1-1/+1
2018-09-04ASoC: tlv320aic31xx: Add overflow detection supportAndrew F. Davis1-2/+32
2018-09-03ASoC: tlv320aic31xx: Add short circuit detection supportAndrew F. Davis1-0/+55
2018-02-19ASoC: tlv320aic31xx: Do not force power on the DAC/ADC in clock master modePeter Ujfalusi1-10/+22
2018-02-19ASoC: tlv320aic31xx: Rename AIF_IN from 'DAC IN' to 'AIF IN'Peter Ujfalusi1-9/+9
2018-02-14ASoC: tlv320aic31xx: Fix master mode clock I2S bus clocksPeter Ujfalusi1-1/+72
2018-02-12ASoC: tlv320aic31xx: replace codec to componentKuninori Morimoto1-124/+116
2017-12-07ASoC: tlv320aic31xx: Reset registers during power upAndrew F. Davis1-4/+22
2017-12-07ASoC: tlv320aic31xx: Use fwnode APIs over raw OF callsAndrew F. Davis1-48/+29
2017-12-07ASoC: tlv320aic31xx: Fix GPIO header includesAndrew F. Davis1-1/+1
2017-12-01ASoC: tlv320aic31xx: Handle inverted BCLK in non-DSP modesAndrew F. Davis1-10/+18
2017-12-01ASoC: tlv320aic31xx: Add CODEC clock slave supportAndrew F. Davis1-1/+9
2017-12-01ASoC: tlv320aic31xx: Check clock and divider before divisionAndrew F. Davis1-1/+7
2017-12-01ASoC: tlv320aic31xx: Switch GPIO handling to use gpiod_* APIAndrew F. Davis1-13/+10
2017-12-01ASoC: tlv320aic31xx: Merge init function into probeAndrew F. Davis1-33/+22
2017-12-01ASoC: tlv320aic31xx: General source formatting cleanupAndrew F. Davis1-28/+35
2017-11-30ASoC: tlv320aic31xx: Move ACPI table next to OF tableAndrew F. Davis1-8/+8
2017-11-30ASoC: tlv320aic31xx: Change aic31xx_power_off return type to voidAndrew F. Davis1-6/+3
2017-11-30ASoC: tlv320aic31xx: File header and copyright cleanupAndrew F. Davis1-17/+9
2017-11-30ASoC: tlv320aic31xx: Use standard reset GPIO OF nameAndrew F. Davis1-2/+9
2017-11-09ASoC: tlv320dac31xx: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-05-14ASoC: tlv320dac31xx: Fix mistype in tlv320dac31xx codecTomas Vilda1-1/+1
2016-11-12ASoC: tlv320aic31xx: Add support for tlv320dac3101Peter Ujfalusi1-0/+2
2016-11-10ASoC: tlv320aic31xx: Add missing of_device_id for dac3100Peter Ujfalusi1-0/+1
2016-09-27ASoC: tlv320aic31xx: do not declare support for mono DAINikita Yushchenko1-3/+3