All of lore.kernel.org
 help / color / mirror / Atom feed
* aplay CVS now works. alsamixer CVS is slightly odd.
@ 2002-09-21 21:32 Chris Rankin
  2002-09-22  7:44 ` Jaroslav Kysela
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Rankin @ 2002-09-21 21:32 UTC (permalink / raw)
  To: alsa-devel

Hi,

With the latest changes to pcm.h and pcm.c, the CVS
version of aplay now works OK, thanks. However, the
CVS alsamixer seems to be displaying its graphics
incorrectly. Some of the columns (with the SB Live!
card) have no numbers underneath them, and the "Mic
Select" and "Mono Output Select" columns are missing
entirely except for the tags "Mic1" and "Mix"
respectively.

The rc3 alsamixer works OK with the CVS
libasound.so.2, and so I can add that all the
incorrect columns should have the value "0", although
not all of the zero-value columns are incorrect.

Cheers,
Chris


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: aplay CVS now works. alsamixer CVS is slightly odd.
  2002-09-21 21:32 aplay CVS now works. alsamixer CVS is slightly odd Chris Rankin
@ 2002-09-22  7:44 ` Jaroslav Kysela
  2002-09-22  9:43   ` Chris Rankin
  0 siblings, 1 reply; 5+ messages in thread
From: Jaroslav Kysela @ 2002-09-22  7:44 UTC (permalink / raw)
  To: Chris Rankin; +Cc: alsa-devel@lists.sourceforge.net

On Sat, 21 Sep 2002, [iso-8859-1] Chris Rankin wrote:

> Hi,
> 
> With the latest changes to pcm.h and pcm.c, the CVS
> version of aplay now works OK, thanks. However, the
> CVS alsamixer seems to be displaying its graphics
> incorrectly. Some of the columns (with the SB Live!
> card) have no numbers underneath them, and the "Mic
> Select" and "Mono Output Select" columns are missing
> entirely except for the tags "Mic1" and "Mix"
> respectively.

Note that these controls are enumerated (it's a list of available 
options). If you have an idea for better representation, let us know.

						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project  http://www.alsa-project.org
SuSE Linux    http://www.suse.com



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: aplay CVS now works. alsamixer CVS is slightly odd.
  2002-09-22  7:44 ` Jaroslav Kysela
@ 2002-09-22  9:43   ` Chris Rankin
  2002-09-22 11:54     ` Jaroslav Kysela
  2002-09-23 10:31     ` Takashi Iwai
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Rankin @ 2002-09-22  9:43 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: alsa-devel@lists.sourceforge.net

 --- Jaroslav Kysela <perex@perex.cz> wrote:
> Note that these controls are enumerated (it's a list
> of available 
> options). If you have an idea for better
> representation, let us know.

Eh? I am merely pointing out that the alsamixer-CVS
display looks different to the alsamixer-rc3 display.
My initial reaction was "bug"; are you saying that
it's supposed to look like this?

Chris


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: aplay CVS now works. alsamixer CVS is slightly odd.
  2002-09-22  9:43   ` Chris Rankin
@ 2002-09-22 11:54     ` Jaroslav Kysela
  2002-09-23 10:31     ` Takashi Iwai
  1 sibling, 0 replies; 5+ messages in thread
From: Jaroslav Kysela @ 2002-09-22 11:54 UTC (permalink / raw)
  To: Chris Rankin; +Cc: alsa-devel@lists.sourceforge.net

On Sun, 22 Sep 2002, [iso-8859-1] Chris Rankin wrote:

>  --- Jaroslav Kysela <perex@perex.cz> wrote:
> > Note that these controls are enumerated (it's a list
> > of available 
> > options). If you have an idea for better
> > representation, let us know.
> 
> Eh? I am merely pointing out that the alsamixer-CVS
> display looks different to the alsamixer-rc3 display.
> My initial reaction was "bug"; are you saying that
> it's supposed to look like this?

Takashi added a visual representation for new controls. This control says:
We have a list of string, please, select one. There is no number
corresponding with the hardware settings in this case (I speak about 'PCM
Out Path & Mute' or 'Mic Select' bars). Anyway, it seems that numbers for
controls without "volume" settings are removed, too. It seems ok to me:
user might took a hint that up/down buttons won't work for these bars.
It would be nice to have more these hints to show that only mute 
and/or capture select will work for given bars, but I'm out of ideas to 
show this in text environment.

						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project  http://www.alsa-project.org
SuSE Linux    http://www.suse.com



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: aplay CVS now works. alsamixer CVS is slightly odd.
  2002-09-22  9:43   ` Chris Rankin
  2002-09-22 11:54     ` Jaroslav Kysela
@ 2002-09-23 10:31     ` Takashi Iwai
  1 sibling, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2002-09-23 10:31 UTC (permalink / raw)
  To: Chris Rankin; +Cc: Jaroslav Kysela, alsa-devel@lists.sourceforge.net

At Sun, 22 Sep 2002 10:43:58 +0100 (BST),
Chris Rankin wrote:
> 
>  --- Jaroslav Kysela <perex@perex.cz> wrote:
> > Note that these controls are enumerated (it's a list
> > of available 
> > options). If you have an idea for better
> > representation, let us know.
> 
> Eh? I am merely pointing out that the alsamixer-CVS
> display looks different to the alsamixer-rc3 display.
> My initial reaction was "bug"; are you saying that
> it's supposed to look like this?

yes, it's a new feature on the cvs version.

you can change the enumerated controls on alsamixer by up/down keys.
good for ice1712 driver, etc.

also, if the control has no representive volume but only a toggle
switch, no volume number will be displayed, in order to avoid
confusion.  you had experience to try to push up/down on a certain
control and screamed that not work, too, don't you? ;)


Takashi


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

end of thread, other threads:[~2002-09-23 10:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-21 21:32 aplay CVS now works. alsamixer CVS is slightly odd Chris Rankin
2002-09-22  7:44 ` Jaroslav Kysela
2002-09-22  9:43   ` Chris Rankin
2002-09-22 11:54     ` Jaroslav Kysela
2002-09-23 10:31     ` Takashi Iwai

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.