ALSA: als300: Fix missing chip initialization
authorTakashi Iwai <tiwai@suse.de>
Tue, 20 Jul 2021 22:18:18 +0000 (00:18 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 20 Jul 2021 22:31:56 +0000 (00:31 +0200)
commitf263a2c2d6c7c44e9256e6a24c9fec668f22ff8b
treefd3486847f90b38ec3b07628f39c3fbe22ae1fb6
parent35fe7901150d5a4a67b4bab544e926fbbf00ebfe
ALSA: als300: Fix missing chip initialization

The recent code refactoring missed the initialization of the chip
variable as its allocation was moved to card->private_data.
Let's fix it.

Fixes: 21a9314cf93b ("ALSA: als300: Allocate resources with device-managed APIs")
Reported-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/s5hh7goocid.wl-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/als300.c