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)
commit16c2e1fae8d60a9d6d16e009a76ba3472568e094
tree830c2ff62a91d6ef29438aed1d5c03bd7c099ea5
parent0914f7961babbf28aaa2f19b453951fb4841c03f
ALSA: ice1724: Fix rate setup after resume

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