Re: [PATCH v5 4/6] drm: bridge/dw_hdmi-i2s-audio: add audio driver

From: Yakir Yang
Date: Mon Jun 22 2015 - 23:08:14 EST


Russell,

å 2015/6/22 18:10, Russell King - ARM Linux åé:
On Mon, Jun 22, 2015 at 12:06:04PM +0200, Paul Bolle wrote:
But I think there's no platform_device with a "dw-hdmi-i2s-audio" name.
So I wonder whether this MODULE_ALIAS() is actually needed. What breaks
if you leave it out?
+ } else if (hdmi_readb(hdmi, HDMI_CONFIG0_ID) & HDMI_CONFIG0_I2S) {
+ pdevinfo.name = "dw-hdmi-ahb-audio";

This should be "dw-hdmi-i2s-audio" to avoid picking up on my AHB audio
driver.
Yep, thanks a lot ;)

- Yakir


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at http://www.tux.org/lkml/