X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=sound%2Fcore%2Fpcm_lib.c;h=7b9e2fb35a86f70b321ccbf7e9b977ebee9c9db2;hb=d507941beb1ef98c19e2902007aee4faf36f854f;hp=dfc28542a007e6ef44f9ea670e3f1aec59032a0b;hpb=df133e8fa8e1d4afa57c84953bf80eaed2b145e0;p=cascardo%2Flinux.git diff --git a/sound/core/pcm_lib.c b/sound/core/pcm_lib.c index dfc28542a007..7b9e2fb35a86 100644 --- a/sound/core/pcm_lib.c +++ b/sound/core/pcm_lib.c @@ -345,7 +345,7 @@ static int snd_pcm_update_hw_ptr0(struct snd_pcm_substream *substream, snd_pcm_debug_name(substream, name, sizeof(name)); xrun_log_show(substream); pcm_err(substream->pcm, - "XRUN: %s, pos = %ld, buffer size = %ld, period size = %ld\n", + "BUG: %s, pos = %ld, buffer size = %ld, period size = %ld\n", name, pos, runtime->buffer_size, runtime->period_size); }