From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 17436 invoked from network); 30 Apr 2021 02:01:54 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 30 Apr 2021 02:01:54 -0000 Received: from mail-pg1-f178.google.com ([209.85.215.178]) by 1ess; Thu Apr 29 21:53:18 -0400 2021 Received: by mail-pg1-f178.google.com with SMTP id i14so3916380pgk.5 for <9front@9front.org>; Thu, 29 Apr 2021 18:53:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=ApH03nCuY2VgjHAkpZkU0wntmeE8R+nnZGTcLPqnd8k=; b=gt3UfoEcJkBkTj//basiCRgkrihEgjgFS6xz2S4BqxUWjG6KhgQwXiQc0spzoh6E9S J1YNC4KGLfsjXr861lUugbqSFfmY+eVFmiPGbSPF0H+z73UcoRahlw5eIjI3rAoF/nc3 YI7FUTFWNbFDQUaf7HBYeTgCXZAmROrj2gqbSrG9tiKClD8PAvYaXewFcx0p/95wCz1I FkR3DnnR13FVa+5v+DnNnm24rzejxJkDhiMW2/iEstVHtDdI8rQH2wU0I8MbaV2QX4xQ JEyyARPDWwr27OP4u/a5HmBlbnGuyqiPojysNMSy173sy6RdRWJlnhmW++M9BjqP2mS+ GSQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-transfer-encoding; bh=ApH03nCuY2VgjHAkpZkU0wntmeE8R+nnZGTcLPqnd8k=; b=j0ymj+aneQQleUVdpK6P0so4HrEGPHM2nUl65JGi44NwIIH1WHqo+smkXTi8cRTDo5 Vgiz2y1v1SDnzUfgkKxiktyEpux0whkrvMeGsO9RWkqKiPqI6FfEbBXfNRx3y15TtzkF vXtReZRlCBzXyObTnU/SxGM7HNcb/5zvrQZoqMqaQ3OArPZrLzWNyHBD3Lxy7ytocMJP MsHrFF58GH6vo3VwuhpEjI/50NL8sTyBORZVLAZXqlPT3vXGUijh1sJ2JatKwYIaufRR hB1wduKG2DQ3nkqVwzpNAf17JnTl/85BDnQfFUR0OsdukmAZwEog9gdOwkGx/WMKMgEa diZg== X-Gm-Message-State: AOAM533SpU0xlXBmu8ORBZEZCvKZ1tvlfGhLxLZLMsHy5Nlq9Xlw+crV HOi1wQtE2wMpyNB90RSU/Ay8HpREJ+153aoZKKfZNyiezeY= X-Google-Smtp-Source: ABdhPJyuTIVNIMZZtzSlo177e9mdoplSwLHvBDwDDs8s7r/zR4BtOUXOwazC2d1fi4xpja9Gz41NJPACIuuhY+O1UMk= X-Received: by 2002:a0c:d40a:: with SMTP id t10mr2718288qvh.19.1619745904297; Thu, 29 Apr 2021 18:25:04 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Eli Cohen Date: Thu, 29 Apr 2021 18:24:53 -0700 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: metadata package service-based frontend Subject: Re: [9front] Getting Started with Kernel Development? Reply-To: 9front@9front.org Precedence: bulk I'm very glad you appreciate it! it still needs a few things done if used over a different driver, it needs GPIO pin selection for different boards, better buffering (right now each write just gets alloced and sent whole to the speakers), and it just plain sounds scratchy... - Eli On Thu, Apr 29, 2021 at 6:17 PM ch=C3=B6trin. wrote: > > Quoth Eli Cohen : > > I started on an audio driver a while back, there seems to be another > > one in extra that might be better > > > > https://raw.githubusercontent.com/echoline/9emmc/master/bcm/audiobcm283= 5.c > > This is great! Thank you for sharing this. :D > > ch=C3=B6trin. >