Loading sound/x86/intel_hdmi_audio.c +0 −11 Original line number Diff line number Diff line Loading @@ -1600,8 +1600,6 @@ int hdmi_audio_probe(struct platform_device *devptr, pr_debug("Enter %s\n", __func__); pr_debug("hdmi_audio_probe dma_mask: %p\n", devptr->dev.dma_mask); /* allocate memory for saving internal context and working */ intelhaddata = kzalloc(sizeof(*intelhaddata), GFP_KERNEL); if (!intelhaddata) Loading Loading @@ -1653,15 +1651,6 @@ int hdmi_audio_probe(struct platform_device *devptr, retval = snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, NULL, HAD_MAX_BUFFER, HAD_MAX_BUFFER); if (card->dev == NULL) pr_debug("card->dev is NULL!!!!! Should not be this case\n"); else if (card->dev->dma_mask == NULL) pr_debug("hdmi_audio_probe dma_mask is NULL!!!!!\n"); else pr_debug("hdmi_audio_probe dma_mask is : %p\n", card->dev->dma_mask); if (retval) goto err; Loading sound/x86/intel_hdmi_lpe_audio.c +1 −0 Original line number Diff line number Diff line Loading @@ -315,6 +315,7 @@ static int hdmi_lpe_audio_probe(struct platform_device *pdev) }; dev_dbg(&pdev->dev, "Enter %s\n", __func__); dev_dbg(&pdev->dev, "dma_mask: %p\n", pdev->dev.dma_mask); /* get resources */ irq = platform_get_irq(pdev, 0); Loading Loading
sound/x86/intel_hdmi_audio.c +0 −11 Original line number Diff line number Diff line Loading @@ -1600,8 +1600,6 @@ int hdmi_audio_probe(struct platform_device *devptr, pr_debug("Enter %s\n", __func__); pr_debug("hdmi_audio_probe dma_mask: %p\n", devptr->dev.dma_mask); /* allocate memory for saving internal context and working */ intelhaddata = kzalloc(sizeof(*intelhaddata), GFP_KERNEL); if (!intelhaddata) Loading Loading @@ -1653,15 +1651,6 @@ int hdmi_audio_probe(struct platform_device *devptr, retval = snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, NULL, HAD_MAX_BUFFER, HAD_MAX_BUFFER); if (card->dev == NULL) pr_debug("card->dev is NULL!!!!! Should not be this case\n"); else if (card->dev->dma_mask == NULL) pr_debug("hdmi_audio_probe dma_mask is NULL!!!!!\n"); else pr_debug("hdmi_audio_probe dma_mask is : %p\n", card->dev->dma_mask); if (retval) goto err; Loading
sound/x86/intel_hdmi_lpe_audio.c +1 −0 Original line number Diff line number Diff line Loading @@ -315,6 +315,7 @@ static int hdmi_lpe_audio_probe(struct platform_device *pdev) }; dev_dbg(&pdev->dev, "Enter %s\n", __func__); dev_dbg(&pdev->dev, "dma_mask: %p\n", pdev->dev.dma_mask); /* get resources */ irq = platform_get_irq(pdev, 0); Loading