summaryrefslogtreecommitdiffstats
path: root/sound/x86/intel_hdmi_lpe_audio.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-01-31 08:02:16 +0100
committerTakashi Iwai <tiwai@suse.de>2017-02-03 17:29:36 +0100
commitdae15a9d960e513d5b60c00c306cddd87465f1c4 (patch)
tree968e6c0739e7411b8eb57e346af41fd0f651975b /sound/x86/intel_hdmi_lpe_audio.c
parentALSA: x86: Drop unused hw_silence field (diff)
downloadlinux-dae15a9d960e513d5b60c00c306cddd87465f1c4.tar.xz
linux-dae15a9d960e513d5b60c00c306cddd87465f1c4.zip
ALSA: x86: Move dma_mask debug print into intel_hdmi_lpe_audio.c
It belongs to the right place. And, remove a few sanity checks (e.g. NULL card) and debug prints as well. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r--sound/x86/intel_hdmi_lpe_audio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/x86/intel_hdmi_lpe_audio.c b/sound/x86/intel_hdmi_lpe_audio.c
index 53864d372861..6f823d4278bb 100644
--- a/sound/x86/intel_hdmi_lpe_audio.c
+++ b/sound/x86/intel_hdmi_lpe_audio.c
@@ -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);