Skip to content

Commit

Permalink
fixup! ASoC: SOF: Intel: hda-sdw-bpt: add helpers for SoundWire BPT DMA
Browse files Browse the repository at this point in the history
Add comment to describe where did the 192k from.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
bardliao authored and ujfalusi committed Jan 27, 2025
1 parent ab36667 commit 6d8bb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/sof/intel/hda-sdw-bpt.c
Original file line number Diff line number Diff line change
@@ -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
/*

0 comments on commit 6d8bb5f

Please sign in to comment.