summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tas2562.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: tas2562: move tas2563 from tas2562 driver to tas2781 driverShenghao Ding2024-01-051-3/+0
* ASoC: do not include pm_runtime.h if not usedClaudiu Beznea2023-05-231-1/+0
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* ASoC: tas2562: Propagate the error in tas2562_dac_event()Fabio Estevam2022-09-141-2/+2
* ASoC: tas2562: Fix mute/unmuteMartin Povišer2022-09-051-26/+29
* ASoC: tas2562: Drop conflicting set_bias_level power settingMartin Povišer2022-09-051-35/+0
* ASoC: tas*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-2/+0
* ASoC: tas*: use i2c_match_id and simple i2c probeStephen Kitt2022-04-251-12/+13
* ASoC: tas2562: remove warning on return valuePierre-Louis Bossart2021-03-181-1/+1
* ASoC: tas2562: remove useless assignmentPierre-Louis Bossart2021-03-181-1/+0
* ASoC: tas2562: skip of_device_id table when !CONFIG_OFKrzysztof Kozlowski2020-11-261-0/+2
* ASoC: tas2562: Remove duplicate code for I/V senseDan Murphy2020-09-221-12/+0
* ASoC: tas2562: Add the TAS2110 class-D amplifierDan Murphy2020-09-211-0/+48
* ASoC: tas2562: Add the TAS2564 compatibleDan Murphy2020-09-211-0/+3
* ASoC: tas2562: Update shutdown GPIO propertyDan Murphy2020-07-281-5/+18
* ASoC: codecs: tas*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+3
* ASoC: tas2562: Add voltage sense slot configurationDan Murphy2020-06-291-14/+51
* ASoC: tas2562: Add right and left channel slot programmingDan Murphy2020-06-291-16/+55
* ASoC: tas2562: Fix format issue for extra space before a commaDan Murphy2020-06-251-1/+1
* ASoC: tas2562: Update shutdown GPIO propertyDan Murphy2020-06-251-2/+2
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-271-1/+1
|\
| * ASoC: tas2562: Fixed incorrect amp_level setting.Jonghwan Choi2020-03-241-1/+1
* | Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-021-1/+1
|\|
| * ASoC: tas2562: Fix sample rate error messageDan Murphy2020-02-261-1/+1
* | ASoC: tas2562: Add entries for the TAS2563 audio amplifierDan Murphy2020-02-261-1/+8
* | Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-02-241-1/+2
|\|
| * ASoC: tas2562: Return invalid for when bitwidth is invalidDan Murphy2020-02-181-1/+2
* | ASoC: tas2562: Add support for digital volume controlDan Murphy2020-02-211-0/+78
* | ASoC: tas2562: Add support for ISENSE and VSENSEDan Murphy2020-02-191-5/+27
|/
* ASoC: tas2562: Introduce the TAS2562 amplifierDan Murphy2019-10-101-0/+590