Merge "ASoC: msm: remove wrong return statement"
This commit is contained in:
commit
35f3a9f36e
1 changed files with 0 additions and 1 deletions
|
@ -3809,7 +3809,6 @@ static int msm_aux_pcm_snd_startup(struct snd_pcm_substream *substream)
|
||||||
struct snd_soc_pcm_runtime *rtd = substream->private_data;
|
struct snd_soc_pcm_runtime *rtd = substream->private_data;
|
||||||
struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
|
struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
|
||||||
int index = cpu_dai->id - 1;
|
int index = cpu_dai->id - 1;
|
||||||
return ret = 0;
|
|
||||||
|
|
||||||
dev_dbg(rtd->card->dev,
|
dev_dbg(rtd->card->dev,
|
||||||
"%s: substream = %s stream = %d, dai name %s, dai ID %d\n",
|
"%s: substream = %s stream = %d, dai name %s, dai ID %d\n",
|
||||||
|
|
Loading…
Add table
Reference in a new issue