5 Jun
2012
5 Jun
'12
3:35 p.m.
On Tue, Jun 05, 2012 at 04:18:11PM +0300, Peter Ujfalusi wrote:
ret = snd_soc_of_parse_audio_routing(card,
"ti,audio-routing");
if (ret) {
dev_err(&pdev->dev,
"Error while parsing DAPM routing\n");
return -EINVAL;
Should pass back the error code you got. Otherwise this looks good - with that fixed up
Reviwed-by: Mark Brown broonie@opensource.wolfsonmicro.com