Re: [PATCH 2/2 v2] ALSA: hda - Deferred probing with request_firmware_nowait()

2012-08-09 Thread Takashi Iwai
At Thu, 09 Aug 2012 15:54:04 +0200, David Henningsson wrote: > > On 08/09/2012 03:36 PM, Takashi Iwai wrote: > > +/* callback from request_firmware_nowait() */ > > +static void azx_firmware_cb(const struct firmware *fw, void *context) > > +{ > > + struct snd_card *card = context; > > + struct

Re: [PATCH 2/2 v2] ALSA: hda - Deferred probing with request_firmware_nowait()

2012-08-09 Thread Thierry Reding
On Thu, Aug 09, 2012 at 03:54:04PM +0200, David Henningsson wrote: > On 08/09/2012 03:36 PM, Takashi Iwai wrote: > >+/* callback from request_firmware_nowait() */ > >+static void azx_firmware_cb(const struct firmware *fw, void *context) > >+{ > >+struct snd_card *card = context; > >+struct

Re: [PATCH 2/2 v2] ALSA: hda - Deferred probing with request_firmware_nowait()

2012-08-09 Thread David Henningsson
On 08/09/2012 03:36 PM, Takashi Iwai wrote: +/* callback from request_firmware_nowait() */ +static void azx_firmware_cb(const struct firmware *fw, void *context) +{ + struct snd_card *card = context; + struct azx *chip = card->private_data; + struct pci_dev *pci = chip->pci; + +