From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S271583AbTGRJsb (ORCPT ); Fri, 18 Jul 2003 05:48:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S271476AbTGRJsT (ORCPT ); Fri, 18 Jul 2003 05:48:19 -0400 Received: from ns.suse.de ([213.95.15.193]:31760 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S271623AbTGRJib (ORCPT ); Fri, 18 Jul 2003 05:38:31 -0400 Date: Fri, 18 Jul 2003 11:53:26 +0200 Message-ID: From: Takashi Iwai To: Wes Janzen Cc: Kurt Roeckx , linux-kernel@vger.kernel.org Subject: Re: Sb16 kernel parameters. In-Reply-To: <3F1730C9.4020300@sbcglobal.net> References: <20030717220915.GA5046@ping.be> <3F1730C9.4020300@sbcglobal.net> User-Agent: Wanderlust/2.6.1 (Upside Down) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.2 MULE XEmacs/21.4 (patch 12) (Portable Code) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org At Thu, 17 Jul 2003 18:27:05 -0500, Wes Janzen wrote: > > And at the end of the sb16.c file I found: > > #ifndef MODULE > > /* format is: snd-sb16=enable,index,id,isapnp, > port,mpu_port,fm_port, > irq,dma8,dma16, > mic_agc,csp, > [awe_port,seq_ports] > > Which is probably what format you'll need to use but I don't know much > about drivers...;-) > I don't know what "id" stands for either... enable, index and id are common options for all modules. the id is the identifier string for this card instance and must be unique. it's used as the directory name in /proc/asound, as the tag in /etc/asound.state, and so on. you can pass the arbitray string via option, or the null string so that the driver chooses an approriate name. Takashi