aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tas571x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-27ASoC: tas*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-05-11ASoC: tas571x: Fix the error handling of tas571x_i2c_probe()Zheyu Ma1-2/+4
2022-04-25ASoC: tas*: use i2c_match_id and simple i2c probeStephen Kitt1-4/+7
2020-11-26ASoC: tas571x: mark OF related data as maybe unusedKrzysztof Kozlowski1-2/+2
2020-07-16ASoC: codecs: tas*: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+3
2020-04-14ASoC: tas571x: disable regulators on failed probePhilipp Puschmann1-5/+15
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-5/+1
2019-06-13ASoC: tas571x: Fix -Wunused-const-variableNathan Huckleberry1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-06-27ASoC: tas517x: add tas5707 supportJerome Brunet1-0/+110
2018-02-12ASoC: tas571x: replace codec to componentKuninori Morimoto1-28/+27
2017-09-20ASoC: tas571x: Kill BUG_ON() usageTakashi Iwai1-1/+2
2016-10-04ASoC: tas571x: remove improper PDN signal usage in set_bias_levelPetr Kulhavy1-14/+0
2016-10-04ASoC: tas571x: extend the t_i2c time to comply with TAS5721Petr Kulhavy1-1/+1
2016-10-04ASoC: tas571x: move mixer volume controls from TAS5711 to TAS5717Petr Kulhavy1-10/+10
2016-10-04ASoC: tas571x: wait 50ms after oscillator trimPetr Kulhavy1-0/+1
2016-08-08ASoC: codec duplicated callback function goes to component on tas571xKuninori Morimoto1-6/+8
2016-06-01ASoC: tas571x: add input channel mixer for TAS5717/19Petr Kulhavy1-0/+18
2016-05-30ASoC: tas571x: add biquads for TAS5717/19Petr Kulhavy1-0/+170
2016-03-31ASoC: tas571x: added support for TAS5721Petr Kulhavy1-0/+76
2016-03-31ASoC: tas571x: added missing register literalsPetr Kulhavy1-0/+28
2016-03-30ASoC: tas571x: chip type detection via I2C namePetr Kulhavy1-8/+7
2016-03-29ASoC: tas571x: implemented digital mutePetr Kulhavy1-4/+18
2015-07-07ASoC: tas571x: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-1/+1
2015-05-06ASoC: tas571x: Eliminate redundant dev->of_node NULL checkKevin Cernekee1-9/+4
2015-05-04ASoC: tas751x: Factor setting of new bias level into the coreMark Brown1-1/+0
2015-05-04ASoC: tas571x: New driver for TI TAS571x power amplifiersKevin Cernekee1-0/+520