From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryan Subject: audio playback Date: Fri, 20 Nov 2015 20:54:02 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ig0-f172.google.com (mail-ig0-f172.google.com [209.85.213.172]) by alsa0.perex.cz (Postfix) with ESMTP id 9A08C260710 for ; Fri, 20 Nov 2015 16:24:03 +0100 (CET) Received: by igbxm8 with SMTP id xm8so14156891igb.1 for ; Fri, 20 Nov 2015 07:24:02 -0800 (PST) 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: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Hi, I want to play Linux Audio during kernel bootup as quickly as possible after board bootup to indicate that board has powered on. I cant wait until the filesystem is mounted. I believe this is possible. has anyone tried it? can you provide some pointers on how to do it? Where do i need to fill the buffer. is there any specific call i can make as soon as audio is initialised? Thanks. ryan