ASoC: qcom: Return an error for invalid PCM trigger command
authorTakashi Iwai <tiwai@suse.de>
Mon, 13 Apr 2015 12:23:29 +0000 (14:23 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 15 Apr 2015 16:04:15 +0000 (17:04 +0100)
commit96f05be37f4ece1dffba92d4ae079a486a4cf6df
tree96a01feb916b411df2cc43600dec625f907b0b7f
parent7667428f80526d908124e0647ac5dbe3dad88900
ASoC: qcom: Return an error for invalid PCM trigger command

Fix a compile warning
  sound/soc/qcom/lpass-cpu.c: In function ‘lpass_cpu_daiops_trigger’:
  sound/soc/qcom/lpass-cpu.c:224:2: warning: ‘ret’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    return ret;
      ^
Although switch () lists the most of existing cases, it's still better
to cover the rest as an error properly.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Kenneth Westfield <kwestfie@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/lpass-cpu.c