[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4E82CB21.5060401@metafoo.de>
Date: Wed, 28 Sep 2011 09:22:09 +0200
From: Lars-Peter Clausen <lars@...afoo.de>
To: Axel Lin <axel.lin@...il.com>
CC: linux-kernel@...r.kernel.org, Liam Girdwood <lrg@...com>,
Mark Brown <broonie@...nsource.wolfsonmicro.com>,
alsa-devel@...a-project.org
Subject: Re: [PATCH] ASoC: Fix setting adau1373_dai->master for SND_SOC_DAIFMT_CBS_CFS
On 09/28/2011 09:14 AM, Axel Lin wrote:
> In the case of SND_SOC_DAIFMT_CBS_CFS, adau1373_dai->master should be false.
>
> Signed-off-by: Axel Lin <axel.lin@...il.com>
Acked-by: Lars-Peter Clausen <lars@...afoo.de>
Thanks
> ---
> sound/soc/codecs/adau1373.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/codecs/adau1373.c b/sound/soc/codecs/adau1373.c
> index 2aa40c3..1ccf8dd 100644
> --- a/sound/soc/codecs/adau1373.c
> +++ b/sound/soc/codecs/adau1373.c
> @@ -974,7 +974,7 @@ static int adau1373_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt)
> break;
> case SND_SOC_DAIFMT_CBS_CFS:
> ctrl = 0;
> - adau1373_dai->master = true;
> + adau1373_dai->master = false;
> break;
> default:
> return -EINVAL;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists