[alsa-devel] [PATCH 5/6] ASoC: Convert WM8903 to direct regmap API usage

Stephen Warren swarren at nvidia.com
Fri Dec 2 21:30:28 CET 2011


Mark Brown wrote at Friday, December 02, 2011 12:28 PM:
> Converting to an rbtree cache as regcache doesn't have a flat cache.
> Since the top of the register map is fairly sparse this should be an
> overall win.

> +static bool wm8903_readable_register(struct device *dev, unsigned int reg)
> +{
> +	switch (reg) {
> +	case WM8903_FLL_CONTROL_1:
> +	case WM8903_FLL_CONTROL_2:
> +	case WM8903_FLL_CONTROL_3:
> +	case WM8903_FLL_CONTROL_4:

Those four symbols don't exist.

-- 
nvpublic



More information about the Alsa-devel mailing list