Commit d2866409 authored by David Flater's avatar David Flater Committed by Takashi Iwai
Browse files

ALSA: log emu8000 DRAM size at level INFO



Detected sound font memory goes unreported unless the kernel was built with
ALSA debugging enabled.  Elevate that to a pr_info.

Signed-off-by: default avatarDavid Flater <dave@flaterco.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 1730fd9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -453,7 +453,7 @@ skip_detect:
	snd_emu8000_dma_chan(emu, 0, EMU8000_RAM_CLOSE);
	snd_emu8000_dma_chan(emu, 1, EMU8000_RAM_CLOSE);

	snd_printdd("EMU8000 [0x%lx]: %d Kb on-board memory detected\n",
	pr_info("EMU8000 [0x%lx]: %d KiB on-board DRAM detected\n",
		    emu->port1, size/1024);

	emu->mem_size = size;