ALSA: ymfpci: fix PCM open error handling
authorClemens Ladisch <clemens@ladisch.de>
Fri, 16 Sep 2011 20:52:48 +0000 (22:52 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 20 Sep 2011 06:56:34 +0000 (08:56 +0200)
commit84f9df159df6311f33ab16637772788cf3729ede
tree0f852edbeb2fe8d9a34dfc068f76ad672b4e53ac
parent14515a08294644b0ca557b440b8ddde9e7d65ede
ALSA: ymfpci: fix PCM open error handling

The installation of the minimum period size constraint in the PCM open
callbacks was not checked for errors.  Add this check, and move the call
to the beginning of the function to avoid having to do any cleanups in
the error case.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ymfpci/ymfpci_main.c