Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: amd: acp: Enable I2S support for acp7.2 based platforms

Enable I2S dai driver support for acp7.2 based platforms.

Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://patch.msgid.link/20250702094425.155185-3-venkataprasad.potturu@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Venkata Prasad Potturu and committed by
Mark Brown
3549725e a3b0e804

+3
+3
sound/soc/amd/acp/acp-i2s.c
··· 58 58 case ACP63_PCI_ID: 59 59 case ACP70_PCI_ID: 60 60 case ACP71_PCI_ID: 61 + case ACP72_PCI_ID: 61 62 val |= FIELD_PREP(ACP63_LRCLK_DIV_FIELD, chip->lrclk_div); 62 63 val |= FIELD_PREP(ACP63_BCLK_DIV_FIELD, chip->bclk_div); 63 64 break; ··· 135 134 case ACP63_PCI_ID: 136 135 case ACP70_PCI_ID: 137 136 case ACP71_PCI_ID: 137 + case ACP72_PCI_ID: 138 138 switch (slots) { 139 139 case 1 ... 31: 140 140 no_of_slots = slots; ··· 170 168 case ACP63_PCI_ID: 171 169 case ACP70_PCI_ID: 172 170 case ACP71_PCI_ID: 171 + case ACP72_PCI_ID: 173 172 if (tx_mask && stream->dir == SNDRV_PCM_STREAM_PLAYBACK) 174 173 chip->tdm_tx_fmt[stream->dai_id - 1] = 175 174 FRM_LEN | (slots << 13) | (slot_len << 18);