From: Kuninori Morimoto Date: Fri, 18 Oct 2013 05:46:49 +0000 (-0700) Subject: ASoC: simple-card: un-implemented set_fmt is not error X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2^2~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e244bb9bc1883547d44642c99f483c2e57e2a940;p=pandora-kernel.git ASoC: simple-card: un-implemented set_fmt is not error Current simple-card returns error if DAI doesn't support .set_fmt callback. But the error is -ENOTSUPP (= not supported), and it is not error. This patch avoids such case Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed