* snd_dummy on Centos - Redhat @ 2009-09-02 16:12 Giovanni Maruzzelli 2009-09-02 16:26 ` Clemens Ladisch 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-02 16:12 UTC (permalink / raw) To: alsa-devel Hi all, I'm the maintainer of skypiax, a channel driver for FreeSWITCH and Asterisk that allows to connect to the Skype network (eg: http://wiki.freeswitch.org/wiki/Skypiax ). I'm trying to use snd-dummy 1.0.20 as a fake soundcard on a regular Centos installation (verified with both 5.2 and 5.3, fully updated). I tested with both the packages "stable" from ATrpms.net and compiling from the source of alsa-project.org. It gives me bad timing to the program that depends on it (eg: Skype), resulting in unacceptable behavior. On the same machine, same Centos kernel and distro, if I use 1.0.20 snd-hda-intel or snd-usb, no problem. On the same machine, snd_dummy with other distro, no problem. On the same machine, same Centos, if I compile and install a kernel, snd_dummy has no problem. So, it's a specific problem of incompatibility between snd-dummy and the kernel of Centos 5.2 and 5.3 (same kernels as in RHEL5). I'm trying hard to find where the problem is, but I'm not having success. Please please please, can someone have a look at it? If more informations are needed, I'm willing to cooperate. Thanks in advance, -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-02 16:12 snd_dummy on Centos - Redhat Giovanni Maruzzelli @ 2009-09-02 16:26 ` Clemens Ladisch 2009-09-02 16:33 ` Giovanni Maruzzelli 2009-09-03 8:49 ` Giovanni Maruzzelli 0 siblings, 2 replies; 51+ messages in thread From: Clemens Ladisch @ 2009-09-02 16:26 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel Giovanni Maruzzelli wrote: > ... > So, it's a specific problem of incompatibility between snd-dummy and > the kernel of Centos 5.2 and 5.3 (same kernels as in RHEL5). What's the value of CONFIG_HZ in those and your kernels? Best regards, Clemens ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-02 16:26 ` Clemens Ladisch @ 2009-09-02 16:33 ` Giovanni Maruzzelli 2009-09-03 11:50 ` Clemens Ladisch 2009-09-03 8:49 ` Giovanni Maruzzelli 1 sibling, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-02 16:33 UTC (permalink / raw) To: alsa-devel In centos is 1000HZ, in the kernels I compiled is 100HZ On Wed, Sep 2, 2009 at 6:26 PM, Clemens Ladisch<clemens@ladisch.de> wrote: > Giovanni Maruzzelli wrote: >> ... >> So, it's a specific problem of incompatibility between snd-dummy and >> the kernel of Centos 5.2 and 5.3 (same kernels as in RHEL5). > > What's the value of CONFIG_HZ in those and your kernels? > > > Best regards, > Clemens > ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-02 16:33 ` Giovanni Maruzzelli @ 2009-09-03 11:50 ` Clemens Ladisch 2009-09-03 12:29 ` Giovanni Maruzzelli 2009-09-03 14:18 ` Takashi Iwai 0 siblings, 2 replies; 51+ messages in thread From: Clemens Ladisch @ 2009-09-03 11:50 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel (please don't top-post) Giovanni Maruzzelli wrote: > In centos is 1000HZ, in the kernels I compiled is 100HZ I would have expected these to be the other way around, since higher timer frequency should result in more accurate simulated sound card interrupts. Do you have different CONFIG_PREEMPT* settings? You could try compiling with the original CentOS configuration and switching settings until it breaks. Best regards, Clemens ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 11:50 ` Clemens Ladisch @ 2009-09-03 12:29 ` Giovanni Maruzzelli 2009-09-03 13:05 ` Clemens Ladisch 2009-09-03 14:18 ` Takashi Iwai 1 sibling, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 12:29 UTC (permalink / raw) To: alsa-devel On Thu, Sep 3, 2009 at 1:50 PM, Clemens Ladisch<clemens@ladisch.de> wrote: >> In centos is 1000HZ, in the kernels I compiled is 100HZ > > I would have expected these to be the other way around, since higher > timer frequency should result in more accurate simulated sound card > interrupts. > > Do you have different CONFIG_PREEMPT* settings? > > You could try compiling with the original CentOS configuration and > switching settings until it breaks. I'd have expected the same. But it's not a problem between centos kernel and all of ALSA: the other drivers works well. Is a specific problem of snd-dummy. Yes, CONFIG_PREEMPT* are probably different between the various kernels, and also the compiled kernel is tickless. But, this is a problem only with snd-dummy. What I would like, in the interest of users, is snd-dummy to be modified in a way that makes it working on the regular CentOS-RHEL kernels, because CentOS-RHEL users will not like at all to change their beloved kernels (you know... they like stable, boring and predictable behavior). If it can be useful, I can give you (or any other developer) ssh access to a machine running centos. Or, please let me know what I can do for providing useful informations. (sorry for top posting) -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 12:29 ` Giovanni Maruzzelli @ 2009-09-03 13:05 ` Clemens Ladisch 2009-09-03 13:12 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Clemens Ladisch @ 2009-09-03 13:05 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel Giovanni Maruzzelli wrote: > Yes, CONFIG_PREEMPT* are probably different between the various > kernels, and also the compiled kernel is tickless. > > But, this is a problem only with snd-dummy. The interrupts of other drivers are based on the PCM stream clock, but the snd-dummy driver has to emulate interrupts using the system timer, so it is the only one affected by timer-related changes. > What I would like, in the interest of users, is snd-dummy to be > modified in a way that makes it working on the regular CentOS-RHEL > kernels, The driver relies on the kernel's system timer. It might be possible to rewrite it to use high-resolution timers, if the CentOS kernels supports it. It would be easier to try to change the constraints of the sound card that snd-dummy tries to emulate; set USE_PERIODS_MIN to four or so, and increase period_bytes_min to some value that is at least as large as the numer of bytes per timer tick (with 2 channels and 16 bits at 48 kHz, there are 192000 bytes per second). HTH Clemens ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 13:05 ` Clemens Ladisch @ 2009-09-03 13:12 ` Giovanni Maruzzelli 2009-09-03 14:22 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 13:12 UTC (permalink / raw) To: Clemens Ladisch; +Cc: alsa-devel On Thu, Sep 3, 2009 at 3:05 PM, Clemens Ladisch<clemens@ladisch.de> wrote: > > The interrupts of other drivers are based on the PCM stream clock, but > the snd-dummy driver has to emulate interrupts using the system timer, > so it is the only one affected by timer-related changes. ok, got it > > The driver relies on the kernel's system timer. It might be possible > to rewrite it to use high-resolution timers, if the CentOS kernels > supports it. I'll have a look into it > > It would be easier to try to change the constraints of the sound card > that snd-dummy tries to emulate; set USE_PERIODS_MIN to four or so, > and increase period_bytes_min to some value that is at least as large > as the numer of bytes per timer tick (with 2 channels and 16 bits at > 48 kHz, there are 192000 bytes per second). > I'll have a look into this and then I'll report here. Clemens, thanks for your help! -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 13:12 ` Giovanni Maruzzelli @ 2009-09-03 14:22 ` Giovanni Maruzzelli 0 siblings, 0 replies; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 14:22 UTC (permalink / raw) To: Clemens Ladisch; +Cc: alsa-devel On Thu, Sep 3, 2009 at 3:12 PM, Giovanni Maruzzelli<gmaruzz.lists@gmail.com> wrote: > On Thu, Sep 3, 2009 at 3:05 PM, Clemens Ladisch<clemens@ladisch.de> wrote: >> It would be easier to try to change the constraints of the sound card >> that snd-dummy tries to emulate; set USE_PERIODS_MIN to four or so, >> and increase period_bytes_min to some value that is at least as large >> as the numer of bytes per timer tick (with 2 channels and 16 bits at >> 48 kHz, there are 192000 bytes per second). >> I put a printk that prints the contents of runtime struct at the last line of the snd_card_dummy_pcm_prepare() function, so to know how Skype client uses the soundcard. The result are: Sep 3 16:11:04 localhost kernel: 253, cicopet1 rate=16000 channels=2, period_size=2048, periods=2, buffer_size=4096, timer_resolution=128000000 Sep 3 16:17:42 localhost kernel: 253, cicopet1 rate=16000 channels=2, period_size=2048, periods=2, buffer_size=4096, timer_resolution=128000000 Sep 3 16:17:42 localhost kernel: 253, cicopet1 rate=16000 channels=2, period_size=2048, periods=2, buffer_size=4096, timer_resolution=128000000 Sep 3 16:17:42 localhost kernel: 253, cicopet1 rate=16000 channels=1, period_size=2048, periods=2, buffer_size=4096, timer_resolution=128000000 Sep 3 16:17:42 localhost kernel: 253, cicopet1 rate=16000 channels=1, period_size=2048, periods=2, buffer_size=4096, timer_resolution=128000000 So, it seems that it opens 2 channels for playback and one channel for capture, at 16k What's the best values for constraints you counseil? -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 11:50 ` Clemens Ladisch 2009-09-03 12:29 ` Giovanni Maruzzelli @ 2009-09-03 14:18 ` Takashi Iwai 2009-09-03 14:23 ` Giovanni Maruzzelli 1 sibling, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-03 14:18 UTC (permalink / raw) To: Clemens Ladisch; +Cc: alsa-devel, Giovanni Maruzzelli At Thu, 03 Sep 2009 13:50:26 +0200, Clemens Ladisch wrote: > > (please don't top-post) > > Giovanni Maruzzelli wrote: > > In centos is 1000HZ, in the kernels I compiled is 100HZ > > I would have expected these to be the other way around, since higher > timer frequency should result in more accurate simulated sound card > interrupts. Actually, it's maybe because of a bad code in snd-dummy driver. It issues the timer update at each tick. Thus with more HZ, it can loose more ticks and be less accurate. I worked on it ago, and changed the code to update in a better way. But forgot to apply to the upstream. Now I digged down, and resurrected it with the highres timer support as a quick hack. The patches are found in sound-unstable GIT tree topic/dummy-hrtimer branch: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-unstable-2.6.git topic/dummy-hrtimer and in alsa-driver-unstable snapshot as well: ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-unstable-snapshot.tar.gz Giovanni, give it a try. If it works, I'm going to add it to 2.6.32. thanks, Takashi ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 14:18 ` Takashi Iwai @ 2009-09-03 14:23 ` Giovanni Maruzzelli 2009-09-03 14:29 ` Takashi Iwai 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 14:23 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Thu, Sep 3, 2009 at 4:18 PM, Takashi Iwai<tiwai@suse.de> wrote: > I worked on it ago, and changed the code to update in a better way. > But forgot to apply to the upstream. > > Now I digged down, and resurrected it with the highres timer support > as a quick hack. > > The patches are found in sound-unstable GIT tree topic/dummy-hrtimer > branch: > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-unstable-2.6.git topic/dummy-hrtimer > > and in alsa-driver-unstable snapshot as well: > ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-unstable-snapshot.tar.gz > > > Giovanni, give it a try. If it works, I'm going to add it to 2.6.32. Thanks Takashi, I'll try the snapshot immediately and report here! -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 14:23 ` Giovanni Maruzzelli @ 2009-09-03 14:29 ` Takashi Iwai 2009-09-03 14:47 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-03 14:29 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Thu, 3 Sep 2009 16:23:56 +0200, Giovanni Maruzzelli wrote: > > On Thu, Sep 3, 2009 at 4:18 PM, Takashi Iwai<tiwai@suse.de> wrote: > > I worked on it ago, and changed the code to update in a better way. > > But forgot to apply to the upstream. > > > > Now I digged down, and resurrected it with the highres timer support > > as a quick hack. > > > > The patches are found in sound-unstable GIT tree topic/dummy-hrtimer > > branch: > > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-unstable-2.6.git topic/dummy-hrtimer > > > > and in alsa-driver-unstable snapshot as well: > > ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-unstable-snapshot.tar.gz > > > > > > Giovanni, give it a try. If it works, I'm going to add it to 2.6.32. > > Thanks Takashi, I'll try the snapshot immediately and report here! Or, just copy alsa-kernel/drivers/dummy.c to your tree. There is no other changes except for documentation. Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 14:29 ` Takashi Iwai @ 2009-09-03 14:47 ` Giovanni Maruzzelli 2009-09-03 15:03 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 14:47 UTC (permalink / raw) To: alsa-devel; +Cc: Clemens Ladisch On Thu, Sep 3, 2009 at 4:29 PM, Takashi Iwai<tiwai@suse.de> wrote: > Or, just copy alsa-kernel/drivers/dummy.c to your tree. > There is no other changes except for documentation. > Takashi, I copied it in the 1.0.20 tree, and I had to copy also the files: /usr/src/alsa-driver-unstable/include/linux/math64.h /usr/src/alsa-driver-unstable/include/math64_compat.h Compiled into the 1.0.20 tree, maintaining the results of the previous ./configure, it does not make difference. I will now try to compile from it's own snapshot tree, doing the ./configure. -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 14:47 ` Giovanni Maruzzelli @ 2009-09-03 15:03 ` Giovanni Maruzzelli 2009-09-03 15:10 ` Takashi Iwai 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 15:03 UTC (permalink / raw) To: alsa-devel; +Cc: Takashi Iwai, Clemens Ladisch On Thu, Sep 3, 2009 at 4:47 PM, Giovanni Maruzzelli<gmaruzz.lists@gmail.com> wrote: > On Thu, Sep 3, 2009 at 4:29 PM, Takashi Iwai<tiwai@suse.de> wrote: >> Or, just copy alsa-kernel/drivers/dummy.c to your tree. >> There is no other changes except for documentation. > I will now try to compile from it's own snapshot tree, doing the ./configure. I'm sorry to say that actually it was worst than before for me, so maybe centos kernel is "non collaborative" (eg: no high res timers). Following is some excerpts from the kernel config (grepping for obvious words), if useful I can attach the entire kernel config, or find other informations: # CONFIG_PREEMPT_NONE is not set CONFIG_PREEMPT_VOLUNTARY=y # CONFIG_PREEMPT is not set CONFIG_PREEMPT_BKL=y CONFIG_PREEMPT_NOTIFIERS=y # CONFIG_HZ_100 is not set # CONFIG_HZ_250 is not set CONFIG_HZ_1000=y CONFIG_HZ=1000 CONFIG_GENERIC_TIME=y CONFIG_X86_CYCLONE_TIMER=y CONFIG_HPET_TIMER=y CONFIG_X86_PM_TIMER=y CONFIG_NET_SCH_CLK_GETTIMEOFDAY=y CONFIG_SERIAL_8250_RUNTIME_UARTS=4 CONFIG_HANGCHECK_TIMER=m CONFIG_SND_TIMER=m CONFIG_SND_RTCTIMER=m CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y CONFIG_LEDS_TRIGGER_TIMER=m CONFIG_JFFS2_RTIME=y # CONFIG_PRINTK_TIME is not set CONFIG_KTIME_SCALAR=y CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_AS=y CONFIG_IOSCHED_DEADLINE=y CONFIG_IOSCHED_CFQ=y CONFIG_DEFAULT_IOSCHED="cfq" CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y CONFIG_NET_SCHED=y CONFIG_USB_EHCI_TT_NEWSCHED=y CONFIG_SCHEDSTATS=y -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 15:03 ` Giovanni Maruzzelli @ 2009-09-03 15:10 ` Takashi Iwai 2009-09-03 15:12 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-03 15:10 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Thu, 3 Sep 2009 17:03:16 +0200, Giovanni Maruzzelli wrote: > > On Thu, Sep 3, 2009 at 4:47 PM, Giovanni > Maruzzelli<gmaruzz.lists@gmail.com> wrote: > > On Thu, Sep 3, 2009 at 4:29 PM, Takashi Iwai<tiwai@suse.de> wrote: > >> Or, just copy alsa-kernel/drivers/dummy.c to your tree. > >> There is no other changes except for documentation. > > I will now try to compile from it's own snapshot tree, doing the ./configure. > > I'm sorry to say that actually it was worst than before for me, so > maybe centos kernel is "non collaborative" (eg: no high res timers). Then it falls back to the system timer, so it must work still. To be sure, set hrtimer = 0 instead 1 in dummy.c. If this still doesn't work, I'd recommend you to add a debug printk at each call of dummy_systimer_pointer(). Print the returned result together with jiffies value. Takashi ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 15:10 ` Takashi Iwai @ 2009-09-03 15:12 ` Giovanni Maruzzelli 2009-09-03 15:26 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 15:12 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Thu, Sep 3, 2009 at 5:10 PM, Takashi Iwai<tiwai@suse.de> wrote: > > Then it falls back to the system timer, so it must work still. > To be sure, set hrtimer = 0 instead 1 in dummy.c. > > If this still doesn't work, I'd recommend you to add a debug printk > at each call of dummy_systimer_pointer(). Print the returned result > together with jiffies value. > I'll do it and report -gm ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 15:12 ` Giovanni Maruzzelli @ 2009-09-03 15:26 ` Giovanni Maruzzelli 2009-09-03 15:29 ` Takashi Iwai 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 15:26 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Thu, Sep 3, 2009 at 5:12 PM, Giovanni Maruzzelli<gmaruzz.lists@gmail.com> wrote: > > I'll do it and report > I put hrtimer=0 I put the printk immediately after the spin_unlock, just before return, this is a some second run (gave me bad behavior, as before, maybe worst): Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91837395 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91837398 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91837398 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=80, jiffies=91837400 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=80, jiffies=91837400 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91837448 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91837523 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91837576 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91837576 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2144, jiffies=91837582 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91837583 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91837583 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91837651 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=16, jiffies=91837652 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91837655 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91837655 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=96, jiffies=91837657 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=96, jiffies=91837657 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91837704 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91837779 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91837832 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91837832 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2144, jiffies=91837838 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2144, jiffies=91837838 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91837846 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91837846 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91837907 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91837907 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91837911 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91837911 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91837915 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91837915 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91837960 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91838035 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91838088 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91838088 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2144, jiffies=91838094 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2144, jiffies=91838094 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91838102 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91838102 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91838163 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91838163 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91838167 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91838167 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91838170 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91838170 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91838216 Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91838291 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91838344 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91838344 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2144, jiffies=91838350 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2144, jiffies=91838350 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2256, jiffies=91838357 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2256, jiffies=91838357 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91838419 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91838419 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91838422 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91838422 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91838426 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91838426 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91838472 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91838547 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91838600 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91838600 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91838607 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91838607 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91838614 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91838614 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91838675 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91838675 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91838679 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91838679 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91838683 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91838683 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91838728 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91838803 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91838856 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91838856 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91838863 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91838863 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2256, jiffies=91838869 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91838870 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91838870 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91838931 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91838931 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91838935 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91838935 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91838938 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91838938 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91838984 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91839059 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91839112 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91839112 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2144, jiffies=91839118 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91839119 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91839126 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91839126 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91839187 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91839187 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91839191 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91839191 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91839194 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91839194 Sep 3 17:20:21 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91839240 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91839315 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91839368 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91839368 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2144, jiffies=91839374 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91839375 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91839382 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91839382 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91839443 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91839443 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91839447 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91839447 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91839450 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91839450 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91839496 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91839571 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91839624 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91839624 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2144, jiffies=91839630 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2144, jiffies=91839630 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2256, jiffies=91839637 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2256, jiffies=91839637 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91839699 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91839699 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91839702 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91839702 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91839706 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91839706 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91839752 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91839827 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91839880 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91839880 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91839888 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91839888 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91839896 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91839896 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91839955 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91839955 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91839959 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91839959 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91839962 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91839962 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91840008 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91840083 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91840136 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91840136 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91840144 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91840144 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91840151 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91840151 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91840211 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91840211 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91840215 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91840215 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91840218 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91840218 Sep 3 17:20:22 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91840264 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91840339 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91840392 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91840392 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91840399 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91840399 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91840407 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91840407 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91840467 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91840467 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91840471 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91840471 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91840474 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91840474 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91840520 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91840595 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91840648 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91840648 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91840655 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91840655 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91840663 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91840663 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91840723 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91840723 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91840727 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91840727 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91840731 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91840731 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91840776 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91840851 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91840904 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91840904 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91840911 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91840911 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91840920 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91840920 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91840979 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91840979 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91840982 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91840982 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91840986 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91840986 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91841032 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91841107 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91841160 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91841160 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91841167 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91841167 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91841174 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91841174 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91841235 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91841235 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91841239 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91841239 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91841242 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91841243 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91841243 Sep 3 17:20:23 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91841288 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91841363 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91841416 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91841416 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91841423 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91841423 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91841431 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91841431 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91841491 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91841491 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91841495 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91841495 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91841498 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91841498 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91841544 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91841619 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91841672 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91841672 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91841679 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91841679 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91841687 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91841688 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91841688 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91841747 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91841747 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91841751 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91841751 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91841754 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91841755 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91841755 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91841800 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91841875 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91841928 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91841928 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91841935 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91841935 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91841943 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91841943 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91842003 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91842003 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91842007 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91842007 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91842010 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91842010 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91842056 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91842131 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91842184 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91842184 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91842191 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91842191 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91842198 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91842198 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91842259 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91842259 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91842262 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91842262 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91842266 Sep 3 17:20:24 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91842266 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91842312 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91842387 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91842440 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91842440 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91842448 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91842448 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91842456 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91842456 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91842515 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91842515 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91842519 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91842519 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91842523 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91842523 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91842568 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91842643 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91842696 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91842696 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91842704 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91842704 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91842711 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91842711 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91842771 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91842771 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91842775 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91842775 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91842778 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91842778 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91842824 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91842899 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91842952 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91842952 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91842959 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91842959 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91842966 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2272, jiffies=91842966 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91843027 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91843027 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91843031 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91843031 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91843034 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91843034 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91843080 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91843155 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91843208 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91843208 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91843215 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91843215 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91843223 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91843224 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91843224 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91843283 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91843283 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91843287 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91843287 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91843290 Sep 3 17:20:25 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91843290 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91843336 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91843411 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91843464 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91843464 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91843471 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2160, jiffies=91843471 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91843479 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91843479 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91843539 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91843539 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91843542 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91843542 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91843546 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91843546 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91843592 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91843667 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91843720 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91843720 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91843728 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91843728 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91843736 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91843736 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91843795 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91843795 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91843798 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91843799 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91843802 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91843802 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91843848 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91843923 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91843976 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91843976 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91843984 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91843984 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2288, jiffies=91843991 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91843992 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91843992 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91844051 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91844051 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=48, jiffies=91844054 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91844055 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91844058 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91844059 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=128, jiffies=91844059 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91844104 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91844179 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91844232 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91844232 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91844240 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2176, jiffies=91844240 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91844248 Sep 3 17:20:26 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2304, jiffies=91844248 Sep 3 17:20:27 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91844307 Sep 3 17:20:27 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91844307 Sep 3 17:20:27 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91844311 Sep 3 17:20:27 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=64, jiffies=91844311 Sep 3 17:20:27 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91844314 Sep 3 17:20:27 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=112, jiffies=91844314 Sep 3 17:20:27 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=0, jiffies=91844360 Sep 3 17:20:27 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91844435 Sep 3 17:20:27 localhost kernel: giovanni line: 291, dpcm->frac_pos / HZ=2048, jiffies=91844488 ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 15:26 ` Giovanni Maruzzelli @ 2009-09-03 15:29 ` Takashi Iwai 2009-09-03 15:35 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-03 15:29 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Thu, 3 Sep 2009 17:26:18 +0200, Giovanni Maruzzelli wrote: > > On Thu, Sep 3, 2009 at 5:12 PM, Giovanni > Maruzzelli<gmaruzz.lists@gmail.com> wrote: > > > > I'll do it and report > > > > I put hrtimer=0 > > I put the printk immediately after the spin_unlock, just before > return, this is a some second run (gave me bad behavior, as before, > maybe worst): > > Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / > HZ=0, jiffies=91837395 > Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / > HZ=48, jiffies=91837398 > Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / > HZ=48, jiffies=91837398 > Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / > HZ=80, jiffies=91837400 > Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / > HZ=80, jiffies=91837400 So, this is a kernel with the variable HZ. That's the whole problem. My patch also doesn't take it into account but assumes the constant HZ. We'll need to convert the stuff to msecs_to_jiffies() and co... Takashi ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 15:29 ` Takashi Iwai @ 2009-09-03 15:35 ` Giovanni Maruzzelli 2009-09-03 15:41 ` Takashi Iwai 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 15:35 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Thu, Sep 3, 2009 at 5:29 PM, Takashi Iwai<tiwai@suse.de> wrote: >> Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / >> HZ=0, jiffies=91837395 >> Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / >> HZ=48, jiffies=91837398 >> Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / >> HZ=48, jiffies=91837398 >> Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / >> HZ=80, jiffies=91837400 >> Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / >> HZ=80, jiffies=91837400 > > So, this is a kernel with the variable HZ. That's the whole problem. > My patch also doesn't take it into account but assumes the constant HZ. > We'll need to convert the stuff to msecs_to_jiffies() and co... Ah! I was struggling since days on this, you're fast!!! Also, I saw you made various modifications that I tried to make (in a messy way), to a custom version of snd-dummy made to support 128 subdevices and use less irq and context switches. As soon as you looked into the variable HZ problem, I will see if my modifications still make some sense, and in case I will forward it to you. Thanks again for your prompt reaction and for taking care of this, -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 15:35 ` Giovanni Maruzzelli @ 2009-09-03 15:41 ` Takashi Iwai 2009-09-03 17:06 ` Giovanni Maruzzelli [not found] ` <7c5010d60909031003l317d7325s9082a30c418a28f8@mail.gmail.com> 0 siblings, 2 replies; 51+ messages in thread From: Takashi Iwai @ 2009-09-03 15:41 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Thu, 3 Sep 2009 17:35:43 +0200, Giovanni Maruzzelli wrote: > > On Thu, Sep 3, 2009 at 5:29 PM, Takashi Iwai<tiwai@suse.de> wrote: > >> Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / > >> HZ=0, jiffies=91837395 > >> Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / > >> HZ=48, jiffies=91837398 > >> Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / > >> HZ=48, jiffies=91837398 > >> Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / > >> HZ=80, jiffies=91837400 > >> Sep 3 17:20:20 localhost kernel: giovanni line: 291, dpcm->frac_pos / > >> HZ=80, jiffies=91837400 > > > > So, this is a kernel with the variable HZ. That's the whole problem. > > My patch also doesn't take it into account but assumes the constant HZ. > > We'll need to convert the stuff to msecs_to_jiffies() and co... > > Ah! I was struggling since days on this, you're fast!!! > > Also, I saw you made various modifications that I tried to make (in a > messy way), to a custom version of snd-dummy made to support 128 > subdevices and use less irq and context switches. > As soon as you looked into the variable HZ problem, I will see if my > modifications still make some sense, and in case I will forward it to > you. Try the patch below. It just converts the calculation base to msec instead of HZ. The enhancement to max 128 subdevices should be easy. Isn't it suffice to define MAX_PCM_SUBSTREAMS to 128? Takashi --- diff --git a/sound/drivers/dummy.c b/sound/drivers/dummy.c index 0a798bd..fd5f753 100644 --- a/sound/drivers/dummy.c +++ b/sound/drivers/dummy.c @@ -206,9 +206,9 @@ struct dummy_systimer_pcm { spinlock_t lock; struct timer_list timer; unsigned long base_time; - unsigned int frac_pos; /* fractional sample position (based HZ) */ - unsigned int frac_buffer_size; /* buffer_size * HZ */ - unsigned int frac_period_size; /* period_size * HZ */ + unsigned int frac_pos; /* fractional sample position (based in msec) */ + unsigned int frac_buffer_size; /* buffer_size * 1000 */ + unsigned int frac_period_size; /* period_size * 1000 */ unsigned int rate; struct snd_pcm_substream *substream; }; @@ -218,8 +218,8 @@ static void dummy_systimer_rearm(struct dummy_systimer_pcm *dpcm) unsigned long frac; frac = dpcm->frac_pos % dpcm->frac_period_size; - dpcm->timer.expires = jiffies + - (dpcm->frac_period_size + dpcm->rate - 1) / dpcm->rate; + frac = (dpcm->frac_period_size - frac + dpcm->rate - 1) / dpcm->rate; + dpcm->timer.expires = jiffies + msecs_to_jiffies(frac); add_timer(&dpcm->timer); } @@ -231,6 +231,7 @@ static void dummy_systimer_update(struct dummy_systimer_pcm *dpcm) if (!delta) return; dpcm->base_time = jiffies; + delta = jiffies_to_msecs(delta); dpcm->frac_pos += delta * dpcm->rate; while (dpcm->frac_pos >= dpcm->frac_buffer_size) dpcm->frac_pos -= dpcm->frac_buffer_size; @@ -262,8 +263,8 @@ static int dummy_systimer_prepare(struct snd_pcm_substream *substream) dpcm->frac_pos = 0; dpcm->rate = runtime->rate; - dpcm->frac_buffer_size = runtime->buffer_size * HZ; - dpcm->frac_period_size = runtime->period_size * HZ; + dpcm->frac_buffer_size = runtime->buffer_size * 1000; + dpcm->frac_period_size = runtime->period_size * 1000; return 0; } @@ -288,7 +289,7 @@ dummy_systimer_pointer(struct snd_pcm_substream *substream) spin_lock(&dpcm->lock); dummy_systimer_update(dpcm); spin_unlock(&dpcm->lock); - return dpcm->frac_pos / HZ; + return dpcm->frac_pos / 1000; } static int dummy_systimer_create(struct snd_pcm_substream *substream) _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel ^ permalink raw reply related [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 15:41 ` Takashi Iwai @ 2009-09-03 17:06 ` Giovanni Maruzzelli [not found] ` <7c5010d60909031003l317d7325s9082a30c418a28f8@mail.gmail.com> 1 sibling, 0 replies; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 17:06 UTC (permalink / raw) To: alsa-devel; +Cc: Clemens Ladisch On Thu, Sep 3, 2009 at 5:41 PM, Takashi Iwai<tiwai@suse.de> wrote: > Try the patch below. It just converts the calculation base to msec > instead of HZ. > > The enhancement to max 128 subdevices should be easy. Isn't it suffice > to define MAX_PCM_SUBSTREAMS to 128? yes, definetly. I made other "enhancements" to let it works without too much load I tested the patch, with no joy... This is the result of the printk, updated to reflect the new function results (eg: is not /HZ but /1000, only the text is old (btw, in this case HZ would be 1000)): Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97652536 Sep 3 18:57:15 localhost kernel: klogd 1.4.1, ---------- state change ---------- Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97652537 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97652537 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=48, jiffies=97652539 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=48, jiffies=97652539 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97652588 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97652664 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97652716 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97652717 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97652723 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97652723 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97652792 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97652793 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=48, jiffies=97652795 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=48, jiffies=97652795 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=80, jiffies=97652797 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=80, jiffies=97652797 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97652844 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97652920 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97652972 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97652973 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97652979 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97652979 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2272, jiffies=97652986 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2272, jiffies=97652986 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97653048 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97653049 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97653052 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97653052 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97653056 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97653056 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97653100 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97653176 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97653228 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97653229 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97653235 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97653235 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2272, jiffies=97653242 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2272, jiffies=97653242 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97653304 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97653305 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97653308 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97653308 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97653312 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97653312 Sep 3 18:57:15 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97653356 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97653432 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97653484 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97653485 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97653491 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97653491 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2256, jiffies=97653497 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2256, jiffies=97653497 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97653560 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97653561 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97653564 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97653564 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=112, jiffies=97653567 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=112, jiffies=97653567 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97653612 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97653688 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97653740 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97653741 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97653748 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97653748 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2272, jiffies=97653754 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2272, jiffies=97653754 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97653816 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97653817 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97653820 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97653820 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97653824 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97653824 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97653868 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97653944 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97653996 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97653997 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97654004 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97654004 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2272, jiffies=97654010 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2272, jiffies=97654010 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97654072 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97654073 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97654076 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97654076 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97654080 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97654080 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97654124 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97654200 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97654252 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97654253 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97654259 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97654259 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2272, jiffies=97654266 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2272, jiffies=97654266 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97654328 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97654329 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97654332 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97654332 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97654336 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97654336 Sep 3 18:57:16 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97654380 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97654456 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97654508 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97654509 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97654515 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97654515 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2272, jiffies=97654522 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2272, jiffies=97654522 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97654584 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97654585 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97654588 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97654588 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97654592 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97654592 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97654636 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97654712 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97654764 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97654765 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97654771 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2160, jiffies=97654771 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2256, jiffies=97654777 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2256, jiffies=97654777 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97654840 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97654841 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97654844 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97654844 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97654848 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97654848 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97654892 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97654968 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97655020 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97655021 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97655028 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97655028 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97655036 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97655036 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97655096 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97655097 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97655100 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97655100 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97655104 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97655104 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97655148 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97655224 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97655276 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97655277 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97655284 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97655284 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97655292 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97655292 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97655352 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97655353 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97655356 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97655356 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=112, jiffies=97655359 Sep 3 18:57:17 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=112, jiffies=97655359 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97655404 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97655480 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97655532 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97655533 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97655540 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97655540 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97655548 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97655548 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97655608 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97655609 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97655612 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97655612 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97655616 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97655616 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97655660 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97655736 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97655788 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97655789 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97655796 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97655796 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97655804 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97655804 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97655864 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97655865 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97655868 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97655868 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97655872 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97655872 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97655916 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97655992 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97656044 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97656045 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97656052 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97656052 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97656059 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97656059 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97656120 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97656121 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97656124 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97656124 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=112, jiffies=97656127 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=112, jiffies=97656127 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97656172 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97656248 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97656300 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97656301 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97656308 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97656308 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97656315 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97656315 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97656376 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97656377 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97656380 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97656380 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97656384 Sep 3 18:57:18 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97656384 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97656428 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97656504 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97656556 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97656557 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97656564 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97656564 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97656571 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97656571 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97656632 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97656633 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97656636 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97656636 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=112, jiffies=97656639 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97656640 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97656640 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97656684 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97656760 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97656812 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97656813 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97656820 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97656820 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97656828 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97656828 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97656888 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97656889 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97656892 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97656892 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97656896 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97656896 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97656940 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97657016 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97657068 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97657069 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97657076 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97657076 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97657084 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97657084 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97657144 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97657145 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97657148 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97657148 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97657152 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97657152 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97657196 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97657272 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97657324 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97657325 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97657332 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97657332 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97657339 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97657339 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97657400 Sep 3 18:57:19 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97657401 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97657404 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97657404 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=112, jiffies=97657407 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=112, jiffies=97657407 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97657452 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97657528 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97657580 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97657581 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97657588 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97657588 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97657596 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97657596 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97657656 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97657657 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97657660 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97657660 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97657664 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97657664 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97657708 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97657784 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97657836 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97657837 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97657844 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97657844 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97657851 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97657851 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97657912 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97657913 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97657916 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97657916 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97657920 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97657920 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97657964 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97658040 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97658092 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97658093 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97658100 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97658100 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97658107 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97658107 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97658168 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97658169 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97658172 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97658172 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97658176 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97658176 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97658220 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97658296 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97658348 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97658349 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97658356 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97658356 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97658364 Sep 3 18:57:20 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97658364 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97658424 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97658425 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97658428 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97658428 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97658432 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97658432 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97658476 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97658552 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97658604 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97658605 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97658612 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97658612 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97658619 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97658619 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97658680 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97658681 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97658684 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97658684 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97658688 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97658688 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97658732 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97658808 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97658860 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97658861 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2208, jiffies=97658870 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2208, jiffies=97658870 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2320, jiffies=97658877 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2320, jiffies=97658877 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97658936 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97658937 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97658940 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97658940 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97658944 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97658944 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97658988 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97659064 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97659116 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97659117 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2192, jiffies=97659125 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2192, jiffies=97659125 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97659132 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97659132 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97659192 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97659193 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97659196 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97659196 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=112, jiffies=97659199 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97659200 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97659200 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97659244 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97659320 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97659372 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97659373 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97659380 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97659380 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97659388 Sep 3 18:57:21 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97659388 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97659448 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97659449 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97659452 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97659452 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97659456 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97659456 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97659500 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97659576 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97659628 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97659629 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97659636 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97659636 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97659644 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2304, jiffies=97659644 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97659704 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97659705 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97659708 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97659708 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97659712 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=128, jiffies=97659712 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97659756 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97659832 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97659884 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97659885 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97659892 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2176, jiffies=97659892 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97659899 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2288, jiffies=97659899 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97659960 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97659961 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97659964 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=64, jiffies=97659964 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=112, jiffies=97659967 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=112, jiffies=97659967 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97660012 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97660088 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97660140 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2064, jiffies=97660141 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97660216 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97660217 Sep 3 18:57:22 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97660344 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97661518 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=48, jiffies=97661521 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=48, jiffies=97661521 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=80, jiffies=97661523 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=80, jiffies=97661523 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97661646 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97661774 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97661774 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=48, jiffies=97661777 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=48, jiffies=97661777 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=80, jiffies=97661779 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=80, jiffies=97661779 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97661902 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97662030 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97662030 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=48, jiffies=97662033 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=48, jiffies=97662033 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=80, jiffies=97662035 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=80, jiffies=97662035 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97662158 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97662286 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97662286 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=48, jiffies=97662289 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=48, jiffies=97662289 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=80, jiffies=97662291 Sep 3 18:57:24 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=80, jiffies=97662291 Sep 3 18:57:25 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97662414 Sep 3 18:57:25 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97662542 Sep 3 18:57:25 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97662542 Sep 3 18:57:25 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=16, jiffies=97662543 Sep 3 18:57:25 localhost last message repeated 3 times Sep 3 18:57:25 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=2048, jiffies=97662670 Sep 3 18:57:25 localhost kernel: giovanni line: 292, dpcm->frac_pos / HZ=0, jiffies=97662798 ^ permalink raw reply [flat|nested] 51+ messages in thread
[parent not found: <7c5010d60909031003l317d7325s9082a30c418a28f8@mail.gmail.com>]
[parent not found: <s5hzl9bc3mo.wl%tiwai@suse.de>]
* Re: snd_dummy on Centos - Redhat [not found] ` <s5hzl9bc3mo.wl%tiwai@suse.de> @ 2009-09-03 19:10 ` Giovanni Maruzzelli 2009-09-03 20:31 ` Giovanni Maruzzelli [not found] ` <7c5010d60909031127m51a91cceqbe48f3115a0ef6d2@mail.gmail.com> 1 sibling, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 19:10 UTC (permalink / raw) To: Takashi Iwai, alsa-devel, Clemens Ladisch On Thu, Sep 3, 2009 at 7:57 PM, Takashi Iwai<tiwai@suse.de> wrote: > > But, *what* is actually the problem? In your post, there was no clear > description of the bug -- how is the behavior at all? Problem is: the channel driver uses Skype client, and uses an API call to make it do audio I/O to tcp sockets (to listening sockets of the channel driver itself). *BUT* the Skype client insists to have a soundcard, probably for getting its timing from. Actually interfacing with an actual soundcard is taxing badly the cpu (for dmix/dsnoop/plug overhead), takes irqs, and do not scale (you cannot have 30 Skype clients happily sharing the same soundcard). So for "heavy duty" it uses the snd-dummy. It works perfectly, and scales very well, with the Ubuntu 8.04 kernel, eg: a tickless 100HZ kernel. It works perfectly on Centos is uses the other snd drivers. It works perfectly on Centos with a compiled kernel like the Ubuntu 8.04 one. It works very bad (with glitches, accumulating delays, hiccups, etc) on Centos with the original Centos kernel (1000HZ, not tickless). The ALSA unstable snapshot, and the first patch to it you sent me do not solves the problem. Now I will try the last patches you sent me today and report here. Thanks a lot for your efforts, -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 19:10 ` Giovanni Maruzzelli @ 2009-09-03 20:31 ` Giovanni Maruzzelli 0 siblings, 0 replies; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 20:31 UTC (permalink / raw) To: Takashi Iwai, alsa-devel, Clemens Ladisch On Thu, Sep 3, 2009 at 9:10 PM, Giovanni Maruzzelli<gmaruzz.lists@gmail.com> wrote: > Now I will try the last patches you sent me today and report here. > Still no luck, I sent you the printk results... Thanks again to taking care of this issue, -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
[parent not found: <7c5010d60909031127m51a91cceqbe48f3115a0ef6d2@mail.gmail.com>]
[parent not found: <s5h1vmnde4b.wl%tiwai@suse.de>]
[parent not found: <7c5010d60909031252v25a71577s3655297e47aa6fa2@mail.gmail.com>]
* Re: snd_dummy on Centos - Redhat [not found] ` <7c5010d60909031252v25a71577s3655297e47aa6fa2@mail.gmail.com> @ 2009-09-03 21:37 ` Takashi Iwai 2009-09-03 22:03 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-03 21:37 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel [Forgot to add Cc to ML, added back now] At Thu, 3 Sep 2009 21:52:54 +0200, Giovanni Maruzzelli wrote: > > I had to modify a little the patch, so maybe I ruined it. My mods are > marked with "giovanni". Ah sorry, the patch was broken. I should have compile-tested. The below is a revised one. BTW, looking through your numbers: > Sep 3 21:35:48 localhost kernel: giovanni line: 296, > dpcm->frac_buf_pos / HZ=0, jiffies=107166054, buffer_size=4096, > period_size=2048, rate=16000 > Sep 3 21:35:48 localhost kernel: giovanni line: 296, > dpcm->frac_buf_pos / HZ=48, jiffies=107166057, buffer_size=4096, > period_size=2048, rate=16000 > Sep 3 21:35:48 localhost kernel: giovanni line: 296, > dpcm->frac_buf_pos / HZ=48, jiffies=107166057, buffer_size=4096, > period_size=2048, rate=16000 > Sep 3 21:35:48 localhost kernel: giovanni line: 296, > dpcm->frac_buf_pos / HZ=80, jiffies=107166059, buffer_size=4096, > period_size=2048, rate=16000 > Sep 3 21:35:48 localhost kernel: giovanni line: 296, > dpcm->frac_buf_pos / HZ=80, jiffies=107166059, buffer_size=4096, > period_size=2048, rate=16000 > Sep 3 21:35:48 localhost kernel: giovanni line: 296, > dpcm->frac_buf_pos / HZ=0, jiffies=107166133, buffer_size=4096, > period_size=2048, rate=16000 Here, suddenly you get position 0. Then... > Sep 3 21:35:48 localhost kernel: giovanni line: 296, > dpcm->frac_buf_pos / HZ=2048, jiffies=107166182, buffer_size=4096, > period_size=2048, rate=16000 Returning to the right position again. That can be an issue. Takashi --- diff --git a/sound/drivers/dummy.c b/sound/drivers/dummy.c index 0a798bd..f08b9c8 100644 --- a/sound/drivers/dummy.c +++ b/sound/drivers/dummy.c @@ -207,19 +207,18 @@ struct dummy_systimer_pcm { struct timer_list timer; unsigned long base_time; unsigned int frac_pos; /* fractional sample position (based HZ) */ + unsigned int frac_period_rest; unsigned int frac_buffer_size; /* buffer_size * HZ */ unsigned int frac_period_size; /* period_size * HZ */ unsigned int rate; + int elapsed; struct snd_pcm_substream *substream; }; static void dummy_systimer_rearm(struct dummy_systimer_pcm *dpcm) { - unsigned long frac; - - frac = dpcm->frac_pos % dpcm->frac_period_size; dpcm->timer.expires = jiffies + - (dpcm->frac_period_size + dpcm->rate - 1) / dpcm->rate; + (dpcm->frac_period_rest + dpcm->rate - 1) / dpcm->rate; add_timer(&dpcm->timer); } @@ -230,10 +229,16 @@ static void dummy_systimer_update(struct dummy_systimer_pcm *dpcm) delta = jiffies - dpcm->base_time; if (!delta) return; - dpcm->base_time = jiffies; - dpcm->frac_pos += delta * dpcm->rate; + dpcm->base_time += delta; + delta *= dpcm->rate; + dpcm->frac_pos += delta; while (dpcm->frac_pos >= dpcm->frac_buffer_size) dpcm->frac_pos -= dpcm->frac_buffer_size; + if (dpcm->frac_period_rest <= delta) { + dpcm->elapsed++; + dpcm->frac_period_rest += dpcm->frac_period_size; + } + dpcm->frac_period_rest -= delta; } static int dummy_systimer_start(struct snd_pcm_substream *substream) @@ -264,6 +269,8 @@ static int dummy_systimer_prepare(struct snd_pcm_substream *substream) dpcm->rate = runtime->rate; dpcm->frac_buffer_size = runtime->buffer_size * HZ; dpcm->frac_period_size = runtime->period_size * HZ; + dpcm->frac_period_rest = dpcm->frac_period_size; + dpcm->elapsed = 0; return 0; } @@ -272,23 +279,29 @@ static void dummy_systimer_callback(unsigned long data) { struct dummy_systimer_pcm *dpcm = (struct dummy_systimer_pcm *)data; unsigned long flags; + int elapsed = 0; spin_lock_irqsave(&dpcm->lock, flags); dummy_systimer_update(dpcm); dummy_systimer_rearm(dpcm); + elapsed = dpcm->elapsed; + dpcm->elapsed = 0; spin_unlock_irqrestore(&dpcm->lock, flags); - snd_pcm_period_elapsed(dpcm->substream); + if (elapsed) + snd_pcm_period_elapsed(dpcm->substream); } static snd_pcm_uframes_t dummy_systimer_pointer(struct snd_pcm_substream *substream) { struct dummy_systimer_pcm *dpcm = substream->runtime->private_data; + snd_pcm_uframes_t pos; spin_lock(&dpcm->lock); dummy_systimer_update(dpcm); + pos = dpcm->frac_pos / HZ; spin_unlock(&dpcm->lock); - return dpcm->frac_pos / HZ; + return pos; } static int dummy_systimer_create(struct snd_pcm_substream *substream) ^ permalink raw reply related [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-03 21:37 ` Takashi Iwai @ 2009-09-03 22:03 ` Giovanni Maruzzelli [not found] ` <7c5010d60909031543v4291a332ge415f91f3412dda@mail.gmail.com> 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 22:03 UTC (permalink / raw) To: alsa-devel On Thu, Sep 3, 2009 at 11:37 PM, Takashi Iwai<tiwai@suse.de> wrote: > > BTW, looking through your numbers: > >> Sep 3 21:35:48 localhost kernel: giovanni line: 296, >> dpcm->frac_buf_pos / HZ=0, jiffies=107166054, buffer_size=4096, >> period_size=2048, rate=16000 >> Sep 3 21:35:48 localhost kernel: giovanni line: 296, >> dpcm->frac_buf_pos / HZ=48, jiffies=107166057, buffer_size=4096, >> period_size=2048, rate=16000 >> Sep 3 21:35:48 localhost kernel: giovanni line: 296, >> dpcm->frac_buf_pos / HZ=48, jiffies=107166057, buffer_size=4096, >> period_size=2048, rate=16000 >> Sep 3 21:35:48 localhost kernel: giovanni line: 296, >> dpcm->frac_buf_pos / HZ=80, jiffies=107166059, buffer_size=4096, >> period_size=2048, rate=16000 >> Sep 3 21:35:48 localhost kernel: giovanni line: 296, >> dpcm->frac_buf_pos / HZ=80, jiffies=107166059, buffer_size=4096, >> period_size=2048, rate=16000 >> Sep 3 21:35:48 localhost kernel: giovanni line: 296, >> dpcm->frac_buf_pos / HZ=0, jiffies=107166133, buffer_size=4096, >> period_size=2048, rate=16000 > > Here, suddenly you get position 0. Then... > >> Sep 3 21:35:48 localhost kernel: giovanni line: 296, >> dpcm->frac_buf_pos / HZ=2048, jiffies=107166182, buffer_size=4096, >> period_size=2048, rate=16000 > > Returning to the right position again. That can be an issue. Yes, seems strange... Takashi, thanks for the new patch. I'll test it and report back here. Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 ^ permalink raw reply [flat|nested] 51+ messages in thread
[parent not found: <7c5010d60909031543v4291a332ge415f91f3412dda@mail.gmail.com>]
* Re: snd_dummy on Centos - Redhat [not found] ` <7c5010d60909031543v4291a332ge415f91f3412dda@mail.gmail.com> @ 2009-09-03 22:47 ` Giovanni Maruzzelli 2009-09-04 6:58 ` Takashi Iwai 1 sibling, 0 replies; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 22:47 UTC (permalink / raw) To: alsa-devel On Fri, Sep 4, 2009 at 12:03 AM, Giovanni Maruzzelli<gmaruzz.lists@gmail.com> wrote: > I'll test it and report back here. Still we have big problems.... Sep 4 00:35:45 localhost kernel: giovanni line: 306, pos=0, jiffies=117963666, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:45 localhost kernel: giovanni line: 306, pos=2048, jiffies=117963719, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2048, jiffies=117963794, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2048, jiffies=117963794, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2176, jiffies=117963802, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2176, jiffies=117963802, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2304, jiffies=117963810, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2304, jiffies=117963810, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=0, jiffies=117963847, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=0, jiffies=117963847, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=64, jiffies=117963851, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=64, jiffies=117963851, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=128, jiffies=117963855, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=128, jiffies=117963855, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=0, jiffies=117963922, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2048, jiffies=117963975, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2048, jiffies=117964050, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2048, jiffies=117964050, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2176, jiffies=117964058, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2192, jiffies=117964059, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2304, jiffies=117964066, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2304, jiffies=117964066, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=0, jiffies=117964103, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=0, jiffies=117964103, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=64, jiffies=117964107, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=64, jiffies=117964107, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=128, jiffies=117964111, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=128, jiffies=117964111, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=0, jiffies=117964178, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2048, jiffies=117964231, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2048, jiffies=117964306, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2048, jiffies=117964306, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2176, jiffies=117964314, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2176, jiffies=117964314, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2304, jiffies=117964322, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2304, jiffies=117964322, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=0, jiffies=117964359, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=0, jiffies=117964359, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=64, jiffies=117964363, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=64, jiffies=117964363, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=128, jiffies=117964367, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=128, jiffies=117964367, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=0, jiffies=117964434, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2048, jiffies=117964487, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2048, jiffies=117964562, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2048, jiffies=117964562, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2176, jiffies=117964570, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2176, jiffies=117964570, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2288, jiffies=117964577, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2288, jiffies=117964577, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=0, jiffies=117964615, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=16, jiffies=117964616, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=80, jiffies=117964620, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=80, jiffies=117964620, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=144, jiffies=117964624, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=144, jiffies=117964624, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=0, jiffies=117964690, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:46 localhost kernel: giovanni line: 306, pos=2048, jiffies=117964743, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2048, jiffies=117964818, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2048, jiffies=117964818, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2176, jiffies=117964826, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2176, jiffies=117964826, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2288, jiffies=117964833, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2288, jiffies=117964833, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=0, jiffies=117964871, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=0, jiffies=117964871, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=64, jiffies=117964875, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=64, jiffies=117964875, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=112, jiffies=117964878, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=128, jiffies=117964879, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=128, jiffies=117964879, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=0, jiffies=117964946, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2048, jiffies=117964999, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2048, jiffies=117965074, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2048, jiffies=117965074, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2176, jiffies=117965082, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2176, jiffies=117965082, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2304, jiffies=117965090, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2304, jiffies=117965090, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=0, jiffies=117965127, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=0, jiffies=117965127, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=64, jiffies=117965131, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=64, jiffies=117965131, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=128, jiffies=117965135, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=128, jiffies=117965135, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=0, jiffies=117965202, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2048, jiffies=117965255, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2048, jiffies=117965330, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2048, jiffies=117965330, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2176, jiffies=117965338, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2176, jiffies=117965338, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2304, jiffies=117965346, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2304, jiffies=117965346, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=0, jiffies=117965383, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=0, jiffies=117965383, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=64, jiffies=117965387, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=64, jiffies=117965387, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=128, jiffies=117965391, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=128, jiffies=117965391, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=0, jiffies=117965458, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2048, jiffies=117965511, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2048, jiffies=117965586, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2048, jiffies=117965586, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2176, jiffies=117965594, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2176, jiffies=117965594, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2320, jiffies=117965603, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2320, jiffies=117965603, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=0, jiffies=117965639, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=0, jiffies=117965639, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=64, jiffies=117965643, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=64, jiffies=117965643, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=128, jiffies=117965647, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=128, jiffies=117965647, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=0, jiffies=117965714, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:47 localhost kernel: giovanni line: 306, pos=2048, jiffies=117965767, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2048, jiffies=117965842, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2048, jiffies=117965842, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2176, jiffies=117965850, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2176, jiffies=117965850, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2320, jiffies=117965859, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2320, jiffies=117965859, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=0, jiffies=117965895, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=0, jiffies=117965895, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=64, jiffies=117965899, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=64, jiffies=117965899, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=128, jiffies=117965903, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=128, jiffies=117965903, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=0, jiffies=117965970, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2048, jiffies=117966023, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2048, jiffies=117966098, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2048, jiffies=117966098, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2176, jiffies=117966106, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2176, jiffies=117966106, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2320, jiffies=117966115, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2320, jiffies=117966115, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=0, jiffies=117966151, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=0, jiffies=117966151, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=64, jiffies=117966155, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=64, jiffies=117966155, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=128, jiffies=117966159, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=128, jiffies=117966159, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=0, jiffies=117966226, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2048, jiffies=117966279, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2048, jiffies=117966354, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2048, jiffies=117966354, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2192, jiffies=117966363, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2192, jiffies=117966363, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2320, jiffies=117966371, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2320, jiffies=117966371, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=0, jiffies=117966407, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=0, jiffies=117966407, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=64, jiffies=117966411, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=64, jiffies=117966411, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=128, jiffies=117966415, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=128, jiffies=117966415, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=0, jiffies=117966482, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2048, jiffies=117966535, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2048, jiffies=117966610, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2048, jiffies=117966610, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2192, jiffies=117966619, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2192, jiffies=117966619, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2320, jiffies=117966627, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=2320, jiffies=117966627, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=0, jiffies=117966663, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=0, jiffies=117966663, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=64, jiffies=117966667, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=64, jiffies=117966667, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=128, jiffies=117966671, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=128, jiffies=117966671, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:48 localhost kernel: giovanni line: 306, pos=0, jiffies=117966738, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2048, jiffies=117966791, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2048, jiffies=117966866, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2048, jiffies=117966866, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2192, jiffies=117966875, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2192, jiffies=117966875, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2336, jiffies=117966884, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2336, jiffies=117966884, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=0, jiffies=117966919, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=0, jiffies=117966919, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=64, jiffies=117966923, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=64, jiffies=117966923, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=128, jiffies=117966927, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=128, jiffies=117966927, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=0, jiffies=117966994, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2048, jiffies=117967047, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2048, jiffies=117967122, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2048, jiffies=117967122, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2192, jiffies=117967131, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2192, jiffies=117967131, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2320, jiffies=117967139, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2320, jiffies=117967139, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=0, jiffies=117967175, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=0, jiffies=117967175, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=48, jiffies=117967178, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=64, jiffies=117967179, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=112, jiffies=117967182, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=112, jiffies=117967182, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=0, jiffies=117967250, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2048, jiffies=117967303, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2048, jiffies=117967378, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2048, jiffies=117967378, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2160, jiffies=117967385, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2160, jiffies=117967385, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2304, jiffies=117967394, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2304, jiffies=117967394, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=0, jiffies=117967431, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=0, jiffies=117967431, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=48, jiffies=117967434, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=48, jiffies=117967434, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=112, jiffies=117967438, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=112, jiffies=117967438, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=0, jiffies=117967506, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2048, jiffies=117967559, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2048, jiffies=117967634, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2048, jiffies=117967634, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2176, jiffies=117967642, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2192, jiffies=117967643, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2304, jiffies=117967650, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=2304, jiffies=117967650, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=0, jiffies=117967687, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=0, jiffies=117967687, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=48, jiffies=117967690, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=64, jiffies=117967691, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=112, jiffies=117967694, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=112, jiffies=117967694, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:49 localhost kernel: giovanni line: 306, pos=0, jiffies=117967762, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2048, jiffies=117967815, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2048, jiffies=117967890, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2048, jiffies=117967890, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2176, jiffies=117967898, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2176, jiffies=117967898, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2320, jiffies=117967907, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2320, jiffies=117967907, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=0, jiffies=117967943, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=0, jiffies=117967943, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=48, jiffies=117967946, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=64, jiffies=117967947, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=112, jiffies=117967950, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=112, jiffies=117967950, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=0, jiffies=117968018, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2048, jiffies=117968071, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2048, jiffies=117968146, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2048, jiffies=117968146, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2176, jiffies=117968154, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2176, jiffies=117968154, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2320, jiffies=117968163, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2320, jiffies=117968163, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=0, jiffies=117968199, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=0, jiffies=117968199, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=48, jiffies=117968202, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=48, jiffies=117968202, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=112, jiffies=117968206, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=112, jiffies=117968206, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=0, jiffies=117968274, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2048, jiffies=117968327, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2048, jiffies=117968402, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2048, jiffies=117968402, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2176, jiffies=117968410, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2176, jiffies=117968410, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2320, jiffies=117968419, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2320, jiffies=117968419, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=0, jiffies=117968455, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=0, jiffies=117968455, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=48, jiffies=117968458, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=64, jiffies=117968459, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=112, jiffies=117968462, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=112, jiffies=117968462, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=0, jiffies=117968530, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2048, jiffies=117968583, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2048, jiffies=117968658, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2048, jiffies=117968658, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2176, jiffies=117968666, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2176, jiffies=117968666, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2304, jiffies=117968674, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=2304, jiffies=117968674, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=0, jiffies=117968711, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=0, jiffies=117968711, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=48, jiffies=117968714, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=48, jiffies=117968714, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=112, jiffies=117968718, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:50 localhost kernel: giovanni line: 306, pos=112, jiffies=117968718, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=0, jiffies=117968786, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2048, jiffies=117968839, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2048, jiffies=117968914, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2048, jiffies=117968914, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2192, jiffies=117968923, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2192, jiffies=117968923, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2320, jiffies=117968931, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2320, jiffies=117968931, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=0, jiffies=117968967, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=0, jiffies=117968967, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=64, jiffies=117968971, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=64, jiffies=117968971, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=112, jiffies=117968974, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=112, jiffies=117968974, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=0, jiffies=117969042, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2048, jiffies=117969095, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2048, jiffies=117969170, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2048, jiffies=117969170, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2192, jiffies=117969179, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2192, jiffies=117969179, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2320, jiffies=117969187, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2320, jiffies=117969187, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=0, jiffies=117969223, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=0, jiffies=117969223, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=64, jiffies=117969227, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=64, jiffies=117969227, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=112, jiffies=117969230, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=112, jiffies=117969230, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=0, jiffies=117969298, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2048, jiffies=117969351, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2048, jiffies=117969426, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2048, jiffies=117969426, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2176, jiffies=117969434, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2176, jiffies=117969434, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2320, jiffies=117969443, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2320, jiffies=117969443, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=0, jiffies=117969479, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=0, jiffies=117969479, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=64, jiffies=117969483, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=64, jiffies=117969483, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=128, jiffies=117969487, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=128, jiffies=117969487, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=0, jiffies=117969554, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2048, jiffies=117969607, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2048, jiffies=117969682, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2048, jiffies=117969682, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2176, jiffies=117969690, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2176, jiffies=117969690, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2320, jiffies=117969699, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=2320, jiffies=117969699, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=0, jiffies=117969735, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=0, jiffies=117969735, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=64, jiffies=117969739, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=64, jiffies=117969739, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=112, jiffies=117969742, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:51 localhost kernel: giovanni line: 306, pos=112, jiffies=117969742, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:52 localhost kernel: giovanni line: 306, pos=0, jiffies=117969810, buffer_size=4096, period_size=2048, rate=16000 Sep 4 00:35:52 localhost kernel: giovanni line: 306, pos=2048, jiffies=117969863, buffer_size=4096, period_size=2048, rate=16000 ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat [not found] ` <7c5010d60909031543v4291a332ge415f91f3412dda@mail.gmail.com> 2009-09-03 22:47 ` Giovanni Maruzzelli @ 2009-09-04 6:58 ` Takashi Iwai 2009-09-04 7:57 ` Giovanni Maruzzelli 1 sibling, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-04 6:58 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Fri, 4 Sep 2009 00:43:09 +0200, Giovanni Maruzzelli wrote: > > On Fri, Sep 4, 2009 at 12:03 AM, Giovanni > Maruzzelli<gmaruzz.lists@gmail.com> wrote: > > I'll test it and report back here. > > Still we have big problems.... OK, then upgrade your alsa driver stack to 1.0.21. There have been some changes in PCM core. Then, get dummy.c again from the latest alsa-driver-unstable tarball. It already contains my latest fix. If 1.0.21+dummy.c doesn't work, apply the patch below to get position logs. If this still causes the invalid backward jump to position 0, you should check xrun debug, e.g. # echo 9 > /proc/asound/card0/pcm0p/xrun_debug (assuming snd-dummy is card0). Takashi --- diff --git a/dummy.c b/dummy.c index e8e29bf..f7c21d5 100644 --- a/dummy.c +++ b/dummy.c @@ -239,6 +239,10 @@ static void dummy_systimer_update(struct dummy_systimer_pcm *dpcm) dpcm->frac_period_rest += dpcm->frac_period_size; } dpcm->frac_period_rest -= delta; + printk(KERN_DEBUG "xxx delta=%ld, pos=%d(%d), rest=%d(%d)\n", + delta / dpcm->rate, + dpcm->frac_pos, dpcm->frac_pos / HZ, + dpcm->frac_period_rest, dpcm->frac_period_rest / HZ); } static int dummy_systimer_start(struct snd_pcm_substream *substream) @@ -248,6 +252,10 @@ static int dummy_systimer_start(struct snd_pcm_substream *substream) dpcm->base_time = jiffies; dummy_systimer_rearm(dpcm); spin_unlock(&dpcm->lock); + printk(KERN_DEBUG "*** START: buffer=%d, period=%d, rate=%d\n", + (int)substream->runtime->buffer_size, + (int)substream->runtime->period_size, + substream->runtime->rate); return 0; } @@ -257,6 +265,7 @@ static int dummy_systimer_stop(struct snd_pcm_substream *substream) spin_lock(&dpcm->lock); del_timer(&dpcm->timer); spin_unlock(&dpcm->lock); + printk(KERN_DEBUG "*** STOP\n"); return 0; } ^ permalink raw reply related [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 6:58 ` Takashi Iwai @ 2009-09-04 7:57 ` Giovanni Maruzzelli 2009-09-04 9:14 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-04 7:57 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Fri, Sep 4, 2009 at 8:58 AM, Takashi Iwai<tiwai@suse.de> wrote: > OK, then upgrade your alsa driver stack to 1.0.21. There have been > some changes in PCM core. Then, get dummy.c again from the latest > alsa-driver-unstable tarball. It already contains my latest fix. > > If 1.0.21+dummy.c doesn't work, apply the patch below to get position > logs. If this still causes the invalid backward jump to position 0, > you should check xrun debug, e.g. > # echo 9 > /proc/asound/card0/pcm0p/xrun_debug > I'll do it and report -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 7:57 ` Giovanni Maruzzelli @ 2009-09-04 9:14 ` Giovanni Maruzzelli 2009-09-04 9:20 ` Takashi Iwai 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-04 9:14 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Fri, Sep 4, 2009 at 9:57 AM, Giovanni Maruzzelli<gmaruzz.lists@gmail.com> wrote: > > I'll do it and report Follow is the run results with your patch. It is possible that the "go to zero" you have seen before, is because the application pause sending audio between small snippets (words or phrases). This is not a problem with the other drivers, but it DO generates XRUNs (at least with other kind of ALSA channel drivers [yes, I have made another one, that works flawlessly, that uses cm108 to interface GSM phones]). I tried to activate the XRUN debug, as for your instructions, but does not give me output. Maybe it uses the DEBUG printk, that I saw does not generates output on this centos box (I probably would have to setup syslogd to print DEBUG messages). I had to modify your printks and delete the KERN_DEBUG from it to have messages to appear in /var/log/messages. So, this time for not having false positives I send you the result of a continuous play of music, without pauses in it (maybe a pause at the beginning): Sep 4 11:04:04 localhost kernel: *** STOP Sep 4 11:04:25 localhost kernel: *** START: buffer=4096, period=2048, rate=16000 Sep 4 11:04:25 localhost kernel: xxx delta=2, pos=32000(32), rest=2016000(2016) Sep 4 11:04:25 localhost kernel: xxx delta=3, pos=80000(80), rest=1968000(1968) Sep 4 11:04:25 localhost kernel: *** START: buffer=4096, period=2048, rate=16000 Sep 4 11:04:25 localhost kernel: xxx delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:25 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:25 localhost kernel: xxx delta=6, pos=2144000(2144), rest=1952000(1952) Sep 4 11:04:25 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:25 localhost kernel: xxx delta=2, pos=32000(32), rest=2016000(2016) Sep 4 11:04:25 localhost kernel: xxx delta=2, pos=64000(64), rest=1984000(1984) Sep 4 11:04:25 localhost kernel: xxx delta=122, pos=0(0), rest=2048000(2048) Sep 4 11:04:25 localhost kernel: xxx delta=124, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:25 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:25 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:25 localhost kernel: xxx delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 11:04:25 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:25 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:25 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:25 localhost kernel: xxx delta=114, pos=0(0), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:26 localhost kernel: xxx delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 11:04:26 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:26 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:26 localhost kernel: xxx delta=114, pos=0(0), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:26 localhost kernel: xxx delta=6, pos=2256000(2256), rest=1840000(1840) Sep 4 11:04:26 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:26 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:26 localhost kernel: xxx delta=115, pos=0(0), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:26 localhost kernel: xxx delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 11:04:26 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:26 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:26 localhost kernel: xxx delta=114, pos=0(0), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:26 localhost kernel: xxx delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 11:04:26 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:26 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:26 localhost kernel: xxx delta=3, pos=96000(96), rest=1952000(1952) Sep 4 11:04:26 localhost kernel: xxx delta=1, pos=112000(112), rest=1936000(1936) Sep 4 11:04:26 localhost kernel: xxx delta=114, pos=0(0), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:27 localhost kernel: xxx delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 11:04:27 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:27 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:27 localhost kernel: xxx delta=114, pos=0(0), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:27 localhost kernel: xxx delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 11:04:27 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:27 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:27 localhost kernel: xxx delta=114, pos=0(0), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:27 localhost kernel: xxx delta=6, pos=2256000(2256), rest=1840000(1840) Sep 4 11:04:27 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:27 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:27 localhost kernel: xxx delta=115, pos=0(0), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:27 localhost kernel: xxx delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 11:04:27 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:27 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:27 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:27 localhost kernel: xxx delta=114, pos=0(0), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:28 localhost kernel: xxx delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 11:04:28 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:28 localhost kernel: xxx delta=3, pos=96000(96), rest=1952000(1952) Sep 4 11:04:28 localhost kernel: xxx delta=114, pos=0(0), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=122, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:28 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:28 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:28 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:28 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:28 localhost kernel: xxx delta=1, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:28 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:28 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:28 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:28 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:28 localhost kernel: xxx delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 11:04:28 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:28 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:28 localhost kernel: xxx delta=3, pos=96000(96), rest=1952000(1952) Sep 4 11:04:28 localhost kernel: xxx delta=1, pos=112000(112), rest=1936000(1936) Sep 4 11:04:29 localhost kernel: xxx delta=114, pos=0(0), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:29 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:29 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:29 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:29 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:29 localhost kernel: xxx delta=1, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:29 localhost kernel: xxx delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:29 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:29 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:29 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:29 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:29 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:29 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:29 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=1, pos=2064000(2064), rest=2032000(2032) Sep 4 11:04:29 localhost kernel: xxx delta=8, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:29 localhost kernel: xxx delta=8, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:29 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:29 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:29 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:30 localhost kernel: xxx delta=112, pos=16000(16), rest=2032000(2032) Sep 4 11:04:30 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=127, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:30 localhost kernel: xxx delta=8, pos=2288000(2288), rest=1808000(1808) Sep 4 11:04:30 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:30 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:30 localhost kernel: xxx delta=113, pos=0(0), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:30 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:30 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:30 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:30 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:30 localhost kernel: xxx delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:30 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:30 localhost kernel: xxx delta=3, pos=96000(96), rest=1952000(1952) Sep 4 11:04:30 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=122, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:30 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:30 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:30 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:31 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:31 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:31 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:31 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:31 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:31 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:31 localhost kernel: xxx delta=8, pos=2288000(2288), rest=1808000(1808) Sep 4 11:04:31 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:31 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:31 localhost kernel: xxx delta=113, pos=0(0), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:31 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:31 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:31 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:31 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:31 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:31 localhost kernel: xxx delta=6, pos=2288000(2288), rest=1808000(1808) Sep 4 11:04:31 localhost kernel: xxx delta=1, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:32 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:32 localhost kernel: xxx delta=3, pos=96000(96), rest=1952000(1952) Sep 4 11:04:32 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=122, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:32 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:32 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:32 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:32 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:32 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:32 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:32 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:32 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:32 localhost kernel: xxx delta=8, pos=2288000(2288), rest=1808000(1808) Sep 4 11:04:32 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:32 localhost kernel: xxx delta=3, pos=96000(96), rest=1952000(1952) Sep 4 11:04:32 localhost kernel: xxx delta=1, pos=112000(112), rest=1936000(1936) Sep 4 11:04:32 localhost kernel: xxx delta=113, pos=0(0), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:32 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:32 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:33 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:33 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:33 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:33 localhost kernel: xxx delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:33 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:33 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:33 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:33 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:33 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:33 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:33 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:33 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:33 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:33 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:33 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:33 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:34 localhost kernel: xxx delta=8, pos=2288000(2288), rest=1808000(1808) Sep 4 11:04:34 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:34 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:34 localhost kernel: xxx delta=113, pos=0(0), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:34 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:34 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:34 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:34 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:34 localhost kernel: xxx delta=7, pos=2288000(2288), rest=1808000(1808) Sep 4 11:04:34 localhost kernel: xxx delta=1, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:34 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:34 localhost kernel: xxx delta=3, pos=96000(96), rest=1952000(1952) Sep 4 11:04:34 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=122, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:34 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:34 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:34 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:34 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:34 localhost kernel: xxx delta=1, pos=2064000(2064), rest=2032000(2032) Sep 4 11:04:35 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:35 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:35 localhost kernel: xxx delta=127, pos=0(0), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=1, pos=16000(16), rest=2032000(2032) Sep 4 11:04:35 localhost kernel: xxx delta=3, pos=64000(64), rest=1984000(1984) Sep 4 11:04:35 localhost kernel: xxx delta=4, pos=128000(128), rest=1920000(1920) Sep 4 11:04:35 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=1, pos=2064000(2064), rest=2032000(2032) Sep 4 11:04:35 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 11:04:35 localhost kernel: xxx delta=1, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:35 localhost kernel: xxx delta=7, pos=2288000(2288), rest=1808000(1808) Sep 4 11:04:35 localhost kernel: xxx delta=127, pos=0(0), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=1, pos=16000(16), rest=2032000(2032) Sep 4 11:04:35 localhost kernel: xxx delta=1, pos=32000(32), rest=2016000(2016) Sep 4 11:04:35 localhost kernel: xxx delta=3, pos=80000(80), rest=1968000(1968) Sep 4 11:04:35 localhost kernel: xxx delta=4, pos=144000(144), rest=1904000(1904) Sep 4 11:04:35 localhost kernel: xxx delta=113, pos=0(0), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=119, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=1, pos=2064000(2064), rest=2032000(2032) Sep 4 11:04:35 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:35 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:35 localhost kernel: xxx delta=127, pos=0(0), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=1, pos=16000(16), rest=2032000(2032) Sep 4 11:04:35 localhost kernel: xxx delta=3, pos=64000(64), rest=1984000(1984) Sep 4 11:04:35 localhost kernel: xxx delta=4, pos=128000(128), rest=1920000(1920) Sep 4 11:04:35 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=1, pos=2064000(2064), rest=2032000(2032) Sep 4 11:04:35 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:35 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:35 localhost kernel: xxx delta=128, pos=16000(16), rest=2032000(2032) Sep 4 11:04:35 localhost kernel: xxx delta=1, pos=32000(32), rest=2016000(2016) Sep 4 11:04:35 localhost kernel: xxx delta=3, pos=80000(80), rest=1968000(1968) Sep 4 11:04:35 localhost kernel: xxx delta=3, pos=128000(128), rest=1920000(1920) Sep 4 11:04:35 localhost kernel: xxx delta=1, pos=144000(144), rest=1904000(1904) Sep 4 11:04:35 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:35 localhost kernel: xxx delta=120, pos=2064000(2064), rest=2032000(2032) Sep 4 11:04:35 localhost kernel: xxx delta=1, pos=2080000(2080), rest=2016000(2016) Sep 4 11:04:36 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:36 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:36 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:36 localhost kernel: xxx delta=127, pos=16000(16), rest=2032000(2032) Sep 4 11:04:36 localhost kernel: xxx delta=1, pos=32000(32), rest=2016000(2016) Sep 4 11:04:36 localhost kernel: xxx delta=3, pos=80000(80), rest=1968000(1968) Sep 4 11:04:36 localhost kernel: xxx delta=4, pos=144000(144), rest=1904000(1904) Sep 4 11:04:36 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:36 localhost kernel: xxx delta=120, pos=2064000(2064), rest=2032000(2032) Sep 4 11:04:36 localhost kernel: xxx delta=1, pos=2080000(2080), rest=2016000(2016) Sep 4 11:04:36 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:36 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:36 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:36 localhost kernel: xxx delta=127, pos=16000(16), rest=2032000(2032) Sep 4 11:04:36 localhost kernel: xxx delta=1, pos=32000(32), rest=2016000(2016) Sep 4 11:04:36 localhost kernel: xxx delta=3, pos=80000(80), rest=1968000(1968) Sep 4 11:04:36 localhost kernel: xxx delta=4, pos=144000(144), rest=1904000(1904) Sep 4 11:04:36 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:36 localhost kernel: xxx delta=119, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:36 localhost kernel: xxx delta=1, pos=2064000(2064), rest=2032000(2032) Sep 4 11:04:36 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:36 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:36 localhost kernel: xxx delta=7, pos=2288000(2288), rest=1808000(1808) Sep 4 11:04:36 localhost kernel: xxx delta=128, pos=16000(16), rest=2032000(2032) Sep 4 11:04:36 localhost kernel: xxx delta=1, pos=32000(32), rest=2016000(2016) Sep 4 11:04:36 localhost kernel: xxx delta=3, pos=80000(80), rest=1968000(1968) Sep 4 11:04:36 localhost kernel: xxx delta=3, pos=128000(128), rest=1920000(1920) Sep 4 11:04:36 localhost kernel: xxx delta=1, pos=144000(144), rest=1904000(1904) Sep 4 11:04:36 localhost kernel: xxx delta=113, pos=0(0), rest=2048000(2048) Sep 4 11:04:36 localhost kernel: xxx delta=119, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:36 localhost kernel: xxx delta=1, pos=2064000(2064), rest=2032000(2032) Sep 4 11:04:36 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:36 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:36 localhost kernel: xxx delta=8, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:36 localhost kernel: xxx delta=128, pos=16000(16), rest=2032000(2032) Sep 4 11:04:36 localhost kernel: xxx delta=1, pos=32000(32), rest=2016000(2016) Sep 4 11:04:36 localhost kernel: xxx delta=3, pos=80000(80), rest=1968000(1968) Sep 4 11:04:36 localhost kernel: xxx delta=4, pos=144000(144), rest=1904000(1904) Sep 4 11:04:36 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=119, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=1, pos=2064000(2064), rest=2032000(2032) Sep 4 11:04:37 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:37 localhost kernel: xxx delta=8, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:37 localhost kernel: xxx delta=128, pos=16000(16), rest=2032000(2032) Sep 4 11:04:37 localhost kernel: xxx delta=1, pos=32000(32), rest=2016000(2016) Sep 4 11:04:37 localhost kernel: xxx delta=3, pos=80000(80), rest=1968000(1968) Sep 4 11:04:37 localhost kernel: xxx delta=4, pos=144000(144), rest=1904000(1904) Sep 4 11:04:37 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=119, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=1, pos=2064000(2064), rest=2032000(2032) Sep 4 11:04:37 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:37 localhost kernel: xxx delta=8, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:37 localhost kernel: xxx delta=128, pos=16000(16), rest=2032000(2032) Sep 4 11:04:37 localhost kernel: xxx delta=3, pos=64000(64), rest=1984000(1984) Sep 4 11:04:37 localhost kernel: xxx delta=1, pos=80000(80), rest=1968000(1968) Sep 4 11:04:37 localhost kernel: xxx delta=3, pos=128000(128), rest=1920000(1920) Sep 4 11:04:37 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:37 localhost kernel: xxx delta=9, pos=2336000(2336), rest=1760000(1760) Sep 4 11:04:37 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=4, pos=64000(64), rest=1984000(1984) Sep 4 11:04:37 localhost kernel: xxx delta=3, pos=112000(112), rest=1936000(1936) Sep 4 11:04:37 localhost kernel: xxx delta=110, pos=0(0), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:37 localhost kernel: xxx delta=8, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:37 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:37 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:37 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:37 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:38 localhost kernel: xxx delta=9, pos=2336000(2336), rest=1760000(1760) Sep 4 11:04:38 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:38 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:38 localhost kernel: xxx delta=110, pos=0(0), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:38 localhost kernel: xxx delta=8, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:38 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:38 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:38 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:38 localhost kernel: xxx delta=9, pos=2336000(2336), rest=1760000(1760) Sep 4 11:04:38 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=4, pos=64000(64), rest=1984000(1984) Sep 4 11:04:38 localhost kernel: xxx delta=3, pos=112000(112), rest=1936000(1936) Sep 4 11:04:38 localhost kernel: xxx delta=110, pos=0(0), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:38 localhost kernel: xxx delta=9, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:38 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:38 localhost kernel: xxx delta=4, pos=64000(64), rest=1984000(1984) Sep 4 11:04:38 localhost kernel: xxx delta=3, pos=112000(112), rest=1936000(1936) Sep 4 11:04:38 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:39 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:39 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:39 localhost kernel: xxx delta=1, pos=64000(64), rest=1984000(1984) Sep 4 11:04:39 localhost kernel: xxx delta=3, pos=112000(112), rest=1936000(1936) Sep 4 11:04:39 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:39 localhost kernel: xxx delta=9, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:39 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=4, pos=64000(64), rest=1984000(1984) Sep 4 11:04:39 localhost kernel: xxx delta=3, pos=112000(112), rest=1936000(1936) Sep 4 11:04:39 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:39 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:39 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=4, pos=64000(64), rest=1984000(1984) Sep 4 11:04:39 localhost kernel: xxx delta=3, pos=112000(112), rest=1936000(1936) Sep 4 11:04:39 localhost kernel: xxx delta=112, pos=0(0), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:39 localhost kernel: xxx delta=9, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:39 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:39 localhost kernel: xxx delta=4, pos=64000(64), rest=1984000(1984) Sep 4 11:04:39 localhost kernel: xxx delta=4, pos=128000(128), rest=1920000(1920) Sep 4 11:04:40 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:40 localhost kernel: xxx delta=1, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:40 localhost kernel: xxx delta=8, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:40 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=4, pos=64000(64), rest=1984000(1984) Sep 4 11:04:40 localhost kernel: xxx delta=3, pos=112000(112), rest=1936000(1936) Sep 4 11:04:40 localhost kernel: xxx delta=1, pos=128000(128), rest=1920000(1920) Sep 4 11:04:40 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:40 localhost kernel: xxx delta=1, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:40 localhost kernel: xxx delta=8, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:40 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=4, pos=64000(64), rest=1984000(1984) Sep 4 11:04:40 localhost kernel: xxx delta=3, pos=112000(112), rest=1936000(1936) Sep 4 11:04:40 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:40 localhost kernel: xxx delta=8, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:40 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=4, pos=64000(64), rest=1984000(1984) Sep 4 11:04:40 localhost kernel: xxx delta=4, pos=128000(128), rest=1920000(1920) Sep 4 11:04:40 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:40 localhost kernel: xxx delta=8, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:40 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:40 localhost kernel: xxx delta=4, pos=64000(64), rest=1984000(1984) Sep 4 11:04:40 localhost kernel: xxx delta=3, pos=112000(112), rest=1936000(1936) Sep 4 11:04:41 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:41 localhost kernel: xxx delta=9, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:41 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:41 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:41 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:41 localhost kernel: xxx delta=9, pos=2336000(2336), rest=1760000(1760) Sep 4 11:04:41 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:41 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:41 localhost kernel: xxx delta=110, pos=0(0), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:41 localhost kernel: xxx delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 11:04:41 localhost kernel: xxx delta=1, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:41 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:41 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:41 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:41 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:41 localhost kernel: xxx delta=9, pos=2336000(2336), rest=1760000(1760) Sep 4 11:04:42 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:42 localhost kernel: xxx delta=4, pos=112000(112), rest=1936000(1936) Sep 4 11:04:42 localhost kernel: xxx delta=110, pos=0(0), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:42 localhost kernel: xxx delta=8, pos=2320000(2320), rest=1776000(1776) Sep 4 11:04:42 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:42 localhost kernel: xxx delta=3, pos=96000(96), rest=1952000(1952) Sep 4 11:04:42 localhost kernel: xxx delta=111, pos=0(0), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=122, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 11:04:42 localhost kernel: xxx delta=10, pos=2336000(2336), rest=1760000(1760) Sep 4 11:04:42 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=4, pos=64000(64), rest=1984000(1984) Sep 4 11:04:42 localhost kernel: xxx delta=3, pos=112000(112), rest=1936000(1936) Sep 4 11:04:42 localhost kernel: xxx delta=110, pos=0(0), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 11:04:42 localhost kernel: xxx delta=9, pos=2336000(2336), rest=1760000(1760) Sep 4 11:04:42 localhost kernel: xxx delta=128, pos=0(0), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=3, pos=48000(48), rest=2000000(2000) Sep 4 11:04:42 localhost kernel: xxx delta=2, pos=80000(80), rest=1968000(1968) Sep 4 11:04:42 localhost kernel: xxx delta=110, pos=0(0), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: xxx delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 11:04:42 localhost kernel: *** STOP ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 9:14 ` Giovanni Maruzzelli @ 2009-09-04 9:20 ` Takashi Iwai 2009-09-04 9:33 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-04 9:20 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Fri, 4 Sep 2009 11:14:22 +0200, Giovanni Maruzzelli wrote: > > On Fri, Sep 4, 2009 at 9:57 AM, Giovanni > Maruzzelli<gmaruzz.lists@gmail.com> wrote: > > > > I'll do it and report > > Follow is the run results with your patch. > > It is possible that the "go to zero" you have seen before, is because > the application pause sending audio between small snippets (words or > phrases). This is not a problem with the other drivers, but it DO > generates XRUNs (at least with other kind of ALSA channel drivers > [yes, I have made another one, that works flawlessly, that uses cm108 > to interface GSM phones]). > > I tried to activate the XRUN debug, as for your instructions, but does > not give me output. Maybe it uses the DEBUG printk, that I saw does > not generates output on this centos box (I probably would have to > setup syslogd to print DEBUG messages). I had to modify your printks > and delete the KERN_DEBUG from it to have messages to appear in > /var/log/messages. If it's XRUN, the stream has to be stopped once, so you must have STOP log there. > So, this time for not having false positives I send you the result of > a continuous play of music, without pauses in it (maybe a pause at the > beginning): Hrm, is this the output from one stream? > Sep 4 11:04:04 localhost kernel: *** STOP > Sep 4 11:04:25 localhost kernel: *** START: buffer=4096, period=2048, > rate=16000 > Sep 4 11:04:25 localhost kernel: xxx delta=2, pos=32000(32), rest=2016000(2016) > Sep 4 11:04:25 localhost kernel: xxx delta=3, pos=80000(80), rest=1968000(1968) > Sep 4 11:04:25 localhost kernel: *** START: buffer=4096, period=2048, > rate=16000 Here you have the second start without stopping. Takashi ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 9:20 ` Takashi Iwai @ 2009-09-04 9:33 ` Giovanni Maruzzelli 2009-09-04 10:18 ` Takashi Iwai 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-04 9:33 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Fri, Sep 4, 2009 at 11:20 AM, Takashi Iwai<tiwai@suse.de> wrote: > > If it's XRUN, the stream has to be stopped once, so you must have > STOP log there. > >> So, this time for not having false positives I send you the result of >> a continuous play of music, without pauses in it (maybe a pause at the >> beginning): > > Hrm, is this the output from one stream? > >> Sep 4 11:04:04 localhost kernel: *** STOP >> Sep 4 11:04:25 localhost kernel: *** START: buffer=4096, period=2048, >> rate=16000 >> Sep 4 11:04:25 localhost kernel: xxx delta=2, pos=32000(32), rest=2016000(2016) >> Sep 4 11:04:25 localhost kernel: xxx delta=3, pos=80000(80), rest=1968000(1968) >> Sep 4 11:04:25 localhost kernel: *** START: buffer=4096, period=2048, >> rate=16000 > > Here you have the second start without stopping. > For what I have seen hacking out my modifications to the dummy drivers, Skype open and close a lot the devices... Probably it do that for "ringing", making other announcements, etc. They use the RTaudio library, probably with their own modifications.... Also, maybe the second START is the start of capture...? ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 9:33 ` Giovanni Maruzzelli @ 2009-09-04 10:18 ` Takashi Iwai 2009-09-04 10:23 ` Giovanni Maruzzelli 2009-09-04 10:26 ` Takashi Iwai 0 siblings, 2 replies; 51+ messages in thread From: Takashi Iwai @ 2009-09-04 10:18 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Fri, 4 Sep 2009 11:33:32 +0200, Giovanni Maruzzelli wrote: > > On Fri, Sep 4, 2009 at 11:20 AM, Takashi Iwai<tiwai@suse.de> wrote: > > > > If it's XRUN, the stream has to be stopped once, so you must have > > STOP log there. > > > >> So, this time for not having false positives I send you the result of > >> a continuous play of music, without pauses in it (maybe a pause at the > >> beginning): > > > > Hrm, is this the output from one stream? > > > >> Sep 4 11:04:04 localhost kernel: *** STOP > >> Sep 4 11:04:25 localhost kernel: *** START: buffer=4096, period=2048, > >> rate=16000 > >> Sep 4 11:04:25 localhost kernel: xxx delta=2, pos=32000(32), rest=2016000(2016) > >> Sep 4 11:04:25 localhost kernel: xxx delta=3, pos=80000(80), rest=1968000(1968) > >> Sep 4 11:04:25 localhost kernel: *** START: buffer=4096, period=2048, > >> rate=16000 > > > > Here you have the second start without stopping. > > > > For what I have seen hacking out my modifications to the dummy > drivers, Skype open and close a lot the devices... Probably it do that > for "ringing", making other announcements, etc. > > They use the RTaudio library, probably with their own modifications.... > > Also, maybe the second START is the start of capture...? Ah, of course. I always forget you are debugging Skype :) Maybe better to add a substream id (e.g. substream->stream, substream->number) to avoid confusion. If they are different substreams, my analysis doesn't make sense at all. If so, I don't see any particular problem in the log... Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 10:18 ` Takashi Iwai @ 2009-09-04 10:23 ` Giovanni Maruzzelli 2009-09-04 10:26 ` Takashi Iwai 1 sibling, 0 replies; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-04 10:23 UTC (permalink / raw) To: alsa-devel; +Cc: Clemens Ladisch On Fri, Sep 4, 2009 at 12:18 PM, Takashi Iwai<tiwai@suse.de> wrote: > Maybe better to add a substream id (e.g. substream->stream, > substream->number) to avoid confusion. > I will add it and rerun. -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 10:18 ` Takashi Iwai 2009-09-04 10:23 ` Giovanni Maruzzelli @ 2009-09-04 10:26 ` Takashi Iwai 2009-09-04 10:38 ` Giovanni Maruzzelli 1 sibling, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-04 10:26 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Fri, 04 Sep 2009 12:18:10 +0200, I wrote: > > At Fri, 4 Sep 2009 11:33:32 +0200, > Giovanni Maruzzelli wrote: > > > > On Fri, Sep 4, 2009 at 11:20 AM, Takashi Iwai<tiwai@suse.de> wrote: > > > > > > If it's XRUN, the stream has to be stopped once, so you must have > > > STOP log there. > > > > > >> So, this time for not having false positives I send you the result of > > >> a continuous play of music, without pauses in it (maybe a pause at the > > >> beginning): > > > > > > Hrm, is this the output from one stream? > > > > > >> Sep 4 11:04:04 localhost kernel: *** STOP > > >> Sep 4 11:04:25 localhost kernel: *** START: buffer=4096, period=2048, > > >> rate=16000 > > >> Sep 4 11:04:25 localhost kernel: xxx delta=2, pos=32000(32), rest=2016000(2016) > > >> Sep 4 11:04:25 localhost kernel: xxx delta=3, pos=80000(80), rest=1968000(1968) > > >> Sep 4 11:04:25 localhost kernel: *** START: buffer=4096, period=2048, > > >> rate=16000 > > > > > > Here you have the second start without stopping. > > > > > > > For what I have seen hacking out my modifications to the dummy > > drivers, Skype open and close a lot the devices... Probably it do that > > for "ringing", making other announcements, etc. > > > > They use the RTaudio library, probably with their own modifications.... > > > > Also, maybe the second START is the start of capture...? > > Ah, of course. I always forget you are debugging Skype :) > Maybe better to add a substream id (e.g. substream->stream, > substream->number) to avoid confusion. > > If they are different substreams, my analysis doesn't make sense at > all. If so, I don't see any particular problem in the log... BTW, I added another patch to snd-dummy driver in sound-unstable tree. Now it doesn't allocate the real buffers but fakes. It would save lots of memory when you run lots of substreams. Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 10:26 ` Takashi Iwai @ 2009-09-04 10:38 ` Giovanni Maruzzelli 2009-09-04 10:54 ` Giovanni Maruzzelli 2009-09-04 11:02 ` Takashi Iwai 0 siblings, 2 replies; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-04 10:38 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Fri, Sep 4, 2009 at 12:26 PM, Takashi Iwai<tiwai@suse.de> wrote: > > BTW, I added another patch to snd-dummy driver in sound-unstable tree. > Now it doesn't allocate the real buffers but fakes. It would save > lots of memory when you run lots of substreams. SUPER! By the way, I was also using the bh for spinlocks, so it do not uses irq heavily... But anyway, when we'll be out from this, I will try to see if I can contribute some of my hacks (if I can overcome the shame ;-) ). -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 10:38 ` Giovanni Maruzzelli @ 2009-09-04 10:54 ` Giovanni Maruzzelli 2009-09-04 10:59 ` Takashi Iwai 2009-09-04 11:02 ` Takashi Iwai 1 sibling, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-04 10:54 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Fri, Sep 4, 2009 at 12:38 PM, Giovanni Maruzzelli<gmaruzz.lists@gmail.com> wrote: here's the run results (music, bad behavior): Sep 4 12:50:18 localhost kernel: *** START: dpcm=f5828bd4, buffer=4096, period=2048, rate=16000, strem=0, number=0 Sep 4 12:50:18 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=48000(48), rest=2000000(2000) Sep 4 12:50:18 localhost kernel: xxx dpcm=f5828bd4, delta=2, pos=80000(80), rest=1968000(1968) Sep 4 12:50:19 localhost kernel: *** START: dpcm=f5828954, buffer=4096, period=2048, rate=16000, strem=1, number=0 Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=48000(48), rest=2000000(2000) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=2, pos=80000(80), rest=1968000(1968) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=121, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2256000(2256), rest=1840000(1840) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=115, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2064000(2064), rest=2032000(2032) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2320000(2320), rest=1776000(1776) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=111, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2320000(2320), rest=1776000(1776) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=111, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=80000(80), rest=1968000(1968) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=128000(128), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: *** STOP dpcm=f5828954, strem=1, number=0 Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: *** STOP dpcm=f5828bd4, strem=0, number=0 Sep 4 12:50:31 localhost kernel: *** START: dpcm=f7bb28d4, buffer=4096, period=2048, rate=16000, strem=0, number=0 Sep 4 12:50:31 localhost kernel: xxx dpcm=f7bb28d4, delta=2, pos=32000(32), rest=2016000(2016) Sep 4 12:50:31 localhost kernel: xxx dpcm=f7bb28d4, delta=2, pos=64000(64), rest=1984000(1984) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=124, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=2, pos=32000(32), rest=2016000(2016) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=3, pos=80000(80), rest=1968000(1968) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=2, pos=32000(32), rest=2016000(2016) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=3, pos=80000(80), rest=1968000(1968) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=2, pos=32000(32), rest=2016000(2016) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=3, pos=80000(80), rest=1968000(1968) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=1, pos=16000(16), rest=2032000(2032) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=2064000(2064), rest=2032000(2032) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=127, pos=0(0), rest=2048000(2048) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:34 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:34 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:34 localhost kernel: *** STOP dpcm=f7bb28d4, strem=0, number=0 ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 10:54 ` Giovanni Maruzzelli @ 2009-09-04 10:59 ` Takashi Iwai 2009-09-04 11:10 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-04 10:59 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Fri, 4 Sep 2009 12:54:15 +0200, Giovanni Maruzzelli wrote: > > On Fri, Sep 4, 2009 at 12:38 PM, Giovanni > Maruzzelli<gmaruzz.lists@gmail.com> wrote: > here's the run results (music, bad behavior): Can you sort out two streams? The mixed output is hard to read... Takashi ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 10:59 ` Takashi Iwai @ 2009-09-04 11:10 ` Giovanni Maruzzelli 0 siblings, 0 replies; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-04 11:10 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Fri, Sep 4, 2009 at 12:59 PM, Takashi Iwai<tiwai@suse.de> wrote: > Can you sort out two streams? The mixed output is hard to read.. Sorted by dpcm output follows (found 3 start-stop sequences): Sep 4 12:50:18 localhost kernel: *** START: dpcm=f5828bd4, buffer=4096, period=2048, rate=16000, strem=0, number=0 Sep 4 12:50:18 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=48000(48), rest=2000000(2000) Sep 4 12:50:18 localhost kernel: xxx dpcm=f5828bd4, delta=2, pos=80000(80), rest=1968000(1968) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=48000(48), rest=2000000(2000) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=2, pos=80000(80), rest=1968000(1968) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=80000(80), rest=1968000(1968) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=128000(128), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: *** STOP dpcm=f5828bd4, strem=0, number=0 Sep 4 12:50:31 localhost kernel: *** START: dpcm=f7bb28d4, buffer=4096, period=2048, rate=16000, strem=0, number=0 Sep 4 12:50:31 localhost kernel: xxx dpcm=f7bb28d4, delta=2, pos=32000(32), rest=2016000(2016) Sep 4 12:50:31 localhost kernel: xxx dpcm=f7bb28d4, delta=2, pos=64000(64), rest=1984000(1984) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=124, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=2, pos=32000(32), rest=2016000(2016) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=3, pos=80000(80), rest=1968000(1968) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=2, pos=32000(32), rest=2016000(2016) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=3, pos=80000(80), rest=1968000(1968) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=2, pos=32000(32), rest=2016000(2016) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=3, pos=80000(80), rest=1968000(1968) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:32 localhost kernel: xxx dpcm=f7bb28d4, delta=1, pos=16000(16), rest=2032000(2032) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=2064000(2064), rest=2032000(2032) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=127, pos=0(0), rest=2048000(2048) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:33 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:34 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:34 localhost kernel: xxx dpcm=f7bb28d4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:34 localhost kernel: *** STOP dpcm=f7bb28d4, strem=0, number=0 Sep 4 12:50:19 localhost kernel: *** START: dpcm=f5828954, buffer=4096, period=2048, rate=16000, strem=1, number=0 Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=121, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2256000(2256), rest=1840000(1840) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=115, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2064000(2064), rest=2032000(2032) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2320000(2320), rest=1776000(1776) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=111, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2320000(2320), rest=1776000(1776) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=111, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: *** STOP dpcm=f5828954, strem=1, number=0 ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 10:38 ` Giovanni Maruzzelli 2009-09-04 10:54 ` Giovanni Maruzzelli @ 2009-09-04 11:02 ` Takashi Iwai 2009-09-04 11:11 ` Giovanni Maruzzelli 1 sibling, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-04 11:02 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Fri, 4 Sep 2009 12:38:46 +0200, Giovanni Maruzzelli wrote: > > On Fri, Sep 4, 2009 at 12:26 PM, Takashi Iwai<tiwai@suse.de> wrote: > > > > BTW, I added another patch to snd-dummy driver in sound-unstable tree. > > Now it doesn't allocate the real buffers but fakes. It would save > > lots of memory when you run lots of substreams. > > SUPER! By the way, I was also using the bh for spinlocks, so it do not > uses irq heavily... > But anyway, when we'll be out from this, I will try to see if I can > contribute some of my hacks (if I can overcome the shame ;-) ). Any patches are appreciated, of course. It'd be helpful, though, if you can rebase your changes against my latest version. thanks, Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 11:02 ` Takashi Iwai @ 2009-09-04 11:11 ` Giovanni Maruzzelli 2009-09-04 16:10 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-04 11:11 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Fri, Sep 4, 2009 at 1:02 PM, Takashi Iwai<tiwai@suse.de> wrote: > Any patches are appreciated, of course. > > It'd be helpful, though, if you can rebase your changes against my > latest version. > Definitely, as soon as we're over this, I will see if my mods are still significant, and in case, I will update it to your last version. -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 11:11 ` Giovanni Maruzzelli @ 2009-09-04 16:10 ` Giovanni Maruzzelli 2009-09-07 11:00 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-04 16:10 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Fri, Sep 4, 2009 at 12:59 PM, Takashi Iwai<tiwai@suse.de> wrote: > Can you sort out two streams? The mixed output is hard to read.. Sorted by dpcm output follows (found 3 start-stop sequences): Sep 4 12:50:18 localhost kernel: *** START: dpcm=f5828bd4, buffer=4096, period=2048, rate=16000, strem=0, number=0 Sep 4 12:50:18 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=48000(48), rest=2000000(2000) Sep 4 12:50:18 localhost kernel: xxx dpcm=f5828bd4, delta=2, pos=80000(80), rest=1968000(1968) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=48000(48), rest=2000000(2000) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=2, pos=80000(80), rest=1968000(1968) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=123, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=128000(128), rest=1920000(1920) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=1, pos=80000(80), rest=1968000(1968) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=128000(128), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=128000(128), rest=1920000(1920) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=120, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=128, pos=0(0), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=4, pos=64000(64), rest=1984000(1984) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=3, pos=112000(112), rest=1936000(1936) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828bd4, delta=121, pos=2048000(2048), rest=2048000(2048) - Show quoted text - Sep 4 12:50:19 localhost kernel: *** START: dpcm=f5828954, buffer=4096, period=2048, rate=16000, strem=1, number=0 Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=121, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:19 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2256000(2256), rest=1840000(1840) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=115, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2064000(2064), rest=2032000(2032) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:20 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=6, pos=2272000(2272), rest=1824000(1824) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=114, pos=0(0), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:21 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:22 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2320000(2320), rest=1776000(1776) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=111, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:23 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2320000(2320), rest=1776000(1776) Sep 4 12:50:24 localhost kernel: xxx dpcm=f5828954, delta=111, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:25 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2160000(2160), rest=1936000(1936) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:26 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=1, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:27 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2288000(2288), rest=1808000(1808) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=113, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:28 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:29 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=9, pos=2192000(2192), rest=1904000(1904) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=7, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:30 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2176000(2176), rest=1920000(1920) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=8, pos=2304000(2304), rest=1792000(1792) Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=112, pos=0(0), rest=2048000(2048) - Hide quoted text - Sep 4 12:50:31 localhost kernel: xxx dpcm=f5828954, delta=128, pos=2048000(2048), rest=2048000(2048) Sep 4 12:50:31 localhost kernel: *** STOP dpcm=f5828954, strem=1, number=0 ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-04 16:10 ` Giovanni Maruzzelli @ 2009-09-07 11:00 ` Giovanni Maruzzelli 2009-09-07 11:07 ` Takashi Iwai 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-07 11:00 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Fri, Sep 4, 2009 at 6:10 PM, Giovanni Maruzzelli<gmaruzz.lists@gmail.com> wrote: > On Fri, Sep 4, 2009 at 12:59 PM, Takashi Iwai<tiwai@suse.de> wrote: >> Can you sort out two streams? The mixed output is hard to read.. > > Sorted by dpcm output follows (found 3 start-stop sequences): > > Sep 4 12:50:18 localhost kernel: *** START: dpcm=f5828bd4, > buffer=4096, period=2048, rate=16000, strem=0, number=0 > Sep 4 12:50:18 localhost kernel: xxx dpcm=f5828bd4, delta=3, > pos=48000(48), rest=2000000(2000) > Sep 4 12:50:18 localhost kernel: xxx dpcm=f5828bd4, delta=2, Hi all, have had any chance to have a look to the sorted output? I'm available for any other testing and reporting, just order me :-). I'm insisting in trying to help fix this because CentOS-Redhat is a very important platform in the server market, lot of people like its reliability. This problem prevent them from adding opensource Skype connectivity to their VoIP network as long as they use the standard CentOS kernel (with a huge installed base). -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-07 11:00 ` Giovanni Maruzzelli @ 2009-09-07 11:07 ` Takashi Iwai 2009-09-07 19:05 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-07 11:07 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Mon, 7 Sep 2009 13:00:17 +0200, Giovanni Maruzzelli wrote: > > On Fri, Sep 4, 2009 at 6:10 PM, Giovanni > Maruzzelli<gmaruzz.lists@gmail.com> wrote: > > On Fri, Sep 4, 2009 at 12:59 PM, Takashi Iwai<tiwai@suse.de> wrote: > >> Can you sort out two streams? The mixed output is hard to read.. > > > > Sorted by dpcm output follows (found 3 start-stop sequences): > > > > Sep 4 12:50:18 localhost kernel: *** START: dpcm=f5828bd4, > > buffer=4096, period=2048, rate=16000, strem=0, number=0 > > Sep 4 12:50:18 localhost kernel: xxx dpcm=f5828bd4, delta=3, > > pos=48000(48), rest=2000000(2000) > > Sep 4 12:50:18 localhost kernel: xxx dpcm=f5828bd4, delta=2, > > Hi all, > > have had any chance to have a look to the sorted output? Well, these outputs look *OK*. Through a quick look, I couldn't find anything wrong. The jiffies are counted correctly, and the position updates look sane. So, currently I have no idea what's wrong. BTW, I have merged topic/dummy-hrtimer branch into sound git tree now. The standard alsa-driver-snapshot tarball below includes the patches, too. ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-07 11:07 ` Takashi Iwai @ 2009-09-07 19:05 ` Giovanni Maruzzelli 2009-09-08 13:19 ` Takashi Iwai 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-07 19:05 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Mon, Sep 7, 2009 at 1:07 PM, Takashi Iwai<tiwai@suse.de> wrote: > BTW, I have merged topic/dummy-hrtimer branch into sound git tree now. > The standard alsa-driver-snapshot tarball below includes the patches, > too. > ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz > Takashi, I've tested your last tarball all day long :-). Turned out that the Skype client asks for a too much big buffer (or at least so it appears to me). Modifying the MAX_BUFFER_SIZE to 1024 and the MAX_PERIOD_SIZE to 512 it runs smoothly and nice. Would you mind to add those two as configurable parameters? That would allows for the direct usage of snd-dummy with the various kernels and Skype client without any source-code modifications, the ideal solution :-) . By the way, the memory consumption and the load are waaaaaay lower!!!! Very very very nice! -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-07 19:05 ` Giovanni Maruzzelli @ 2009-09-08 13:19 ` Takashi Iwai 2009-09-08 13:29 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-08 13:19 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Mon, 7 Sep 2009 21:05:08 +0200, Giovanni Maruzzelli wrote: > > On Mon, Sep 7, 2009 at 1:07 PM, Takashi Iwai<tiwai@suse.de> wrote: > > BTW, I have merged topic/dummy-hrtimer branch into sound git tree now. > > The standard alsa-driver-snapshot tarball below includes the patches, > > too. > > ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz > > > > Takashi, > > I've tested your last tarball all day long :-). > > Turned out that the Skype client asks for a too much big buffer (or at > least so it appears to me). > > Modifying the MAX_BUFFER_SIZE to 1024 and the MAX_PERIOD_SIZE to 512 > it runs smoothly and nice. If this is true, I think it's rather a bug of Skype. But we cannot check it by the obvious reason :) > Would you mind to add those two as configurable parameters? That would > allows for the direct usage of snd-dummy with the various kernels and > Skype client without any source-code modifications, the ideal solution > :-) . I don't like adding too many module parameters. There are many other adjustable parameters in that struct, I simply added a proc interface to show and store the values now. Try the latest alsa-driver-snapshot tarball. Note that the proc file is enabled only in the debug mode. With the external build, pass --with-debug=full configure option. thanks, Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-08 13:19 ` Takashi Iwai @ 2009-09-08 13:29 ` Giovanni Maruzzelli 2009-09-08 13:36 ` Takashi Iwai 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-08 13:29 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Tue, Sep 8, 2009 at 3:19 PM, Takashi Iwai<tiwai@suse.de> wrote: > If this is true, I think it's rather a bug of Skype. > But we cannot check it by the obvious reason :) Cannot agree the more! :-) > I don't like adding too many module parameters. There are many > other adjustable parameters in that struct, I simply added a proc > interface to show and store the values now. I'm not sure I've understood. There will be a /proc pseudofile that I can read and write and that alters the values of period and buffer? > > Try the latest alsa-driver-snapshot tarball. Note that the proc file > is enabled only in the debug mode. With the external build, pass > --with-debug=full configure option. When you will release, the /proc file will be also present in the normal build (eg: no debug build)? The best for the users would be having a standard (from the official ALSA distribution, not hacked by me) alsa driver that they can control around the Skype bug, eg using a config param or (if you like better) using the /proc interface. In a while there will be a prepackaged build for CentOS, and all them will be happy and feel safe :-). Many many thanks, -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-08 13:29 ` Giovanni Maruzzelli @ 2009-09-08 13:36 ` Takashi Iwai 2009-09-08 15:05 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-08 13:36 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Tue, 8 Sep 2009 15:29:54 +0200, Giovanni Maruzzelli wrote: > > On Tue, Sep 8, 2009 at 3:19 PM, Takashi Iwai<tiwai@suse.de> wrote: > > If this is true, I think it's rather a bug of Skype. > > But we cannot check it by the obvious reason :) > > Cannot agree the more! :-) > > > I don't like adding too many module parameters. There are many > > other adjustable parameters in that struct, I simply added a proc > > interface to show and store the values now. > > I'm not sure I've understood. There will be a /proc pseudofile that I > can read and write and that alters the values of period and buffer? Yes. > > Try the latest alsa-driver-snapshot tarball. Note that the proc file > > is enabled only in the debug mode. With the external build, pass > > --with-debug=full configure option. > > When you will release, the /proc file will be also present in the > normal build (eg: no debug build)? No, it's in #ifdef CONFIG_SND_DEBUG. Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-08 13:36 ` Takashi Iwai @ 2009-09-08 15:05 ` Giovanni Maruzzelli 2009-09-08 15:10 ` Takashi Iwai 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-08 15:05 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Tue, Sep 8, 2009 at 3:36 PM, Takashi Iwai<tiwai@suse.de> wrote: >> >> I'm not sure I've understood. There will be a /proc pseudofile that I >> can read and write and that alters the values of period and buffer? > > Yes. > Sorry to ask again on this, I've tried to write to various files under /proc/asound (notably to dummy_pcm) but I was not able to modify values. Please, could you hint me with a working example write (eg: echo "channels_max=3" > /proc/asound/Dummy/dummy_pcm) ? -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-08 15:05 ` Giovanni Maruzzelli @ 2009-09-08 15:10 ` Takashi Iwai 2009-09-08 15:34 ` Giovanni Maruzzelli 0 siblings, 1 reply; 51+ messages in thread From: Takashi Iwai @ 2009-09-08 15:10 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Tue, 8 Sep 2009 17:05:46 +0200, Giovanni Maruzzelli wrote: > > On Tue, Sep 8, 2009 at 3:36 PM, Takashi Iwai<tiwai@suse.de> wrote: > >> > >> I'm not sure I've understood. There will be a /proc pseudofile that I > >> can read and write and that alters the values of period and buffer? > > > > Yes. > > > > Sorry to ask again on this, I've tried to write to various files under > /proc/asound (notably to dummy_pcm) but I was not able to modify > values. > > Please, could you hint me with a working example write (eg: echo > "channels_max=3" > /proc/asound/Dummy/dummy_pcm) ? Don't pass '=', e.g. # echo channels_max 3 > /proc/..../dummy_pcm Takashi ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-08 15:10 ` Takashi Iwai @ 2009-09-08 15:34 ` Giovanni Maruzzelli 2009-09-08 15:50 ` Takashi Iwai 0 siblings, 1 reply; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-08 15:34 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel, Clemens Ladisch On Tue, Sep 8, 2009 at 5:10 PM, Takashi Iwai<tiwai@suse.de> wrote: > Don't pass '=', e.g. > > # echo channels_max 3 > /proc/..../dummy_pcm > Thanks, with your hint I was able to write to the proc file. I confirm that the Skype client works well if I put (writing to the proc file, without modifying the driver source): buffer_bytes_max=1024 and period_bytes_max=512, and that it works bad if I do not write on the /proc file. It would be very very very nice if you add this proc interface (or another method to alter those buffer and period values) also to the non-debug build, so users can be able to use the standard distributed prepackaged ALSA drivers, without resorting to editing source or recompiling. BTW: Would you mind to bump the MAX_PCM_SUBSTREAMS to 128? Currently is 16, and is a cap to the substreams actually created, by a configurable param default to 8. (people use routinely 20 concurrent Skype clients, 40 substreams. But there is juice in modern servers to have some more. 64 seems roomy enough [Skype client itself uses lot of cpu]). Thanks for all your efforts, -giovanni ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-08 15:34 ` Giovanni Maruzzelli @ 2009-09-08 15:50 ` Takashi Iwai 0 siblings, 0 replies; 51+ messages in thread From: Takashi Iwai @ 2009-09-08 15:50 UTC (permalink / raw) To: Giovanni Maruzzelli; +Cc: alsa-devel, Clemens Ladisch At Tue, 8 Sep 2009 17:34:35 +0200, Giovanni Maruzzelli wrote: > > On Tue, Sep 8, 2009 at 5:10 PM, Takashi Iwai<tiwai@suse.de> wrote: > > Don't pass '=', e.g. > > > > # echo channels_max 3 > /proc/..../dummy_pcm > > > > Thanks, with your hint I was able to write to the proc file. > > I confirm that the Skype client works well if I put (writing to the > proc file, without modifying the driver source): buffer_bytes_max=1024 > and period_bytes_max=512, and that it works bad if I do not write on > the /proc file. > > It would be very very very nice if you add this proc interface (or > another method to alter those buffer and period values) also to the > non-debug build, so users can be able to use the standard distributed > prepackaged ALSA drivers, without resorting to editing source or > recompiling. Well, I have some uneasy feeling to expose it as non-debug. With proc parameter, you can pass every crazy value that can screw up the PCM core. In the non-debug mode, some parameter checks are omitted by assumption that the driver gives all correct, thus it might give Oops at worst. Although its write access is limited to root only, a possible cause should be removed as much as possible. > BTW: Would you mind to bump the MAX_PCM_SUBSTREAMS to 128? Currently > is 16, and is a cap to the substreams actually created, by a > configurable param default to 8. (people use routinely 20 concurrent > Skype clients, 40 substreams. But there is juice in modern servers to > have some more. 64 seems roomy enough [Skype client itself uses lot of > cpu]). That's easy and should be safe. I'll change later. thanks, Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel ^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: snd_dummy on Centos - Redhat 2009-09-02 16:26 ` Clemens Ladisch 2009-09-02 16:33 ` Giovanni Maruzzelli @ 2009-09-03 8:49 ` Giovanni Maruzzelli 1 sibling, 0 replies; 51+ messages in thread From: Giovanni Maruzzelli @ 2009-09-03 8:49 UTC (permalink / raw) To: Clemens Ladisch; +Cc: alsa-devel Please, if any other information is needed, not hesitate to ask. This problem with a major server platform is very important for the opensource VoIP community members trying to bridge standard protocols and phonelines with the Skype network. Thanks in advance for any help, -giovanni On Wed, Sep 2, 2009 at 6:26 PM, Clemens Ladisch<clemens@ladisch.de> wrote: > Giovanni Maruzzelli wrote: >> ... >> So, it's a specific problem of incompatibility between snd-dummy and >> the kernel of Centos 5.2 and 5.3 (same kernels as in RHEL5). > > What's the value of CONFIG_HZ in those and your kernels? > > > Best regards, > Clemens > ^ permalink raw reply [flat|nested] 51+ messages in thread
end of thread, other threads:[~2009-09-08 15:50 UTC | newest]
Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-02 16:12 snd_dummy on Centos - Redhat Giovanni Maruzzelli
2009-09-02 16:26 ` Clemens Ladisch
2009-09-02 16:33 ` Giovanni Maruzzelli
2009-09-03 11:50 ` Clemens Ladisch
2009-09-03 12:29 ` Giovanni Maruzzelli
2009-09-03 13:05 ` Clemens Ladisch
2009-09-03 13:12 ` Giovanni Maruzzelli
2009-09-03 14:22 ` Giovanni Maruzzelli
2009-09-03 14:18 ` Takashi Iwai
2009-09-03 14:23 ` Giovanni Maruzzelli
2009-09-03 14:29 ` Takashi Iwai
2009-09-03 14:47 ` Giovanni Maruzzelli
2009-09-03 15:03 ` Giovanni Maruzzelli
2009-09-03 15:10 ` Takashi Iwai
2009-09-03 15:12 ` Giovanni Maruzzelli
2009-09-03 15:26 ` Giovanni Maruzzelli
2009-09-03 15:29 ` Takashi Iwai
2009-09-03 15:35 ` Giovanni Maruzzelli
2009-09-03 15:41 ` Takashi Iwai
2009-09-03 17:06 ` Giovanni Maruzzelli
[not found] ` <7c5010d60909031003l317d7325s9082a30c418a28f8@mail.gmail.com>
[not found] ` <s5hzl9bc3mo.wl%tiwai@suse.de>
2009-09-03 19:10 ` Giovanni Maruzzelli
2009-09-03 20:31 ` Giovanni Maruzzelli
[not found] ` <7c5010d60909031127m51a91cceqbe48f3115a0ef6d2@mail.gmail.com>
[not found] ` <s5h1vmnde4b.wl%tiwai@suse.de>
[not found] ` <7c5010d60909031252v25a71577s3655297e47aa6fa2@mail.gmail.com>
2009-09-03 21:37 ` Takashi Iwai
2009-09-03 22:03 ` Giovanni Maruzzelli
[not found] ` <7c5010d60909031543v4291a332ge415f91f3412dda@mail.gmail.com>
2009-09-03 22:47 ` Giovanni Maruzzelli
2009-09-04 6:58 ` Takashi Iwai
2009-09-04 7:57 ` Giovanni Maruzzelli
2009-09-04 9:14 ` Giovanni Maruzzelli
2009-09-04 9:20 ` Takashi Iwai
2009-09-04 9:33 ` Giovanni Maruzzelli
2009-09-04 10:18 ` Takashi Iwai
2009-09-04 10:23 ` Giovanni Maruzzelli
2009-09-04 10:26 ` Takashi Iwai
2009-09-04 10:38 ` Giovanni Maruzzelli
2009-09-04 10:54 ` Giovanni Maruzzelli
2009-09-04 10:59 ` Takashi Iwai
2009-09-04 11:10 ` Giovanni Maruzzelli
2009-09-04 11:02 ` Takashi Iwai
2009-09-04 11:11 ` Giovanni Maruzzelli
2009-09-04 16:10 ` Giovanni Maruzzelli
2009-09-07 11:00 ` Giovanni Maruzzelli
2009-09-07 11:07 ` Takashi Iwai
2009-09-07 19:05 ` Giovanni Maruzzelli
2009-09-08 13:19 ` Takashi Iwai
2009-09-08 13:29 ` Giovanni Maruzzelli
2009-09-08 13:36 ` Takashi Iwai
2009-09-08 15:05 ` Giovanni Maruzzelli
2009-09-08 15:10 ` Takashi Iwai
2009-09-08 15:34 ` Giovanni Maruzzelli
2009-09-08 15:50 ` Takashi Iwai
2009-09-03 8:49 ` Giovanni Maruzzelli
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.