X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=sound%2Fsoc%2Fsamsung%2Fs3c24xx_simtec_hermes.c;h=7ace6a87f41b5e673a49f87f1e659be6ea11cd73;hb=a08485d8fdf6f67ca5f173b68d8f873c574745f2;hp=502798100f2196e79e26e99657da78b50279de13;hpb=33e57f221a333efa55786f4c3610c7c82b358808;p=deliverable%2Flinux.git diff --git a/sound/soc/samsung/s3c24xx_simtec_hermes.c b/sound/soc/samsung/s3c24xx_simtec_hermes.c index 502798100f21..befabe8979f7 100644 --- a/sound/soc/samsung/s3c24xx_simtec_hermes.c +++ b/sound/soc/samsung/s3c24xx_simtec_hermes.c @@ -82,13 +82,14 @@ static struct snd_soc_dai_link simtec_dai_aic33 = { .codec_name = "tlv320aic3x-codec.0-001a", .cpu_dai_name = "s3c24xx-iis", .codec_dai_name = "tlv320aic3x-hifi", - .platform_name = "samsung-audio", + .platform_name = "s3c24xx-iis", .init = simtec_hermes_init, }; /* simtec audio machine driver */ static struct snd_soc_card snd_soc_machine_simtec_aic33 = { .name = "Simtec-Hermes", + .owner = THIS_MODULE, .dai_link = &simtec_dai_aic33, .num_links = 1,