summaryrefslogtreecommitdiff
path: root/chip/mt_scp/mt818x/audio_codec_wov.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/mt818x/audio_codec_wov.c')
-rw-r--r--chip/mt_scp/mt818x/audio_codec_wov.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/mt_scp/mt818x/audio_codec_wov.c b/chip/mt_scp/mt818x/audio_codec_wov.c
index 0a4684f909..466494b53f 100644
--- a/chip/mt_scp/mt818x/audio_codec_wov.c
+++ b/chip/mt_scp/mt818x/audio_codec_wov.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019 The Chromium OS Authors. All rights reserved.
+ * Copyright 2019 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -79,7 +79,7 @@ int32_t audio_codec_wov_read(void *buf, uint32_t count)
while (count-- && wov_fifo_level()) {
if (IS_ENABLED(CONFIG_AUDIO_CODEC_DMIC_SOFTWARE_GAIN))
*out++ = audio_codec_s16_scale_and_clip(
- SCP_VIF_FIFO_DATA, gain);
+ SCP_VIF_FIFO_DATA, gain);
else
*out++ = SCP_VIF_FIFO_DATA;
}