[alsa-devel] [ALSA] fix private data pointer calculation in CS4270 driver
Takashi Iwai
tiwai at suse.de
Wed Nov 14 08:23:06 CET 2007
At Tue, 13 Nov 2007 17:23:36 -0600,
Timur Tabi wrote:
>
> Fix the calculation of the private_data pointer in the CS4270 driver.
>
> Signed-off-by: Timur Tabi <timur at freescale.com>
Thanks, applied to ALSA tree now.
Takashi
> ---
> sound/soc/codecs/cs4270.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c
> index 5d601ad..abac628 100644
> --- a/sound/soc/codecs/cs4270.c
> +++ b/sound/soc/codecs/cs4270.c
> @@ -725,7 +725,8 @@ static int cs4270_probe(struct platform_device *pdev)
> codec->owner = THIS_MODULE;
> codec->dai = &cs4270_dai;
> codec->num_dai = 1;
> - codec->private_data = codec + ALIGN(sizeof(struct snd_soc_codec), 4);
> + codec->private_data = (void *) codec +
> + ALIGN(sizeof(struct snd_soc_codec), 4);
>
> socdev->codec = codec;
>
> --
> 1.5.2.4
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel at alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
More information about the Alsa-devel
mailing list