diff options
| -rw-r--r-- | sound/soc/generic/test-component.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sound/soc/generic/test-component.c b/sound/soc/generic/test-component.c index 407288055741..c17abbeafcab 100644 --- a/sound/soc/generic/test-component.c +++ b/sound/soc/generic/test-component.c @@ -224,7 +224,7 @@ static const struct snd_soc_dai_ops test_verbose_ops = {  	.num_auto_selectable_formats	= 1,  }; -#define STUB_RATES	SNDRV_PCM_RATE_8000_384000 +#define STUB_RATES	SNDRV_PCM_RATE_CONTINUOUS  #define STUB_FORMATS	(SNDRV_PCM_FMTBIT_S8		| \  			 SNDRV_PCM_FMTBIT_U8		| \  			 SNDRV_PCM_FMTBIT_S16_LE	| \ | 
