summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshni Shah <roshni.shah@timesys.com>2014-01-05 10:09:10 -0500
committerRoshni Shah <roshni.shah@timesys.com>2014-01-05 10:09:10 -0500
commitb609471386808e9996877ca99a8c5219ae8e924f (patch)
treee3176eec579e690df0ba64ca7e8e9c2f32fe56cb
parentf08bae754ea363d0b9003ef388ac7dc765670f22 (diff)
Quartz: Updated the Audio Drv (mvf-sgtl5000) to use appropriate I2c port
-rw-r--r--sound/soc/mvf/mvf-sgtl5000.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/mvf/mvf-sgtl5000.c b/sound/soc/mvf/mvf-sgtl5000.c
index a5fb36038f66..d63676ea3869 100644
--- a/sound/soc/mvf/mvf-sgtl5000.c
+++ b/sound/soc/mvf/mvf-sgtl5000.c
@@ -231,7 +231,7 @@ static struct snd_soc_dai_link mvf_sgtl5000_dai[] = {
.name = "HiFi",
.stream_name = "HiFi",
.codec_dai_name = "sgtl5000",
- .codec_name = "sgtl5000.0-000a",
+ .codec_name = "sgtl5000.2-000a",
.cpu_dai_name = "mvf-sai.0",
.platform_name = "mvf-pcm-audio.0",
.init = mvf_twr_sgtl5000_init,
@@ -256,7 +256,7 @@ static int __devinit mvf_sgtl5000_probe(struct platform_device *pdev)
if (plat->init && plat->init())
return -EINVAL;
- card_priv.sysclk = 24576000;
+ card_priv.sysclk = plat->sysclk;;
return 0;
}
@@ -288,7 +288,7 @@ static int __init mvf_sgtl5000_init(void)
if (ret)
return -ENOMEM;
- mvf_sgtl5000_dai[0].codec_name = "sgtl5000.0-000a";
+ mvf_sgtl5000_dai[0].codec_name = "sgtl5000.2-000a";
mvf_sgtl5000_snd_device = platform_device_alloc("soc-audio", 1);
if (!mvf_sgtl5000_snd_device)