From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KvgDc-0008KS-QR for garchives@archives.gentoo.org; Thu, 30 Oct 2008 22:42:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14A1BE050C; Thu, 30 Oct 2008 22:42:19 +0000 (UTC) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by pigeon.gentoo.org (Postfix) with ESMTP id CB448E050C for ; Thu, 30 Oct 2008 22:42:18 +0000 (UTC) Received: by nf-out-0910.google.com with SMTP id c7so496781nfi.26 for ; Thu, 30 Oct 2008 15:42:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=uK7G3lDUBchTaGYU2ET6BmZ+tfIWO18sHSCbbT1UaTI=; b=lGdFeD7xz2De/B2ZrWKykMD5Bt3p83qWWssCd7yCd3oF6RPcu5fCxw+8WtsOaKmkDS tvX8PqBC3do3z8Y4QWTiOAD1r0vXkhqL46vX4x2qHpr9dRPz+/AD6mYBdmA/aCL8qKAD DLM5pxpZ+v48ArBkRUtUjo/fg31c2hf/+UR1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=e2PT2s3cB93nvkvrSk5ZSpqEnWXQ0ydxGc8xxLiEjlUujCkgqZYzOlD4bKkIMpizu1 36+q/mAyvume58MZFCloUR0yrJ7uKGrhY3jfYaQ6/GGqG86IYqBq4SadhnaCmmajCkUF i7Kdkv9vSTLfC78Fgtlp+dKeOEx/P47TFGN1Y= Received: by 10.103.212.2 with SMTP id o2mr5156891muq.1.1225406536928; Thu, 30 Oct 2008 15:42:16 -0700 (PDT) Received: by 10.103.225.14 with HTTP; Thu, 30 Oct 2008 15:42:16 -0700 (PDT) Message-ID: Date: Thu, 30 Oct 2008 23:42:16 +0100 From: Pupino To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] alsa in-kernel vs. alsa-lib Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 99e16caa-8233-4f08-ad7e-c6767ae31324 X-Archives-Hash: 5c5f5a1077537adc093b5f21804c055c Hi all, i was used to intall alsa-lib and co. and use tools like alsamixer to manage the audio on my gentoo; now i've tryied to switch to the in-kernel way. I've built the relevant part into the kernel, no module, but now i'm stuck. If i try to emerge alsa-utils (wich has alsamixer) it pulls in also alsa-lib, alsa-header, etc... is this the correct behaviour? i tought i'll get rid of those packages(-header, -lib) switching to the in-kernel drivers. Davide