diff options
author | Guido Günther <agx@sigxcpu.org> | 2023-08-09 21:50:10 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-10 17:44:39 +0300 |
commit | 6870f41033d839fa72195fd2dd37f902b37ea62b (patch) | |
tree | 324c0012583e52ee32449d5b882e17e33d6283a0 /Documentation/devicetree | |
parent | 9c28423d3caae63e665e2b8d704fa41ac823b2a6 (diff) | |
download | linux-6870f41033d839fa72195fd2dd37f902b37ea62b.tar.xz |
dt-bindings: sound: gtm601: Add description
This allows to us to document the channel and sampling
rate requirements.
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Reviewed-by: David Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/b6e85fdfaa87d7684a120ccedc1e07d8fe87957f.1691606520.git.agx@sigxcpu.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/sound/option,gtm601.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/option,gtm601.yaml b/Documentation/devicetree/bindings/sound/option,gtm601.yaml index 69c2ccc79dc5..ff813d97fc59 100644 --- a/Documentation/devicetree/bindings/sound/option,gtm601.yaml +++ b/Documentation/devicetree/bindings/sound/option,gtm601.yaml @@ -16,10 +16,12 @@ description: > properties: compatible: oneOf: - - items: # 48 kHz stereo + - description: Broadmobi BM818 (48Khz stereo) + items: - const: broadmobi,bm818 - const: option,gtm601 - - const: option,gtm601 # 8 kHz mono + - description: GTM601 (8kHz mono) + const: option,gtm601 '#sound-dai-cells': const: 0 |