X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=sound%2Fsoc%2Fimx%2Fimx-spdif.c;h=efee7696bfbb06b54d2f3bec17177f47df66f098;hb=aee4946541aca878d89356d3e0a85f1fcb7043f9;hp=885d8d58aee88373ceaea8fa0a29b1dfadf54812;hpb=50d12794a1c65cfc0a763c4ff5579c056c9cfb22;p=karo-tx-linux.git diff --git a/sound/soc/imx/imx-spdif.c b/sound/soc/imx/imx-spdif.c index 885d8d58aee8..efee7696bfbb 100644 --- a/sound/soc/imx/imx-spdif.c +++ b/sound/soc/imx/imx-spdif.c @@ -113,7 +113,7 @@ static int __init imx_spdif_init(void) return -ENOMEM; } - imx_spdif_snd_device = platform_device_alloc("soc-audio", -1); + imx_spdif_snd_device = platform_device_alloc("soc-audio", 3); if (!imx_spdif_snd_device) { pr_err("%s - failed platform_device_alloc\n", __func__); return -ENOMEM;