forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/Documentation/devicetree/bindings/sound/gtm601.txt
....@@ -1,10 +1,16 @@
11 GTM601 UMTS modem audio interface CODEC
22
3
-This device has no configuration interface. Sample rate is fixed - 8kHz.
3
+This device has no configuration interface. The sample rate and channels are
4
+based on the compatible string
5
+ "option,gtm601" = 8kHz mono
6
+ "broadmobi,bm818" = 48KHz stereo
47
58 Required properties:
69
7
- - compatible : "option,gtm601"
10
+ - compatible : one of
11
+ "option,gtm601"
12
+ "broadmobi,bm818"
13
+
814
915 Example:
1016