From owner-freebsd-mobile@FreeBSD.ORG Tue Jun 6 12:40:43 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D014F16ABA3 for ; Tue, 6 Jun 2006 12:40:43 +0000 (UTC) (envelope-from a.bittau@cs.ucl.ac.uk) Received: from darkircop.org (sorbo.cs.ucl.ac.uk [128.16.66.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 904C243D5C for ; Tue, 6 Jun 2006 12:40:35 +0000 (GMT) (envelope-from a.bittau@cs.ucl.ac.uk) Received: by darkircop.org (Postfix, from userid 0) id 60A6B861BCA; Tue, 6 Jun 2006 13:40:30 +0100 (BST) Date: Tue, 6 Jun 2006 13:40:30 +0100 From: Andrea Bittau To: freebsd-mobile@freebsd.org Message-ID: <20060606124030.GA32057@shorty.sorbonet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Echelon: Bush Bomb War KGB Subject: HDA sound driver mod for thinkpad x60s X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 12:40:47 -0000 [i sent this to fbsd multimedia. I noticed a discussion about sound on x60s on fbsd mobile so I decided to send here too. Lemme know if it worx.] this is an ultra crude mod of Stephane's hdac driver. It allows me to play music [and change the volume; w00t!] on my ibm x60s laptop. I posted it in case anyone wanted a 0day sound driver for this laptop without having to wait until a stable and proper version comes out. Doesn't support recording. I'll probably do that next if no one writes something in the near future. Stephane: if you are interested in me helping out with the "mainstream" driver, let me know. My time is very limited [you can tell by reading the code] but I have all the info I need about this card in my head now, so I might be able to produce something useful. [I'm not subscribed to the list---email me directly if you need to contact me.] Driver: fetch http://darkircop.org/hdac.tgz tar zxvf hdac.tgz cd hdac make kldload ./hdac.ko