diff options
author | David Flater <dave@flaterco.com> | 2015-01-11 16:10:07 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-12 14:30:00 +0100 |
commit | d2866409baaf644c8f875498b05fd3adf26fcdcd (patch) | |
tree | 7f638969db7e2ad14a33906a3b26c6185467dc77 | |
parent | 1730fd9cce32ba88d9b157546044b2b07db9c936 (diff) |
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>
-rw-r--r-- | sound/isa/sb/emu8000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/sb/emu8000.c b/sound/isa/sb/emu8000.c index d25e384fa8c9..96e9d94d07e4 100644 --- a/sound/isa/sb/emu8000.c +++ b/sound/isa/sb/emu8000.c @@ -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; |