On Mon, Jun 22, 2015 at 12:06:04PM +0200, Paul Bolle wrote:Yep, thanks a lot ;)
But I think there's no platform_device with a "dw-hdmi-i2s-audio" name.+ } else if (hdmi_readb(hdmi, HDMI_CONFIG0_ID) & HDMI_CONFIG0_I2S) {
So I wonder whether this MODULE_ALIAS() is actually needed. What breaks
if you leave it out?
+ pdevinfo.name = "dw-hdmi-ahb-audio";
This should be "dw-hdmi-i2s-audio" to avoid picking up on my AHB audio
driver.