Skip to content

Commit ea76a14

Browse files
committed
fixup! drm/apple: audio: Create a device link to the DMA device
1 parent a97ae1e commit ea76a14

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

drivers/gpu/drm/apple/audio.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,9 @@ static int dcpaud_comp_bind(struct device *dev, struct device *main, void *data)
646646
}
647647
dcpaud->dma_dev = &dma_pdev->dev;
648648

649-
dcpaud->dma_link = device_link_add(dev, dcpaud->dma_dev, DL_FLAG_PM_RUNTIME | DL_FLAG_RPM_ACTIVE |
649+
dcpaud->dma_link = device_link_add(dev, dcpaud->dma_dev,
650+
DL_FLAG_PM_RUNTIME |
651+
DL_FLAG_RPM_ACTIVE |
650652
DL_FLAG_STATELESS);
651653

652654
/* ignore errors to prevent audio issues affecting the display side */

0 commit comments

Comments
 (0)