summaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx/ln2440sbc_alc650.c
diff options
context:
space:
mode:
authorMark Brown2008-12-02 17:01:14 +0100
committerMark Brown2008-12-02 17:03:40 +0100
commit87689d567a45f80416feea0a2aa6d3a2a6b8963a (patch)
treed33d923e9e359f3be124d0a63c30b41637b9f933 /sound/soc/s3c24xx/ln2440sbc_alc650.c
parentASoC: Push workqueue data into snd_soc_card (diff)
downloadkernel-qcow2-linux-87689d567a45f80416feea0a2aa6d3a2a6b8963a.tar.gz
kernel-qcow2-linux-87689d567a45f80416feea0a2aa6d3a2a6b8963a.tar.xz
kernel-qcow2-linux-87689d567a45f80416feea0a2aa6d3a2a6b8963a.zip
ASoC: Push platform registration down into the card
As part of the deprecation of snd_soc_device push the registration of the platform down into the card structure. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/ln2440sbc_alc650.c')
-rw-r--r--sound/soc/s3c24xx/ln2440sbc_alc650.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/ln2440sbc_alc650.c b/sound/soc/s3c24xx/ln2440sbc_alc650.c
index a70cbc0fa070..12c71482d258 100644
--- a/sound/soc/s3c24xx/ln2440sbc_alc650.c
+++ b/sound/soc/s3c24xx/ln2440sbc_alc650.c
@@ -40,13 +40,13 @@ static struct snd_soc_dai_link ln2440sbc_dai[] = {
static struct snd_soc_card ln2440sbc = {
.name = "LN2440SBC",
+ .platform = &s3c24xx_soc_platform,
.dai_link = ln2440sbc_dai,
.num_links = ARRAY_SIZE(ln2440sbc_dai),
};
static struct snd_soc_device ln2440sbc_snd_ac97_devdata = {
.card = &ln2440sbc,
- .platform = &s3c24xx_soc_platform,
.codec_dev = &soc_codec_dev_ac97,
};