All of lore.kernel.org
 help / color / mirror / Atom feed
* Mixer chanel naming
@ 2002-03-08 13:01 Kasparek Tomas
  2002-03-08 14:26 ` Takashi Iwai
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Kasparek Tomas @ 2002-03-08 13:01 UTC (permalink / raw)
  To: alsa-devel

Hi,

I've just started writing driver for Compaq iPAQ and I'm feel realy dizzy
from setting the mixer. Here is part of code:

...
static snd_kcontrol_new_t snd_h3600_controls[] = {
H3600_SINGLE("Master Playback Switch", H3600_MASTER, 15, 1, 1),
H3600_DOUBLE("Master Playback Volume", H3600_MASTER, 8, 0, 31, 1),
...

First argument is used for "name" item of snd_kcontrol_new_t structure.
It look like the name is significant when configuring this new control.

(e.g. without "playback", alsamixer shows two devices for one entry)

Where should I find information of possible names and mainly their
meaning? How functionality of such defined control depends on this name?

Thanks

--

	Tomas Kasparek (sioux, xkaspa06)
 	 Tomas.Kasparek@[seznam.cz,volny.cz]
	 Linux@dcse.fee.vutbr.cz
	student UIVT FEI VUT Brno


_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-04-12  7:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-08 13:01 Mixer chanel naming Kasparek Tomas
2002-03-08 14:26 ` Takashi Iwai
2002-03-08 16:22 ` Jaroslav Kysela
2002-04-11 15:16 ` PATCH: snd_pcm_playback_silence Sander van Leeuwen
2002-04-12  7:06   ` Jaroslav Kysela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.