5 Sep
2008
5 Sep
'08
2:48 p.m.
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.