summaryrefslogtreecommitdiffstats
path: root/sound/core
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-11-22 08:11:10 +0100
committerTakashi Iwai <tiwai@suse.de>2010-11-22 08:11:10 +0100
commitd2b88e4c103f37584dc81ef8a41ca584c1ce847b (patch)
tree247ac000bec902fcc580757d236caa053755ea27 /sound/core
parent2146dcfd15ad55cfdd18b45e1e6601d6a86f0cbe (diff)
parenta1d71a2c91239ecc1c1f9c97a081d71ebd30bfe5 (diff)
downloadop-kernel-dev-d2b88e4c103f37584dc81ef8a41ca584c1ce847b.zip
op-kernel-dev-d2b88e4c103f37584dc81ef8a41ca584c1ce847b.tar.gz
Merge branch 'fix/misc' into topic/misc
Diffstat (limited to 'sound/core')
-rw-r--r--sound/core/pcm_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm_lib.c b/sound/core/pcm_lib.c
index a1707cc..b75db8e 100644
--- a/sound/core/pcm_lib.c
+++ b/sound/core/pcm_lib.c
@@ -223,7 +223,7 @@ static void xrun_log(struct snd_pcm_substream *substream,
entry->jiffies = jiffies;
entry->pos = pos;
entry->period_size = runtime->period_size;
- entry->buffer_size = runtime->buffer_size;;
+ entry->buffer_size = runtime->buffer_size;
entry->old_hw_ptr = runtime->status->hw_ptr;
entry->hw_ptr_base = runtime->hw_ptr_base;
log->idx = (log->idx + 1) % XRUN_LOG_CNT;
OpenPOWER on IntegriCloud