mirror of https://github.com/thesofproject/sof.git
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:
parent
62caecc114
commit
8cec7d3ef1
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue