1
0
Fork 0

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: David Flater <dave@flaterco.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
David Flater 2015-01-11 16:10:07 -05:00 committed by Takashi Iwai
parent 1730fd9cce
commit d2866409ba
1 changed files with 1 additions and 1 deletions

View File

@ -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;