Re: [alsa-devel] [PATCH 5/9] ASoC: Only compile adav80x codec when a bus is defined

2012-11-04 Thread Lee Jones
Thanks for reviewing Lars. Here's the result: commit c4f60d00d04abfb730a54a97204873dafc6473ae Author: Lee Jones Date: Sat Nov 3 22:54:23 2012 +0100 ASoC: Only compile adav80x codec when a bus is defined If !CONFIG_SPI and !CONFIG_I2C* then there is no point adding support for

Re: [alsa-devel] [PATCH 5/9] ASoC: Only compile adav80x codec when a bus is defined

2012-11-04 Thread Lars-Peter Clausen
On 11/03/2012 11:02 PM, Lee Jones wrote: > If !CONFIG_SPI and !CONFIG_I2C* then there is no point adding support > for the adav80x codec as it relies on a bus to operate. This patch > fixes the build warnings below when SPI and I2C are not specified in > the configuration. > > sound/soc/codecs/ada