From c41e78a9c2e4e030343bdbdaf03ef17c36164264 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Fri, 23 Dec 2011 14:47:08 +0800 Subject: [PATCH] --- yaml --- r: 284010 b: refs/heads/master c: 6aff8ccb0cdd14be2acaa7cf397842005752b0f3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/imx/eukrea-tlv320.c | 1 + trunk/sound/soc/imx/mx27vis-aic32x4.c | 1 + trunk/sound/soc/imx/phycore-ac97.c | 1 + trunk/sound/soc/imx/wm1133-ev1.c | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4c7351859625..b17f349a9cb5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 662d4e5c247e9feb2814d9eafc160f42d9035978 +refs/heads/master: 6aff8ccb0cdd14be2acaa7cf397842005752b0f3 diff --git a/trunk/sound/soc/imx/eukrea-tlv320.c b/trunk/sound/soc/imx/eukrea-tlv320.c index 75fb4b83548b..1c1fdd10f73f 100644 --- a/trunk/sound/soc/imx/eukrea-tlv320.c +++ b/trunk/sound/soc/imx/eukrea-tlv320.c @@ -87,6 +87,7 @@ static struct snd_soc_dai_link eukrea_tlv320_dai = { static struct snd_soc_card eukrea_tlv320 = { .name = "cpuimx-audio", + .owner = THIS_MODULE, .dai_link = &eukrea_tlv320_dai, .num_links = 1, }; diff --git a/trunk/sound/soc/imx/mx27vis-aic32x4.c b/trunk/sound/soc/imx/mx27vis-aic32x4.c index 054110b91d42..3c2eed9094d5 100644 --- a/trunk/sound/soc/imx/mx27vis-aic32x4.c +++ b/trunk/sound/soc/imx/mx27vis-aic32x4.c @@ -86,6 +86,7 @@ static struct snd_soc_dai_link mx27vis_aic32x4_dai = { static struct snd_soc_card mx27vis_aic32x4 = { .name = "visstrim_m10-audio", + .owner = THIS_MODULE, .dai_link = &mx27vis_aic32x4_dai, .num_links = 1, }; diff --git a/trunk/sound/soc/imx/phycore-ac97.c b/trunk/sound/soc/imx/phycore-ac97.c index a7deb5cb2433..6ac12111de6a 100644 --- a/trunk/sound/soc/imx/phycore-ac97.c +++ b/trunk/sound/soc/imx/phycore-ac97.c @@ -38,6 +38,7 @@ static struct snd_soc_dai_link imx_phycore_dai_ac97[] = { static struct snd_soc_card imx_phycore = { .name = "PhyCORE-ac97-audio", + .owner = THIS_MODULE, .dai_link = imx_phycore_dai_ac97, .num_links = ARRAY_SIZE(imx_phycore_dai_ac97), }; diff --git a/trunk/sound/soc/imx/wm1133-ev1.c b/trunk/sound/soc/imx/wm1133-ev1.c index 490a1260c228..37480c90e997 100644 --- a/trunk/sound/soc/imx/wm1133-ev1.c +++ b/trunk/sound/soc/imx/wm1133-ev1.c @@ -255,6 +255,7 @@ static struct snd_soc_dai_link wm1133_ev1_dai = { static struct snd_soc_card wm1133_ev1 = { .name = "WM1133-EV1", + .owner = THIS_MODULE, .dai_link = &wm1133_ev1_dai, .num_links = 1, };