Skip to content

Commit

Permalink
audio: volume: enable linear ramp for ipc4 volume
Browse files Browse the repository at this point in the history
previously, linear ramp is only applicable for ipc3, however,
linear is also applicable for chrome/linux with ipc4, so remove
ipc3 restriction.

Signed-off-by: Baofeng Tian <[email protected]>
  • Loading branch information
btian1 committed Sep 22, 2023
1 parent dac982a commit 4605f09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/module_adapter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ config COMP_VOLUME_WINDOWS_FADE
config COMP_VOLUME_LINEAR_RAMP
bool "Linear ramp volume transitions support"
default y
depends on IPC_MAJOR_3
help
This option enables volume linear ramp shape.

Expand Down

0 comments on commit 4605f09

Please sign in to comment.