Title: [8154] trunk/sound/soc/blackfin/bf5xx-ssm2602.c: task[#5591]set I2C address information in board file
Revision
8154
Author
cliff
Date
2010-01-14 03:19:56 -0500 (Thu, 14 Jan 2010)

Log Message

task[#5591]set I2C address information in board file

Modified Paths

Diff

Modified: trunk/sound/soc/blackfin/bf5xx-ssm2602.c (8153 => 8154)


--- trunk/sound/soc/blackfin/bf5xx-ssm2602.c	2010-01-14 08:16:41 UTC (rev 8153)
+++ trunk/sound/soc/blackfin/bf5xx-ssm2602.c	2010-01-14 08:19:56 UTC (rev 8154)
@@ -112,18 +112,6 @@
 	.ops = &bf5xx_ssm2602_ops,
 };
 
-/*
- * SSM2602 2 wire address is determined by CSB
- * state during powerup.
- *    low  = 0x1a
- *    high = 0x1b
- */
-
-static struct ssm2602_setup_data bf5xx_ssm2602_setup = {
-	.i2c_bus = 0,
-	.i2c_address = 0x1b,
-};
-
 static struct snd_soc_card bf5xx_ssm2602 = {
 	.name = "bf5xx_ssm2602",
 	.platform = &bf5xx_i2s_soc_platform,
@@ -134,7 +122,6 @@
 static struct snd_soc_device bf5xx_ssm2602_snd_devdata = {
 	.card = &bf5xx_ssm2602,
 	.codec_dev = &soc_codec_dev_ssm2602,
-	.codec_data = &bf5xx_ssm2602_setup,
 };
 
 static struct platform_device *bf5xx_ssm2602_snd_device;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to