From: Mark Brown Date: Mon, 1 Sep 2008 17:47:04 +0000 (+0100) Subject: ALSA: ASoC: Don't suggest compile time selection of codec access X-Git-Tag: v2.6.28-rc1~720^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7c9d8520564eca89da8733e5248c7ce8ee8e1b0;p=pandora-kernel.git ALSA: ASoC: Don't suggest compile time selection of codec access Currently the boiler plate code used by most ASoC codecs to provide a placeholder for SPI access suggests making the selection of SPI a compile time option which is suboptimal when trying to build kernels supporting multiple systems. Change this template to suggest allowing runtime selection instead. Leave the drivers not yet converted to new style I2C access for now to avoid collisions. Signed-off-by: Mark Brown Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed