]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: ASoC: Don't suggest compile time selection of codec access
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 1 Sep 2008 17:47:04 +0000 (18:47 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 4 Sep 2008 08:34:30 +0000 (10:34 +0200)
commit2798a50def6add1f9416786492e3ba17ec7d0fad
tree2788d304f3e00e91cbaec157291270105af7e52a
parentc9108af81826848031706e28b7a86c0080bfb74a
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 <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/soc/codecs/ak4535.c
sound/soc/codecs/uda1380.c
sound/soc/codecs/wm8750.c
sound/soc/codecs/wm8990.c