ALSA: ice1712: consider error value
authorSudip Mukherjee <sudip@vectorindia.org>
Fri, 14 Nov 2014 12:42:21 +0000 (18:12 +0530)
committerTakashi Iwai <tiwai@suse.de>
Fri, 14 Nov 2014 13:16:47 +0000 (14:16 +0100)
earlier we were ignoring the return value of snd_ak4114_create and
always returning 0.
now we are returning the actual status. revo_init is calling this
function, and revo_init is checking the return value.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found