Re: [alsa-devel] [PATCH] snd-opti9xx: Implement suspend/resume

2012-07-17 Thread Rajeev kumar
On 7/17/2012 2:21 PM, Ondrej Zary wrote: static struct pnp_card_driver opti9xx_pnpc_driver = { > > .flags = PNP_DRIVER_RES_DISABLE, > > .name = "opti9xx", > > Why this is opti why not OPTi It's not my code. This patch is just adding suspend/resume and not

Re: [alsa-devel] [PATCH] snd-opti9xx: Implement suspend/resume

2012-07-17 Thread Takashi Iwai
At Tue, 17 Jul 2012 09:16:44 +0200, Ondrej Zary wrote: > > Implement suspend/resume support for Opti 92x and 93x chips. > Tested with Opti 929A+AD1848 and Opti 931. > > Signed-off-by: Ondrej Zary Applied now. Thanks. Takashi > > --- a/sound/isa/opti9xx/opti92x-ad1848.c > +++

Re: [alsa-devel] [PATCH] snd-opti9xx: Implement suspend/resume

2012-07-17 Thread Ondrej Zary
On Tuesday 17 July 2012, Rajeev kumar wrote: > Hello Ondrej, > > On 7/17/2012 12:46 PM, Ondrej Zary wrote: > > Implement suspend/resume support for Opti 92x and 93x chips. > > Tested with Opti 929A+AD1848 and Opti 931. > > > > Signed-off-by: Ondrej Zary > > > > > +#ifdef CONFIG_PM > > +static int

Re: [alsa-devel] [PATCH] snd-opti9xx: Implement suspend/resume

2012-07-17 Thread Rajeev kumar
Hello Ondrej, On 7/17/2012 12:46 PM, Ondrej Zary wrote: Implement suspend/resume support for Opti 92x and 93x chips. Tested with Opti 929A+AD1848 and Opti 931. Signed-off-by: Ondrej Zary +#ifdef CONFIG_PM +static int snd_opti9xx_suspend(struct snd_card *card) +{ + struct

Re: [alsa-devel] [PATCH] snd-opti9xx: Implement suspend/resume

2012-07-17 Thread Rajeev kumar
Hello Ondrej, On 7/17/2012 12:46 PM, Ondrej Zary wrote: Implement suspend/resume support for Opti 92x and 93x chips. Tested with Opti 929A+AD1848 and Opti 931. Signed-off-by: Ondrej Zaryli...@rainbow-software.org snip... +#ifdef CONFIG_PM +static int snd_opti9xx_suspend(struct snd_card

Re: [alsa-devel] [PATCH] snd-opti9xx: Implement suspend/resume

2012-07-17 Thread Ondrej Zary
On Tuesday 17 July 2012, Rajeev kumar wrote: Hello Ondrej, On 7/17/2012 12:46 PM, Ondrej Zary wrote: Implement suspend/resume support for Opti 92x and 93x chips. Tested with Opti 929A+AD1848 and Opti 931. Signed-off-by: Ondrej Zaryli...@rainbow-software.org snip... +#ifdef

Re: [alsa-devel] [PATCH] snd-opti9xx: Implement suspend/resume

2012-07-17 Thread Takashi Iwai
At Tue, 17 Jul 2012 09:16:44 +0200, Ondrej Zary wrote: Implement suspend/resume support for Opti 92x and 93x chips. Tested with Opti 929A+AD1848 and Opti 931. Signed-off-by: Ondrej Zary li...@rainbow-software.org Applied now. Thanks. Takashi --- a/sound/isa/opti9xx/opti92x-ad1848.c

Re: [alsa-devel] [PATCH] snd-opti9xx: Implement suspend/resume

2012-07-17 Thread Rajeev kumar
On 7/17/2012 2:21 PM, Ondrej Zary wrote: static struct pnp_card_driver opti9xx_pnpc_driver = { .flags = PNP_DRIVER_RES_DISABLE, .name = opti9xx, Why this is opti why not OPTi It's not my code. This patch is just adding suspend/resume and not changing