From 045d12a9f2e2eaa0485b9f912ee8320e3f6f8a36 Mon Sep 17 00:00:00 2001 From: Emil Obalski Date: Tue, 14 Jul 2020 09:45:31 +0200 Subject: [PATCH] usb: audio: Correct typos in USB audio bindings. This patch corrects misspells in USB audio bindings. Signed-off-by: Emil Obalski --- dts/bindings/usb/usb-audio-hp.yaml | 4 ++-- dts/bindings/usb/usb-audio-hs.yaml | 8 ++++---- dts/bindings/usb/usb-audio-mic.yaml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dts/bindings/usb/usb-audio-hp.yaml b/dts/bindings/usb/usb-audio-hp.yaml index f0349a92f18..01daf6593e5 100644 --- a/dts/bindings/usb/usb-audio-hp.yaml +++ b/dts/bindings/usb/usb-audio-hp.yaml @@ -107,8 +107,8 @@ properties: required: false description: Enable Bass Boost feature. Currently not supported. - feature-loduness: + feature-loudness: type: boolean required: false description: Enable Loudness feature. - Currently not supported. + Currently not supported. diff --git a/dts/bindings/usb/usb-audio-hs.yaml b/dts/bindings/usb/usb-audio-hs.yaml index e837e7ec970..1b621ba4ec9 100644 --- a/dts/bindings/usb/usb-audio-hs.yaml +++ b/dts/bindings/usb/usb-audio-hs.yaml @@ -128,11 +128,11 @@ properties: required: false description: Enable Bass Boost feature. Currently not supported. - mic-mic-feature-loduness: + mic-feature-loudness: type: boolean required: false description: Enable Loudness feature. - Currently not supported. + Currently not supported. # headphones channel configuration options hp-channel-l: type: boolean @@ -221,8 +221,8 @@ properties: required: false description: Enable Bass Boost feature. Currently not supported. - hp-feature-loduness: + hp-feature-loudness: type: boolean required: false description: Enable Loudness feature. - Currently not supported. + Currently not supported. diff --git a/dts/bindings/usb/usb-audio-mic.yaml b/dts/bindings/usb/usb-audio-mic.yaml index 8674d7beb9a..9625c53a944 100644 --- a/dts/bindings/usb/usb-audio-mic.yaml +++ b/dts/bindings/usb/usb-audio-mic.yaml @@ -119,8 +119,8 @@ properties: required: false description: Enable Bass Boost feature. Currently not supported. - feature-loduness: + feature-loudness: type: boolean required: false description: Enable Loudness feature. - Currently not supported. + Currently not supported.