[alsa-devel] [PATCH 1/4] ASoC: soc.h: Add new caching API prototypes and hooks
Mark Brown
broonie at opensource.wolfsonmicro.com
Thu Nov 4 19:20:19 CET 2010
On Thu, Nov 04, 2010 at 02:22:41PM +0000, Dimitris Papastamos wrote:
> Signed-off-by: Dimitris Papastamos <dp at opensource.wolfsonmicro.com>
As previously mentioned please split this series up into patches which
individually add some useful functiionality
> +/* SoC cache ops */
> +struct snd_soc_cache_ops {
> + int id; /* corresponds to snd_soc_compress_type */
Shouldn't this be using the enum then?
> --- a/sound/soc/Kconfig
> +++ b/sound/soc/Kconfig
> @@ -4,6 +4,8 @@
>
> menuconfig SND_SOC
> tristate "ALSA for SoC audio support"
> + select LZO_COMPRESS
> + select LZO_DECOMPRESS
> select SND_PCM
> select AC97_BUS if SND_SOC_AC97_BUS
> select SND_JACK if INPUT=y || INPUT=SND
This definitely looks like it should be in a separate patch.
More information about the Alsa-devel
mailing list