mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 03:33:58 +08:00
bb9ee1eacb
The Broadmobi BM818 uses a different sample rate and channels from the option modem. Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20191223154712.18581-3-angus@akkea.ca Signed-off-by: Mark Brown <broonie@kernel.org>
20 lines
363 B
Plaintext
20 lines
363 B
Plaintext
GTM601 UMTS modem audio interface CODEC
|
|
|
|
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
|
|
|
|
Required properties:
|
|
|
|
- compatible : one of
|
|
"option,gtm601"
|
|
"broadmobi,bm818"
|
|
|
|
|
|
Example:
|
|
|
|
codec: gtm601_codec {
|
|
compatible = "option,gtm601";
|
|
};
|