2015-05-08 03:29:31 +08:00
|
|
|
GTM601 UMTS modem audio interface CODEC
|
|
|
|
|
2019-12-23 23:47:12 +08:00
|
|
|
This device has no configuration interface. The sample rate and channels are
|
|
|
|
based on the compatible string
|
|
|
|
"option,gtm601" = 8kHz mono
|
|
|
|
"broadmobi,bm818" = 48KHz stereo
|
2015-05-08 03:29:31 +08:00
|
|
|
|
|
|
|
Required properties:
|
|
|
|
|
2019-12-23 23:47:12 +08:00
|
|
|
- compatible : one of
|
|
|
|
"option,gtm601"
|
|
|
|
"broadmobi,bm818"
|
|
|
|
|
2015-05-08 03:29:31 +08:00
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
codec: gtm601_codec {
|
|
|
|
compatible = "option,gtm601";
|
|
|
|
};
|