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:
Seppo Ingalsuo 2022-04-01 21:23:00 +03:00 committed by Liam Girdwood
parent 40b6c80f18
commit abb35a2f01
1 changed files with 0 additions and 3 deletions

View File

@ -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;