diff options
Diffstat (limited to 'sound/soc/imx/imx-spdif.c')
-rw-r--r-- | sound/soc/imx/imx-spdif.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |