Mark Brown
4dbdda1938
Merge series "ASoC: rt9120: Add Richtek RT9120 supprot" from cy_huang <u0084500@gmail.com>
...
ChiYuan Huang <cy_huang@richtek.com>:
From: ChiYuan Huang <cy_huang@richtek.com>
This patch series Add the Richtek RT9120 support.
In v3:
- Add dvdd regulator binding to check the dvdd voltage domain.
- Refine sdo_select_text.
- Use switch case in 'internal_power_event' function.
- Remove the volume and mute initially write in component probe.
- Remove the mute API. It's no need by HW design.
In v2:
- Add missing #sound-dai-cells property.
ChiYuan Huang (2):
ASoC: dt-bindings: rt9120: Add initial bindings
ASoC: rt9120: Add rt9210 audio amplifier support
.../devicetree/bindings/sound/richtek,rt9120.yaml | 59 +++
sound/soc/codecs/Kconfig | 10 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/rt9120.c | 489 +++++++++++++++++++++
4 files changed, 560 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/richtek,rt9120.yaml
create mode 100644 sound/soc/codecs/rt9120.c
--
2.7.4
2021-10-08 17:22:43 +01:00
..
2021-09-10 11:31:47 -07:00
2021-09-09 13:11:15 -07:00
2021-08-24 13:26:32 -06:00
2021-08-31 09:10:00 +01:00
2021-08-24 13:30:00 -06:00
2021-08-18 08:45:25 -07:00
2021-09-12 12:42:51 -07:00
2021-09-02 18:04:17 +02:00
2021-09-08 12:55:35 -07:00
2021-10-08 17:22:43 +01:00
2021-09-09 11:48:27 -07:00
2021-09-01 08:35:06 -07:00
2021-09-11 14:29:42 -07:00
2021-09-11 10:19:51 -07:00
2021-07-25 14:35:46 -06:00
2021-07-21 19:54:21 -07:00
2021-09-10 11:22:23 -07:00
2021-08-28 08:53:30 -07:00
2021-08-10 22:58:32 +02:00
2021-09-08 12:55:35 -07:00
2021-09-03 15:56:45 -06:00
2021-08-20 10:26:24 +02:00
2021-08-24 13:20:39 -06:00
2021-09-07 14:02:58 -07:00
2021-09-07 19:13:42 -07:00
2021-09-07 21:17:28 +02:00
2021-08-27 00:56:34 +10:00
2021-08-24 13:23:21 -06:00
2021-07-20 13:36:33 -07:00
2021-09-27 13:01:13 +01:00
2021-08-12 09:15:38 -06:00
2021-09-05 11:50:41 -07:00
2021-09-08 16:38:25 -07:00
2021-08-05 12:31:51 +02:00
2021-09-11 14:48:42 -07:00
2021-09-07 13:40:51 -07:00
2021-09-08 12:55:35 -07:00
2021-09-08 16:28:14 -07:00
2021-08-04 15:16:47 +02:00
2021-09-06 16:53:39 -06:00