From mboxrd@z Thu Jan 1 00:00:00 1970 From: ashwanik Subject: snd_pcm_link : Function not implemented Date: Fri, 10 Jun 2011 11:54:39 +0530 Message-ID: <4DF1B8A7.3090408@freesystems.biz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.freesystems.biz (unknown [124.30.7.148]) by alsa0.perex.cz (Postfix) with ESMTP id 722DB244DE for ; Fri, 10 Jun 2011 08:24:52 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.freesystems.biz (Postfix) with ESMTP id A52AC2163C7 for ; Fri, 10 Jun 2011 11:57:11 +0530 (IST) Received: from mail.freesystems.biz ([127.0.0.1]) by localhost (mail.freesystems.biz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P-MrE2rrzJd9 for ; Fri, 10 Jun 2011 11:57:04 +0530 (IST) Received: from [192.168.115.248] (localhost [127.0.0.1]) by mail.freesystems.biz (Postfix) with ESMTP id EC4772163BF for ; Fri, 10 Jun 2011 11:57:03 +0530 (IST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Hi All, I have download and compile latency.c application from http://www.alsa-project.org/alsa-doc/alsa-lib/_2test_2latency_8c-example.html. This application is working fine on Linux PC. But when I am using this application on my omap4 board(using ubuntu10.10) is not working. I am getting"Streams link error: Function not implemented" error. I debug the application and found this error coming from the *snd_pcm_link* function. I am using ALSA Driver Version 1.0.23. please find pointers. Thanks in Advance Ashwani