ASoC: pcm: Fix vague codec and cpu DAI prepare error messages
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Tue, 23 Dec 2014 09:04:41 +0000 (11:04 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 24 Dec 2014 11:59:01 +0000 (11:59 +0000)
commit90cc7f1cbbde49c0919953928c225c036ece0d9c
tree7317933c28dac6305db7db31716cae4917e111f3
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672
ASoC: pcm: Fix vague codec and cpu DAI prepare error messages

Both codec and cpu DAI prepare print the same error message making it a bit
more difficult to grep quickly from sources. Fix this by telling it
explicitly.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-pcm.c