You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
sound: rockchip: fix dp sound issue
Signed-off-by: Nick Xie <nick@khadas.com> Change-Id: I465e68bb493ad4c403883c2b7117976a1dfcf1d9
This commit is contained in:
committed by
Ricardo Pardini
parent
c81dc12ce4
commit
55aa49183f
@@ -387,7 +387,7 @@ static int rk_spdif_probe(struct platform_device *pdev)
|
||||
|
||||
spdif->playback_dma_data.addr = res->start + SPDIF_SMPDR;
|
||||
spdif->playback_dma_data.addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
|
||||
spdif->playback_dma_data.maxburst = 4;
|
||||
spdif->playback_dma_data.maxburst = 8;
|
||||
|
||||
spdif->dev = &pdev->dev;
|
||||
dev_set_drvdata(&pdev->dev, spdif);
|
||||
|
||||
Reference in New Issue
Block a user