Skip to content

Commit f1d0260

Browse files
Venkata-Prasad-Potturubroonie
authored andcommitted
ASoC: amd: acp: Adjust pdm gain value
Set pdm gain value by setting PDM_MISC_CTRL_MASK value. To avoid low pdm gain value. Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com> Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org> Link: https://patch.msgid.link/20250821054606.1279178-1-venkataprasad.potturu@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 7833810 commit f1d0260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/amd/acp/amd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
#define PDM_DMA_INTR_MASK 0x10000
131131
#define PDM_DEC_64 0x2
132132
#define PDM_CLK_FREQ_MASK 0x07
133-
#define PDM_MISC_CTRL_MASK 0x10
133+
#define PDM_MISC_CTRL_MASK 0x18
134134
#define PDM_ENABLE 0x01
135135
#define PDM_DISABLE 0x00
136136
#define DMA_EN_MASK 0x02

0 commit comments

Comments
 (0)