aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tas2562.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-14ASoC: tas2562: Propagate the error in tas2562_dac_event()Fabio Estevam1-2/+2
2022-09-05ASoC: tas2562: Fix mute/unmuteMartin Povišer1-26/+29
2022-09-05ASoC: tas2562: Drop conflicting set_bias_level power settingMartin Povišer1-35/+0
2022-06-27ASoC: tas*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-2/+0
2022-04-25ASoC: tas*: use i2c_match_id and simple i2c probeStephen Kitt1-12/+13
2021-03-18ASoC: tas2562: remove warning on return valuePierre-Louis Bossart1-1/+1
2021-03-18ASoC: tas2562: remove useless assignmentPierre-Louis Bossart1-1/+0
2020-11-26ASoC: tas2562: skip of_device_id table when !CONFIG_OFKrzysztof Kozlowski1-0/+2
2020-09-22ASoC: tas2562: Remove duplicate code for I/V senseDan Murphy1-12/+0
2020-09-21ASoC: tas2562: Add the TAS2110 class-D amplifierDan Murphy1-0/+48
2020-09-21ASoC: tas2562: Add the TAS2564 compatibleDan Murphy1-0/+3
2020-07-28ASoC: tas2562: Update shutdown GPIO propertyDan Murphy1-5/+18
2020-07-16ASoC: codecs: tas*: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+3
2020-06-29ASoC: tas2562: Add voltage sense slot configurationDan Murphy1-14/+51
2020-06-29ASoC: tas2562: Add right and left channel slot programmingDan Murphy1-16/+55
2020-06-25ASoC: tas2562: Fix format issue for extra space before a commaDan Murphy1-1/+1
2020-06-25ASoC: tas2562: Update shutdown GPIO propertyDan Murphy1-2/+2
2020-03-27Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7Mark Brown1-1/+1
2020-03-24ASoC: tas2562: Fixed incorrect amp_level setting.Jonghwan Choi1-1/+1
2020-03-02Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7Mark Brown1-1/+1
2020-02-26ASoC: tas2562: Add entries for the TAS2563 audio amplifierDan Murphy1-1/+8
2020-02-26ASoC: tas2562: Fix sample rate error messageDan Murphy1-1/+1
2020-02-24Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7Mark Brown1-1/+2
2020-02-21ASoC: tas2562: Add support for digital volume controlDan Murphy1-0/+78
2020-02-19ASoC: tas2562: Add support for ISENSE and VSENSEDan Murphy1-5/+27
2020-02-18ASoC: tas2562: Return invalid for when bitwidth is invalidDan Murphy1-1/+2
2019-10-10ASoC: tas2562: Introduce the TAS2562 amplifierDan Murphy1-0/+590