From 6d8bb5f9a1de6894d9794386fa0f68f5c9608b97 Mon Sep 17 00:00:00 2001 From: Bard Liao Date: Thu, 23 Jan 2025 11:14:34 +0800 Subject: [PATCH] fixup! ASoC: SOF: Intel: hda-sdw-bpt: add helpers for SoundWire BPT DMA Add comment to describe where did the 192k from. Signed-off-by: Bard Liao --- sound/soc/sof/intel/hda-sdw-bpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/sof/intel/hda-sdw-bpt.c b/sound/soc/sof/intel/hda-sdw-bpt.c index 1187c076afa617..ba10259fe26285 100644 --- a/sound/soc/sof/intel/hda-sdw-bpt.c +++ b/sound/soc/sof/intel/hda-sdw-bpt.c @@ -20,7 +20,7 @@ #include "../ipc4-priv.h" #include "hda.h" -#define BPT_FREQUENCY 192000 +#define BPT_FREQUENCY 192000 /* The max rate defined in rate_bits[] hdac_device.c */ #define BPT_MULTIPLIER ((BPT_FREQUENCY / 48000) - 1) #define BPT_CHAIN_DMA_FIFO_MS 10 /*