diff options
Diffstat (limited to 'sound/soc/fsl/imx-spdif.c')
-rw-r--r-- | sound/soc/fsl/imx-spdif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-spdif.c b/sound/soc/fsl/imx-spdif.c index e94704f1b9ee..33da26a12457 100644 --- a/sound/soc/fsl/imx-spdif.c +++ b/sound/soc/fsl/imx-spdif.c | |||
@@ -60,6 +60,7 @@ static int imx_spdif_audio_probe(struct platform_device *pdev) | |||
60 | data->card.dev = &pdev->dev; | 60 | data->card.dev = &pdev->dev; |
61 | data->card.dai_link = &data->dai; | 61 | data->card.dai_link = &data->dai; |
62 | data->card.num_links = 1; | 62 | data->card.num_links = 1; |
63 | data->card.owner = THIS_MODULE; | ||
63 | 64 | ||
64 | ret = snd_soc_of_parse_card_name(&data->card, "model"); | 65 | ret = snd_soc_of_parse_card_name(&data->card, "model"); |
65 | if (ret) | 66 | if (ret) |