From fcd45c51116c5988435e02f53c9d274537818666 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 12 Oct 2006 22:24:19 +0000 Subject: slight overall verbosity reduction git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20191 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_alsa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libao2/ao_alsa.c') diff --git a/libao2/ao_alsa.c b/libao2/ao_alsa.c index 3da9655857..7ba22e92cc 100644 --- a/libao2/ao_alsa.c +++ b/libao2/ao_alsa.c @@ -450,7 +450,7 @@ static int init(int rate_hz, int channels, int format, int flags) ao_noblock = !block; parse_device(alsa_device, device.str, device.len); - mp_msg(MSGT_AO,MSGL_INFO,"alsa-init: using device %s\n", alsa_device); + mp_msg(MSGT_AO,MSGL_V,"alsa-init: using device %s\n", alsa_device); //setting modes for block or nonblock-mode if (ao_noblock) { @@ -723,7 +723,7 @@ static int init(int rate_hz, int channels, int format, int flags) } /* end setting sw-params */ - mp_msg(MSGT_AO,MSGL_INFO,"alsa: %d Hz/%d channels/%d bpf/%d bytes buffer/%s\n", + mp_msg(MSGT_AO,MSGL_V,"alsa: %d Hz/%d channels/%d bpf/%d bytes buffer/%s\n", ao_data.samplerate, ao_data.channels, bytes_per_sample, ao_data.buffersize, snd_pcm_format_description(alsa_format)); @@ -750,7 +750,7 @@ static void uninit(int immed) } else { alsa_handler = NULL; - mp_msg(MSGT_AO,MSGL_INFO,"alsa-uninit: pcm closed\n"); + mp_msg(MSGT_AO,MSGL_V,"alsa-uninit: pcm closed\n"); } } else { -- cgit v1.2.3