diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-06-08 17:59:19 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-06-08 17:59:19 +0300 |
commit | a0309c344886c499b6071e7f03658e7f71a9afbb (patch) | |
tree | 34a3de212b6e7fc9c9add64d19b5077217c449bc /sound/soc/fsl | |
parent | 600dd2a7e8b62170d177381cc1303861f48f9780 (diff) | |
parent | c8a4556d98510ca05bad8d02265a4918b03a8c0b (diff) | |
download | linux-a0309c344886c499b6071e7f03658e7f71a9afbb.tar.xz |
Merge tag 'asoc-fix-v5.13-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.13
A collection of fixes and device ID updates that have come up in the
past few -rcs, none of which stand out particularly.
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/fsl-asoc-card.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl-asoc-card.c b/sound/soc/fsl/fsl-asoc-card.c index c62bfd1c3ac7..4f55b316cf0f 100644 --- a/sound/soc/fsl/fsl-asoc-card.c +++ b/sound/soc/fsl/fsl-asoc-card.c @@ -744,6 +744,7 @@ static int fsl_asoc_card_probe(struct platform_device *pdev) /* Initialize sound card */ priv->pdev = pdev; priv->card.dev = &pdev->dev; + priv->card.owner = THIS_MODULE; ret = snd_soc_of_parse_card_name(&priv->card, "model"); if (ret) { snprintf(priv->name, sizeof(priv->name), "%s-audio", |