Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262465AbVCBVOa (ORCPT ); Wed, 2 Mar 2005 16:14:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262466AbVCBVOa (ORCPT ); Wed, 2 Mar 2005 16:14:30 -0500 Received: from tantale.fifi.org ([64.81.251.130]:64649 "EHLO tantale.fifi.org") by vger.kernel.org with ESMTP id S262465AbVCBVOW (ORCPT ); Wed, 2 Mar 2005 16:14:22 -0500 To: linux-kernel@vger.kernel.org Subject: Static with esound (esd) and via82cxxx_audio on 2.4.29. Mail-Copies-To: nobody From: Philippe Troin Date: 02 Mar 2005 13:14:20 -0800 Message-ID: <87mztlbvir.fsf@ceramic.fifi.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2615 Lines: 67 Running Linux 2.4.29 #1 SMP Mon Feb 21 02:11:56 PST 2005 i686 unknown on an Asus K8W SE Deluxe, bios 1005 with an embedded via82cxxx audio controller: 00:11.5 Multimedia audio controller: VIA Technologies, Inc. AC97 Audio Controller (rev 60) Subsystem: Asustek Computer, Inc.: Unknown device 80b0 Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- \ ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium \ >TAbort- SERR- #include #include #include #include #include #include #define CK(args) \ if ((args) == -1) \ { \ fprintf(stderr, "%s: %s\n", #args, strerror(errno)); \ exit(1); \ } int main() { int fd; CK(fd = open("/dev/dsp", O_WRONLY)); CK(ioctl(fd, SNDCTL_DSP_POST, 0)); sleep(1); return 0; } I've tried backporting 1.9.1-ac4 from 2.6.x, but it has the same problems. Phil. - 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/