[alsa-devel] [PATCH 3/9] ASoC: Blackfin: DMA Driver for AC97 sound chip
Mark Brown
broonie at sirena.org.uk
Fri Sep 5 14:48:22 CEST 2008
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.
More information about the Alsa-devel
mailing list