summaryrefslogtreecommitdiffstats
path: root/alsa
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-07-03 11:12:28 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-07-03 11:12:28 +0000
commit457544cfedb41c4ea5e70992498c8311a8737b28 (patch)
tree2b69e36ea6d32a5d2f593cb787ea05c5e2ce977f /alsa
parentf05a85d0eac39614d5c75e58ddbc8de3ba641f00 (diff)
Fix a small typo
Diffstat (limited to 'alsa')
-rw-r--r--alsa/pcm_a2dp.c2
1 files changed, 1 insertions, 1 deletions
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;