diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2020-02-18 15:39:22 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-02-18 22:52:09 +0100 |
commit | 4c414da93a4642d02c67fbe82f1834be7bf586b7 (patch) | |
tree | a9dbfb3ba5140f9a574f3a9b5e96faab81a2f8af /sound/soc/sof/intel/Kconfig | |
parent | ASoC: SOF: Intel: Expose SDnFMT helpers (diff) | |
download | linux-4c414da93a4642d02c67fbe82f1834be7bf586b7.tar.xz linux-4c414da93a4642d02c67fbe82f1834be7bf586b7.zip |
ASoC: SOF: Intel: Probe compress operations
Add HDA handlers for soc_compr_ops and snd_compr_ops which cover probe
related operations. Implementation supports both connection purposes.
These merely define stream setups as core flow is covered by SOF
compress core.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200218143924.10565-8-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/intel/Kconfig')
-rw-r--r-- | sound/soc/sof/intel/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/Kconfig b/sound/soc/sof/intel/Kconfig index 56a837d2cb95..3bc64dee7c39 100644 --- a/sound/soc/sof/intel/Kconfig +++ b/sound/soc/sof/intel/Kconfig @@ -305,6 +305,15 @@ config SND_SOC_SOF_HDA_AUDIO_CODEC Say Y if you want to enable HDAudio codecs with SOF. If unsure select "N". +config SND_SOC_SOF_HDA_PROBES + bool "SOF enable probes over HDA" + depends on SND_SOC_SOF_DEBUG_PROBES + help + This option enables the data probing for Intel(R). + Intel(R) Skylake and newer platforms. + Say Y if you want to enable probes. + If unsure, select "N". + config SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1 bool "SOF enable DMI Link L1" help |