summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/tas5720.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-23ASoC: do not include pm_runtime.h if not usedClaudiu Beznea1-1/+0
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-12ASoC: tas5720: add missing unwind goto in tas5720_codec_probeYing Liu1-1/+2
2023-01-30ASoC: tas5720: set bit 7 in ANALOG_CTRL_REG for TAS5720A-Q1 during probeSteffen Aschbacher1-0/+13
2023-01-30ASoC: codecs: tas5720: add support for TAS5720A-Q1 (automotive) variantSteffen Aschbacher1-12/+92
2023-01-30ASoC: codecs: tas5720: split a tas5720_mute_soc_component() functionAlexandru Ardelean1-4/+7
2022-06-27ASoC: tas*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-2/+0
2022-06-06ASoC: tas5720: Use modern ASoC DAI format terminologyMark Brown1-2/+2
2022-04-25ASoC: tas*: use i2c_match_id and simple i2c probeStephen Kitt1-10/+11
2020-07-22ASoC: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-17ASoC: codecs: tas*: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+3
2020-06-22ASoC: soc-component: merge snd_soc_component_read() and snd_soc_component_rea...Kuninori Morimoto1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-08-31ASoC: codecs: tas5720: add TAS5722 TDM slot width setting supportAndreas Dannenberg1-0/+15
2018-08-31ASoC: codecs: tas5720: add TAS5722 specific volume controlAndreas Dannenberg1-8/+80
2018-02-12ASoC: tas5720: replace codec to componentKuninori Morimoto1-81/+70
2017-12-12ASoC: tas5720: add TAS5722 register supportAndreas Dannenberg1-1/+22
2017-12-12ASoC: tas5720: add basic support for TAS5722 devicesAndreas Dannenberg1-7/+31
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
2016-08-08ASoC: codec duplicated callback function goes to component on tas5720Kuninori Morimoto1-6/+8
2016-04-27ASoC: add support for TAS5720 digital amplifierAndreas Dannenberg1-0/+620