Skip to content

Commit

Permalink
audio: fix indentation in audio/Kconfig
Browse files Browse the repository at this point in the history
Use tabs for indentation consistently.

Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
kv2019i authored and lgirdwood committed May 8, 2024
1 parent b10ec85 commit 81348f0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/audio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ rsource "volume/Kconfig"
rsource "aria/Kconfig"

config COMP_BASEFW_IPC4
bool "BASEFW component"
default y
depends on IPC_MAJOR_4
help
Select for BASEFW component
bool "BASEFW component"
default y
depends on IPC_MAJOR_4
help
Select for BASEFW component

config IPC4_BASE_FW_INTEL
bool "BASEFW component Intel vendor extensions"
Expand Down Expand Up @@ -63,13 +63,13 @@ config XRUN_NOTIFICATIONS_ENABLE
Enable xrun notifications sending to host

config IPC4_GATEWAY
bool "IPC4 Gateway"
default y
depends on IPC_MAJOR_4
help
Select for IPC4 Gateway. IPC4 Gateway is used to transfer audio between
host and DSP without using DMA: via memory window (audio payload) and
IPC4 messages (set/get/flush commands).
bool "IPC4 Gateway"
default y
depends on IPC_MAJOR_4
help
Select for IPC4 Gateway. IPC4 Gateway is used to transfer audio between
host and DSP without using DMA: via memory window (audio payload) and
IPC4 messages (set/get/flush commands).

rsource "up_down_mixer/Kconfig"

Expand Down

0 comments on commit 81348f0

Please sign in to comment.