Kconfig (c367caf1a38b6f0a1aababafd88b00fefa625f9e) Kconfig (e49037ad12e47cd34239b99b010c5438844923af)
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_SOC_SOF_TOPLEVEL
3 bool "Sound Open Firmware Support"
4 help
5 This adds support for Sound Open Firmware (SOF). SOF is free and
6 generic open source audio DSP firmware for multiple devices.
7 Say Y if you have such a device that is supported by SOF.
8 If unsure select "N".

--- 108 unchanged lines hidden (view full) ---

117 drivers.
118 Say Y if you need this force nocodec mode option.
119 If unsure select "N".
120
121config SND_SOC_SOF_DEBUG_XRUN_STOP
122 bool "SOF stop on XRUN"
123 help
124 This option forces PCMs to stop on any XRUN event. This is useful to
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_SOC_SOF_TOPLEVEL
3 bool "Sound Open Firmware Support"
4 help
5 This adds support for Sound Open Firmware (SOF). SOF is free and
6 generic open source audio DSP firmware for multiple devices.
7 Say Y if you have such a device that is supported by SOF.
8 If unsure select "N".

--- 108 unchanged lines hidden (view full) ---

117 drivers.
118 Say Y if you need this force nocodec mode option.
119 If unsure select "N".
120
121config SND_SOC_SOF_DEBUG_XRUN_STOP
122 bool "SOF stop on XRUN"
123 help
124 This option forces PCMs to stop on any XRUN event. This is useful to
125 preserve any trace data ond pipeline status prior to the XRUN.
125 preserve any trace data and pipeline status prior to the XRUN.
126 Say Y if you are debugging SOF FW pipeline XRUNs.
127 If unsure select "N".
128
129config SND_SOC_SOF_DEBUG_VERBOSE_IPC
130 bool "SOF verbose IPC logs"
131 help
132 This option enables more verbose IPC logs, with command types in
133 human-readable form instead of just 32-bit hex dumps. This is useful

--- 77 unchanged lines hidden ---
126 Say Y if you are debugging SOF FW pipeline XRUNs.
127 If unsure select "N".
128
129config SND_SOC_SOF_DEBUG_VERBOSE_IPC
130 bool "SOF verbose IPC logs"
131 help
132 This option enables more verbose IPC logs, with command types in
133 human-readable form instead of just 32-bit hex dumps. This is useful

--- 77 unchanged lines hidden ---