diff options
author | 2022-09-19 14:21:04 +0200 | |
---|---|---|
committer | 2022-09-19 15:44:05 +0100 | |
commit | 032e7c68bb4f4d977d2dd7f7629771973131f15e (patch) | |
tree | 39a2b8cb6c1835eb881eb2deb5c8706000af0cb7 /sound/soc/sof/intel/hda-stream.c | |
parent | ASoC: SOF: Intel: add HDA interrupt source tracing (diff) | |
download | linux-rng-032e7c68bb4f4d977d2dd7f7629771973131f15e.tar.xz linux-rng-032e7c68bb4f4d977d2dd7f7629771973131f15e.zip |
ASoC: SOF: Intel: remove unneeded dev_vdbg
This patch removes an unneeded dev_vdbg call in hda-stream.
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Noah Klayman <noah.klayman@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220919122108.43764-4-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/intel/hda-stream.c')
-rw-r--r-- | sound/soc/sof/intel/hda-stream.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/sof/intel/hda-stream.c b/sound/soc/sof/intel/hda-stream.c index b58662faa4aa..8344363beec0 100644 --- a/sound/soc/sof/intel/hda-stream.c +++ b/sound/soc/sof/intel/hda-stream.c @@ -93,9 +93,6 @@ static int hda_setup_bdle(struct snd_sof_dev *sdev, bdl++; hstream->frags++; offset += chunk; - - dev_vdbg(sdev->dev, "bdl, frags:%d, chunk size:0x%x;\n", - hstream->frags, chunk); } *bdlp = bdl; |