From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: Audio Driver Works In Ubuntu but Crash in Debian After 2nd Run Date: Tue, 16 Jun 2015 09:50:14 +0200 Message-ID: <557FD536.3020906@ladisch.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from dehamd003.servertools24.de (dehamd003.servertools24.de [31.47.254.18]) by alsa0.perex.cz (Postfix) with ESMTP id 753D52654CE for ; Tue, 16 Jun 2015 09:50:16 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Azizul Hakim , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Azizul Hakim wrote: > kernel: ALSA sound/core/pcm_lib.c:1910 playback write error (DMA or IRQ trouble?) This message means that the playback position did not advance. This typically indicates that your driver did not actually start the DMA, or that interrupts do not arrive correctly, or that your .pointer callback is buggy. Regards, Clemens