mirror of https://github.com/thesofproject/sof.git
Audio: SRC: Remove redundant trace
There's same information traced just after this. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
parent
40b6c80f18
commit
abb35a2f01
|
@ -699,9 +699,6 @@ static int src_params(struct comp_dev *dev,
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
comp_info(dev, "src_params(): src->source_rate: %d", cd->source_rate);
|
|
||||||
comp_info(dev, "src_params(): src->sink_rate: %d", cd->sink_rate);
|
|
||||||
|
|
||||||
cd->source_frames = dev->frames * cd->source_rate / cd->sink_rate;
|
cd->source_frames = dev->frames * cd->source_rate / cd->sink_rate;
|
||||||
cd->sink_frames = dev->frames;
|
cd->sink_frames = dev->frames;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue