lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 23 Oct 2012 20:01:54 +0200
From:	Ondrej Zary <linux@...nbow-software.org>
To:	Randy Dunlap <rdunlap@...otime.net>
Cc:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.de>,
	alsa-devel@...a-project.org
Subject: Re: [PATCH -next] sound: ice1712 build errors

On Tuesday 23 October 2012 19:34:16 Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@...otime.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@...otime.net>
> Cc: Ondrej Zary <linux@...nbow-software.org>
> Cc:	Jaroslav Kysela <perex@...ex.cz>
> Cc:	Takashi Iwai <tiwai@...e.de>
> Cc:	alsa-devel@...a-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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ