Skip to content

Commit d286640

Browse files
jrhackertiwai
authored andcommitted
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 <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 1730fd9 commit d286640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/isa/sb/emu8000.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ size_dram(struct snd_emu8000 *emu)
453453
snd_emu8000_dma_chan(emu, 0, EMU8000_RAM_CLOSE);
454454
snd_emu8000_dma_chan(emu, 1, EMU8000_RAM_CLOSE);
455455

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

459459
emu->mem_size = size;

0 commit comments

Comments
 (0)