Topology: Allow 8 - 192 kHz rates for Media Playback PCM

The pipeline was limited to 48 kHz min and max that is not
useful for running and testing SRC component.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2021-06-01 18:34:19 +03:00 committed by Liam Girdwood
parent 62caecc114
commit 8cec7d3ef1
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
PIPELINE_PCM_ADD(sof/pipe-pcm-media.m4,
14, 7, 2, s16le,
4000, 0, 0,
48000, 48000, 48000,
8000, 192000, 48000,
SCHEDULE_TIME_DOMAIN_TIMER,
PIPELINE_PLAYBACK_SCHED_COMP_1)