Re: [alsa-devel] linux-next: Tree for April 4 (sound/soc)
On Mon, 4 Apr 2011 14:35:46 +1000 Stephen Rothwell wrote:
Hi all,
Changes since 20110401:
When CONFIG_SPI=n, CONFIG_I2C=n:
sound/soc/soc-cache.c:418: error: implicit declaration of function 'i2c_master_send' sound/soc/soc-cache.c:421: error: implicit declaration of function 'do_spi_write'
--- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***
It seems like that you can't say n with the CONFIG_I2C
2011/4/4, Randy Dunlap randy.dunlap@oracle.com:
On Mon, 4 Apr 2011 14:35:46 +1000 Stephen Rothwell wrote:
Hi all,
Changes since 20110401:
When CONFIG_SPI=n, CONFIG_I2C=n:
sound/soc/soc-cache.c:418: error: implicit declaration of function 'i2c_master_send' sound/soc/soc-cache.c:421: error: implicit declaration of function 'do_spi_write'
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
On Tue, 5 Apr 2011 00:05:43 +0800 高万龙 wrote:
It seems like that you can't say n with the CONFIG_I2C
It's a normal tristate kconfig symbol, so sure, I can disable it.
2011/4/4, Randy Dunlap randy.dunlap@oracle.com:
On Mon, 4 Apr 2011 14:35:46 +1000 Stephen Rothwell wrote:
Hi all,
Changes since 20110401:
When CONFIG_SPI=n, CONFIG_I2C=n:
sound/soc/soc-cache.c:418: error: implicit declaration of function 'i2c_master_send' sound/soc/soc-cache.c:421: error: implicit declaration of function 'do_spi_write'
--- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***
On Mon, Apr 04, 2011 at 08:37:47AM -0700, Randy Dunlap wrote:
On Mon, 4 Apr 2011 14:35:46 +1000 Stephen Rothwell wrote:
Hi all,
Changes since 20110401:
When CONFIG_SPI=n, CONFIG_I2C=n:
A patch was sent for this the other day, just waiting for review.
participants (3)
-
Mark Brown
-
Randy Dunlap
-
高万龙