From: Ondrej Zary <linux@rainbow-software.org>
To: Randy Dunlap <rdunlap@xenotime.net>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.de>,
alsa-devel@alsa-project.org
Subject: Re: [PATCH -next] sound: ice1712 build errors
Date: Tue, 23 Oct 2012 20:01:54 +0200 [thread overview]
Message-ID: <201210232001.55236.linux@rainbow-software.org> (raw)
In-Reply-To: <5086D518.7050606@xenotime.net>
On Tuesday 23 October 2012 19:34:16 Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@xenotime.net>
>
> Fix build errors by using correct kconfig symbol name:
>
> sound/pci/ice1712/psc724.c:417:5: error: 'struct snd_ice1712' has no member
> named 'pm_resume' sound/pci/ice1712/psc724.c:418:5: error: 'struct
> snd_ice1712' has no member named 'pm_suspend_enabled'
Thanks, I tried to test with CONFIG_PM disabled but was unable to disable it.
Probably because of some CONFIG_PM and CONFIG_PM_SLEEP changes I missed...
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
> Cc: Ondrej Zary <linux@rainbow-software.org>
> Cc: Jaroslav Kysela <perex@perex.cz>
> Cc: Takashi Iwai <tiwai@suse.de>
> Cc: alsa-devel@alsa-project.org
> ---
> sound/pci/ice1712/psc724.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-next-20121023.orig/sound/pci/ice1712/psc724.c
> +++ linux-next-20121023/sound/pci/ice1712/psc724.c
> @@ -413,7 +413,7 @@ static int __devinit psc724_init(struct
> snd_wm8776_init(&spec->wm8776);
> spec->wm8766.ops.write = psc724_wm8766_write;
> spec->wm8766.card = ice->card;
> -#ifdef CONFIG_PM
> +#ifdef CONFIG_PM_SLEEP
> ice->pm_resume = psc724_resume;
> ice->pm_suspend_enabled = 1;
> #endif
--
Ondrej Zary
next prev parent reply other threads:[~2012-10-23 18:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-23 4:19 linux-next: Tree for Oct 23 Stephen Rothwell
2012-10-23 4:19 ` Stephen Rothwell
2012-10-23 17:34 ` [PATCH -next] sound: ice1712 build errors Randy Dunlap
2012-10-23 18:01 ` Ondrej Zary [this message]
2012-10-23 18:33 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201210232001.55236.linux@rainbow-software.org \
--to=linux@rainbow-software.org \
--cc=alsa-devel@alsa-project.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=perex@perex.cz \
--cc=rdunlap@xenotime.net \
--cc=sfr@canb.auug.org.au \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.