From 457544cfedb41c4ea5e70992498c8311a8737b28 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 3 Jul 2005 11:12:28 +0000 Subject: Fix a small typo --- alsa/pcm_a2dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alsa/pcm_a2dp.c') diff --git a/alsa/pcm_a2dp.c b/alsa/pcm_a2dp.c index f5dff96a..e2f8bde4 100644 --- a/alsa/pcm_a2dp.c +++ b/alsa/pcm_a2dp.c @@ -159,7 +159,7 @@ static int a2dp_params(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params) DBG("format %s rate %d channels %d", snd_pcm_format_name(io->format), io->rate, io->channels); - DBG("frame_bytes %d period_byts %d period_size %ld buffer_size %ld", + DBG("frame_bytes %d period_bytes %d period_size %ld buffer_size %ld", a2dp->frame_bytes, period_bytes, io->period_size, io->buffer_size); return 0; -- cgit