Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: sound: gtm601: add the broadmobi interface

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>

authored by

Angus Ainslie (Purism) and committed by
Mark Brown
bb9ee1ea 057a317a

+8 -2
+8 -2
Documentation/devicetree/bindings/sound/gtm601.txt
··· 1 1 GTM601 UMTS modem audio interface CODEC 2 2 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 4 7 5 8 Required properties: 6 9 7 - - compatible : "option,gtm601" 10 + - compatible : one of 11 + "option,gtm601" 12 + "broadmobi,bm818" 13 + 8 14 9 15 Example: 10 16