From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: Simple Mixer help Date: Thu, 30 Apr 2015 16:39:01 +0200 Message-ID: <55423E85.3000406@ladisch.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from dehamd003.servertools24.de (dehamd003.servertools24.de [31.47.254.18]) by alsa0.perex.cz (Postfix) with ESMTP id 91F61261B02 for ; Thu, 30 Apr 2015 16:39:05 +0200 (CEST) Received: from [10.1.2.65] (unknown [94.101.37.4]) by dehamd003.servertools24.de (Postfix) with ESMTPSA id E8523F8074 for ; Thu, 30 Apr 2015 16:39:03 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Bram Bos wrote: > const char *card = "hw2"; // just for this example, don't hard-code this! "hw2" is not the same as "hw:2". > const char *selem_name = "PCM"; // for some reason Master didn't work, but PCM does... This must be the name of a mixer element implemented by the card. (Some USB devices don't have any.) Regards, Clemens