Skip to content

Commit

Permalink
Audio: Fix the kconfig error of mixin_mixout.
Browse files Browse the repository at this point in the history
The original content of mixin_mixout kconfig is incorrect, that is
for aria. This commit fix that error.

Signed-off-by: Andrula Song <[email protected]>
  • Loading branch information
andrula-song committed Jan 25, 2024
1 parent ff9343a commit aceef1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 2 additions & 0 deletions src/audio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ config COMP_TONE

rsource "mixer/Kconfig"

rsource "mixin_mixout/Kconfig"

rsource "mux/Kconfig"

config COMP_KPB
Expand Down
1 change: 1 addition & 0 deletions src/audio/mixer/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
config COMP_MIXER
bool "Mixer component"
default y
depends on IPC_MAJOR_3
help
Select for Mixer component
16 changes: 6 additions & 10 deletions src/audio/mixin_mixout/Kconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# SPDX-License-Identifier: BSD-3-Clause

config COMP_ARIA
bool "ARIA component"
default n
depends on IPC_MAJOR_4
help
Select for Automatic Regressive Input Amplifier Module component
ARIA applies variable gain into incoming signal.
Applied gain is in range <1, 2 power attenuation>
Currently ARIA introduces gain transition and algorithmic
latency equal to 1 ms.
config COMP_MIXER
bool "Mixer component"
default y
depends on IPC_MAJOR_4
help
Select for Mixer component

0 comments on commit aceef1a

Please sign in to comment.