Mark Brown
8cc802bd75
Merge series "ASoC: tlv320aic32x4: Add support for TAS2505" from Claudius Heine <ch@denx.de>:
...
Hi,
this is v2 from my patchset that add support for the TAS2505 to the tlv320aic32x4 driver.
kind regards,
Claudius
Changes from v1:
- clarified commit message of first patch, which add the type value to the struct
- removed unnecessary code to put and get speaker volume
- removed 'Gain' from 'HP Driver Playback Volume' control
- fixed rebase issues
Claudius Heine (3):
ASoC: tlv320aic32x4: add type to device private data struct
ASoC: tlv320aic32x4: add support for TAS2505
ASoC: tlv320aic32x4: dt-bindings: add TAS2505 to compatible
.../bindings/sound/tlv320aic32x4.txt | 1 +
sound/soc/codecs/tlv320aic32x4-i2c.c | 22 ++-
sound/soc/codecs/tlv320aic32x4-spi.c | 23 ++-
sound/soc/codecs/tlv320aic32x4.c | 139 +++++++++++++++++-
sound/soc/codecs/tlv320aic32x4.h | 10 ++
5 files changed, 186 insertions(+), 9 deletions(-)
base-commit: 70585216fe
--
2.32.0
2021-06-23 16:31:14 +01:00
..
2021-04-26 11:20:10 -07:00
2021-06-11 17:57:24 +02:00
2021-05-13 20:35:26 +02:00
2021-05-05 13:24:11 -07:00
2021-05-07 16:01:08 -07:00
2021-05-07 00:26:34 -07:00
2021-06-05 08:58:11 -07:00
2021-04-18 09:36:56 +03:00
2021-06-12 11:59:58 -07:00
2021-06-04 18:25:39 -07:00
2021-06-12 12:13:55 -07:00
2021-05-13 18:58:44 +02:00
2021-05-20 06:31:52 -10:00
2021-05-11 08:47:25 +02:00
2021-05-14 14:55:13 +02:00
2021-04-15 09:26:25 +02:00
2021-05-15 10:24:48 -07:00
2021-05-13 17:23:05 +02:00
2021-04-16 18:21:56 -07:00
2021-06-16 09:03:52 -07:00
2021-05-20 14:02:27 +02:00
2021-05-10 07:51:38 +02:00
2021-04-28 15:59:13 -07:00
2021-04-26 09:43:16 -07:00
2021-05-23 11:39:02 +02:00
2021-04-26 12:11:52 -07:00
2021-05-27 09:51:35 +02:00
2021-06-11 11:17:10 +10:00
2021-04-16 07:26:50 +02:00
2021-05-27 15:40:35 +02:00
2021-04-16 00:14:49 +02:00
2021-04-27 18:09:44 -07:00
2021-06-10 08:40:09 -07:00
2021-05-01 10:14:08 -07:00
2021-06-04 22:32:58 +02:00
2021-04-24 22:21:01 +02:00
2021-05-22 08:32:36 +01:00
2021-06-10 08:59:34 -03:00
2021-05-06 23:37:55 -07:00
2021-05-11 07:26:31 +03:00
2021-05-27 16:07:08 +02:00
2021-05-16 13:07:18 +01:00
2021-05-26 17:44:49 -10:00
2021-05-13 17:30:15 +02:00
2021-04-13 09:16:12 -06:00
2021-04-16 23:57:51 +10:00
2021-04-28 16:10:33 -07:00
2021-06-12 11:59:58 -07:00
2021-05-13 18:58:32 +02:00
2021-05-02 00:43:35 +09:00
2021-04-26 11:08:23 +02:00
2021-04-13 01:39:12 -04:00
2021-06-01 13:40:23 +01:00
2021-06-09 19:10:22 +02:00
2021-06-08 14:56:54 +02:00
2021-04-26 11:14:21 -07:00
2021-05-10 18:34:30 +02:00
2021-06-10 10:53:04 -07:00
2021-05-23 17:26:38 -07:00
2021-05-06 19:24:11 -07:00
2021-06-02 10:10:38 +03:00
2021-05-03 13:57:56 -05:00
2021-05-07 00:26:34 -07:00
2021-05-25 18:37:37 -05:00
2021-05-01 10:14:08 -07:00
2021-06-03 11:18:19 +05:30
2021-06-09 13:15:20 +02:00
2021-06-04 22:03:13 +02:00
2021-04-28 15:43:58 -07:00
2021-04-26 11:20:10 -07:00
2021-05-12 14:06:33 -07:00
2021-05-05 12:53:16 -07:00
2021-05-13 18:32:19 +02:00
2021-06-08 09:41:16 -07:00
2021-05-04 11:13:33 -07:00
2021-05-05 13:24:11 -07:00
2021-04-09 11:08:42 -05:00
2021-05-03 12:15:21 -07:00
2021-05-29 05:51:53 -10:00
2021-06-13 12:25:33 -07:00
2021-04-26 09:43:16 -07:00
2021-05-31 09:26:58 +02:00
2021-05-13 11:14:13 +05:30
2021-06-03 13:55:36 +01:00
2021-06-09 12:07:52 +02:00
2021-05-31 22:59:13 -04:00
2021-06-05 15:43:11 -07:00
2021-06-06 12:25:43 -07:00
2021-05-20 11:52:58 +03:00
2021-06-09 14:40:48 +02:00
2021-05-14 13:26:04 +02:00
2021-06-11 12:32:49 +02:00
2021-05-18 23:01:48 -07:00
2021-05-24 13:40:13 -06:00
2021-05-05 13:31:39 -07:00
2021-06-01 17:38:40 +02:00
2021-04-29 19:06:49 +02:00
2021-05-04 04:19:59 -04:00
2021-04-10 10:58:21 +02:00
2021-04-28 15:59:13 -07:00
2021-05-21 09:55:16 +02:00
2021-04-15 09:26:25 +02:00
2021-05-05 13:31:39 -07:00