ALSA: ice1724: Fix rate setup after resume
authorTakashi Iwai <tiwai@suse.de>
Wed, 31 Oct 2012 06:41:42 +0000 (07:41 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 31 Oct 2012 06:41:42 +0000 (07:41 +0100)
The rate isn't restored properly after resume since it's only set up
in hw_params, and not in prepare callback.  For fixing it, put the
corresponding call to resume callback as well.

Reported-and-tested-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found