commit | 75415df8ffbac2ace9463ceffb3f21299af2548a | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Oct 29 15:15:20 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Oct 29 15:15:20 2013 +0100 |
tree | 9e9b552808ff8bede28da00a86167b2a7f99b41d | |
parent | a8d09e3a6dfc44fd2246f3c57d2cd00e1a56e2bd [diff] |
ALSA: pcsp: Fix initialization with nopcm=1 When nopcm=1 is set, some initializations based on hrtimer resolution might be bogus because the driver checks the resolution only when nopcm=0. Simply get the resolution always at first for fixing the bug. Spotted by coverity CID 139740. Signed-off-by: Takashi Iwai <tiwai@suse.de>