Sudip Mukherjee 387417b562 ALSA: ice1712: remove unneeded return statement
the functions:
        snd_ice1712_akm4xxx_build_controls
        snd_ice1712_build_pro_mixer
        snd_ctl_add
        snd_ak4114_build
        prodigy192_ak4114_init
        snd_ak4113_build
are all returning either 0 or a negetive error value.
so we can easily remove the check for a negative value and return
the value instead.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-11-14 14:16:36 +01:00
..
2014-10-21 08:53:43 +02:00
2014-09-22 08:57:01 +02:00
2005-09-12 10:40:17 +02:00
2005-04-16 15:20:36 -07:00
2014-10-21 08:59:59 +02:00
2014-10-21 09:00:29 +02:00
2014-10-21 09:05:24 +02:00
2014-10-21 09:07:50 +02:00