Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: test-component: Support continuous rates for test component

There's no reason to limit the supported rates of the test component
to specific ones as if it's a real piece of hardware. Set the rates to
continuous to aid in testing different rates.

Signed-off-by: John Watts <contact@jookia.org>
Link: https://patch.msgid.link/20241112-alsa_test_rates-v1-1-95cf529db871@jookia.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

John Watts and committed by
Mark Brown
c853e963 d0621105

+1 -1
+1 -1
sound/soc/generic/test-component.c
··· 224 224 .num_auto_selectable_formats = 1, 225 225 }; 226 226 227 - #define STUB_RATES SNDRV_PCM_RATE_8000_384000 227 + #define STUB_RATES SNDRV_PCM_RATE_CONTINUOUS 228 228 #define STUB_FORMATS (SNDRV_PCM_FMTBIT_S8 | \ 229 229 SNDRV_PCM_FMTBIT_U8 | \ 230 230 SNDRV_PCM_FMTBIT_S16_LE | \