[alsa-devel] [PATCH v4 1/1] ASoC: TI WL1273 FM Radio Codec.
Mark Brown
broonie at opensource.wolfsonmicro.com
Wed Aug 4 18:31:11 CEST 2010
On Wed, Aug 04, 2010 at 12:42:59PM +0300, Matti J. Aaltonen wrote:
> This is an ALSA codec for the Texas Instruments WL1273 FM Radio.
This basically looks OK but...
> +/* codec private data */
> +struct wl1273_priv {
> + struct snd_soc_codec codec;
> + enum wl1273_mode mode;
> + struct wl1273_core *core;
> + unsigned int channels;
> +};
...why would anything outside the driver be peering into this?
More information about the Alsa-devel
mailing list