mirror of https://gitee.com/openkylin/linux.git
[ALSA] Fix pm_message_t in PXA2XX-AC97 driver
ARM PXA2XX driver Fix pm_message_t in PXA2XX-AC97 driver. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
e8dede5a13
commit
1dcee12591
|
@ -245,7 +245,7 @@ static pxa2xx_pcm_client_t pxa2xx_ac97_pcm_client = {
|
||||||
|
|
||||||
#ifdef CONFIG_PM
|
#ifdef CONFIG_PM
|
||||||
|
|
||||||
static int pxa2xx_ac97_do_suspend(snd_card_t *card, unsigned int state)
|
static int pxa2xx_ac97_do_suspend(snd_card_t *card, pm_message_t state)
|
||||||
{
|
{
|
||||||
if (card->power_state != SNDRV_CTL_POWER_D3cold) {
|
if (card->power_state != SNDRV_CTL_POWER_D3cold) {
|
||||||
pxa2xx_audio_ops_t *platform_ops = card->dev->platform_data;
|
pxa2xx_audio_ops_t *platform_ops = card->dev->platform_data;
|
||||||
|
|
Loading…
Reference in New Issue