[PATCH v1 2/2] ASoC: codecs: ES8326: change support for ES8326
7 Mar
2024
7 Mar
'24
4:04 a.m.
On Wed, Mar 06, 2024 at 09:34:14AM +0800, Zhang Yi wrote:
Removed mic1-src and mic2-src. and changed default value of interrupt-clk
We could do with a better changelog here.
- everest,mic1-src:
- $ref: /schemas/types.yaml#/definitions/uint8
- description:
- the value of reg 2A when headset plugged.
- minimum: 0x00
- maximum: 0x77
- default: 0x22
- everest,mic2-src:
- $ref: /schemas/types.yaml#/definitions/uint8
- description:
- the value of reg 2A when headset unplugged.
- minimum: 0x00
- maximum: 0x77
- default: 0x44
This will make any DTs using the properties instantly buggy. I believe there's a way of marking properties as deprecated, you should use that instead. Or we could just leave the properties there and ignore them at runtime.
'deprecated: true' is the way.
OK.I will modify the properties, thank you for your support
290
Age (days ago)
290
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zhang Yi