ALSA: au88x0: Fix incorrect device pointer for preallocation
authorTakashi Iwai <tiwai@suse.de>
Tue, 12 Nov 2019 14:32:43 +0000 (15:32 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 12 Nov 2019 14:33:52 +0000 (15:33 +0100)
commit509526706e68e4fb47519f02f78b48c818869d4e
tree60a58b34919eee20669ca5fc652ec2c0d9772f6f
parent0c4f09ceec3d7afbef6ad4077d96e36e0fad4028
ALSA: au88x0: Fix incorrect device pointer for preallocation

The code change in commit 6974f8ad4494 ("ALSA: pci: Avoid non-standard
macro usage") contained an incorrect conversion, which left the
invalid pointer passed to the allocator for au88x0 driver.  Fix it.

Fixes: 6974f8ad4494 ("ALSA: pci: Avoid non-standard macro usage")
Link: https://lore.kernel.org/r/20191112143243.22216-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/au88x0/au88x0_pcm.c