ALSA: fix emu8000 DRAM sizing for AWE64 Value
authorDavid Flater <dave@flaterco.com>
Sun, 11 Jan 2015 21:08:58 +0000 (16:08 -0500)
committerTakashi Iwai <tiwai@suse.de>
Mon, 12 Jan 2015 13:28:56 +0000 (14:28 +0100)
commit1730fd9cce32ba88d9b157546044b2b07db9c936
treed10f54e81b2a92825012ed7969985e7b31f162cf
parentace79a3592bee97406c88c3d856e16b7f5720a39
ALSA: fix emu8000 DRAM sizing for AWE64 Value

Applicable to any kernel since 2013:

The special case added in commit 1338fc97d07a did not handle the possibility
that the address space on an AWE64 Value would wrap around at 512 KiB.  That
is what it does, so the memory is still not detected on those cards.

Fix that with a logic clean-up that eliminates the need for a special case.

Signed-off-by: David Flater <dave@flaterco.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/sb/emu8000.c