Re: i810 audio patch

Nathan Bryant (nbryant@optonline.net)
Wed, 05 Dec 2001 18:57:32 -0500


Nathan Bryant wrote:

> Doug Ledford wrote:
>
>> Can you add a debug check to update_lvi()? Something like:
>>
>> #ifdef DEBUG_MMAP
>> if (dmabuf->count > dmabuf->fragsize && inb(port+OFF_CIV) == x)
>> printk(KERN_DEBUG,"i810_audio: update_lvi - CIV ==
>> LVI\n");
>> #endif
>>
>> and see if that triggers with the original mmap code?
>
>
> I've narrowed it down a little more.. the above does not trigger. but
> i've added some other printk's and the sequence of events goes like this:

sorry... syslog.conf was not configured for DEBUG level...

it actually looks like this

Dec 5 18:55:17 lasn-001 kernel: SNDCTL_DSP_GETOPTR: count = 0
Dec 5 18:55:17 lasn-001 kernel: GETOPTR: setting swptr 0, hwptr=65536
Dec 5 18:55:17 lasn-001 kernel: i810_audio: update_lvi - CIV == LVI
Dec 5 18:55:17 lasn-001 kernel: SNDCTL_DSP_GETOPTR 65536, 4, 65536, 65536
Dec 5 18:55:17 lasn-001 kernel: SNDCTL_DSP_GETOPTR: count = 65536
Dec 5 18:55:17 lasn-001 kernel: DAC HWP 65536,65536,0
Dec 5 18:55:17 lasn-001 kernel: GETOPTR: setting swptr 0, hwptr=65536
Dec 5 18:55:17 lasn-001 kernel: i810_audio: update_lvi - CIV == LVI
Dec 5 18:55:17 lasn-001 kernel: SNDCTL_DSP_GETOPTR 65536, 0, 65536, 65536
Dec 5 18:55:17 lasn-001 kernel: SNDCTL_DSP_GETOPTR: count = 65536
Dec 5 18:55:17 lasn-001 kernel: DAC HWP 65536,65536,0
Dec 5 18:55:17 lasn-001 kernel: GETOPTR: setting swptr 0, hwptr=65536
Dec 5 18:55:17 lasn-001 kernel: i810_audio: update_lvi - CIV == LVI
Dec 5 18:55:17 lasn-001 kernel: SNDCTL_DSP_GETOPTR 65536, 0, 65536, 65536
Dec 5 18:55:17 lasn-001 kernel: SNDCTL_DSP_GETOPTR: count = 65536
Dec 5 18:55:17 lasn-001 kernel: DAC HWP 65536,65536,0

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/