]> Pileus Git - ~andy/linux/commit
ALSA: ice1712: Fix build errors
authorRandy Dunlap <rdunlap@xenotime.net>
Tue, 23 Oct 2012 17:34:16 +0000 (10:34 -0700)
committerTakashi Iwai <tiwai@suse.de>
Tue, 23 Oct 2012 18:32:41 +0000 (20:32 +0200)
commit9e13db806e07ae9fdb1c2135fc60ea09fcbf3f3c
tree297751010f36d4c807cc59d8dc28697848fad05d
parentc902466800d777de55faab34214ec01987fca05e
ALSA: ice1712: Fix build errors

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'

[Fixed another #ifdef CONFIG_PM in the same file, too, by tiwai]

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ice1712/psc724.c