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)
commitb8eca77e54525c818f35f51afb64fc13205443a3
treeb94c0620ca369679c566d23d36cfaa896f2573e9
parentb393df0145e271724fee10f93c023662f8557bb9
ALSA: ice1712: consider error value

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>
sound/pci/ice1712/revo.c