diff options
author | Mark Brown <broonie@kernel.org> | 2020-08-18 16:52:53 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-08-18 16:52:53 +0300 |
commit | 163ae5d1e102927af87e7456e3b5ac287b033a16 (patch) | |
tree | c355c32f2e1285b7b2b3acad31026eaa79d2f065 /Documentation | |
parent | 2d32c6087d8e61166fc0324f055605d449a353c7 (diff) | |
parent | a106bb6eeaace283bcb9fcaeb2e2ac4097037e4b (diff) | |
download | linux-163ae5d1e102927af87e7456e3b5ac287b033a16.tar.xz |
Merge series "This patch series is to enable multiple features on the Keembay Platform" from Michael Sit Wei Hong <michael.wei.hong.sit@intel.com>:
v2: Change channel-max device tree property to use new compatible string
v1: Initial patch series
Michael Sit Wei Hong (2):
ASoC: Intel: KMB: Enable TDM audio capture
dt-bindings: sound: intel,keembay-i2s: Add new compatible string
.../bindings/sound/intel,keembay-i2s.yaml | 1 +
sound/soc/intel/keembay/kmb_platform.c | 145 +++++++++++++-----
2 files changed, 109 insertions(+), 37 deletions(-)
--
2.17.1
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml b/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml index 2e0bbc1c868a..bf4632c0a9b6 100644 --- a/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml +++ b/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml @@ -17,6 +17,7 @@ properties: compatible: enum: - intel,keembay-i2s + - intel,keembay-tdm "#sound-dai-cells": const: 0 |