[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080905124821.GG12383@sirena.org.uk>
Date: Fri, 5 Sep 2008 13:48:22 +0100
From: Mark Brown <broonie@...ena.org.uk>
To: Bryan Wu <cooloney@...nel.org>
Cc: Cliff Cai <cliff.cai@...log.com>, alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org
Subject: Re: [alsa-devel] [PATCH 3/9] ASoC: Blackfin: DMA Driver for AC97 sound chip
On Fri, Sep 05, 2008 at 06:21:36PM +0800, Bryan Wu wrote:
> +static int bf5xx_pcm_open(struct snd_pcm_substream *substream)
> +{
> + struct snd_pcm_runtime *runtime = substream->runtime;
> + int ret;
> +
> + pr_debug("%s enter\n", __func__);
> + snd_soc_set_runtime_hwparams(substream, &bf5xx_pcm_hardware);
> +
> + ret = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
> + if (ret < 0)
> + goto out;
This change now goes over 80 columns... I'll fix this up locally.
--
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