Re: [Alsa-devel] Mixer chanel naming

2002-03-08 Thread Jaroslav Kysela
On Fri, 8 Mar 2002, Kasparek Tomas wrote: > 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

Re: [Alsa-devel] Mixer chanel naming

2002-03-08 Thread Takashi Iwai
Hi, At Fri, 8 Mar 2002 14:01:30 +0100 (CET), Kasparek Tomas wrote: > > 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

[Alsa-devel] Mixer chanel naming

2002-03-08 Thread Kasparek Tomas
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,