mixer, Re: Goals for next Xfce releases

Björn Martensen bjoern.martensen at gmail.com
Sat Feb 3 23:30:38 CET 2007


ok, now that worked. thanks.
here's the output of test_vc:


> $ ./test_vc 
>  Device: default
>    Control: Master,0 Volume: 44
>    Control: Tone,0 Volume: 0
>    Control: Bass,0 Volume: 50
>    Control: Treble,0 Volume: 50
>    Control: 3D Control - Switch,0 Volume: 0
>    Control: 3D Control Sigmatel - Depth,0 Volume: 0
>    Control: PCM,0 Volume: 69
>    Control: PCM Center,0 Volume: 0
>    Control: PCM Front,0 Volume: 0
>    Control: PCM LFE,0 Volume: 0
>    Control: PCM Side,0 Volume: 0
>    Control: PCM Surround,0 Volume: 2
>    Control: Front,0 Volume: 100
>    Control: Surround,0 Volume: 0
>    Control: Center,0 Volume: 1
>    Control: LFE,0 Volume: 0
>    Control: Side,0 Volume: 0
>    Control: Synth,0 Volume: 0
>    Control: Line,0 Volume: 0
>    Control: Line2,0 Volume: 0
>    Control: CD,0 Volume: 0
>    Control: Mic,0 Volume: 0
>    Control: Mic Boost (+20dB),0 Volume: 500
>    Control: Phone,0 Volume: 0
>    Control: IEC958 Optical,0 Volume: 0
>    Control: IEC958 Optical Raw,0 Volume: 0
>    Control: PC Speaker,0 Volume: 0
>    Control: Aux,0 Volume: 0
>    Control: Aux2,0 Volume: 0
>    Control: Analog Mix,0 Volume: 0
>    Control: Audigy Analog/Digital Output Jack,0 Volume: 500
>    Control: Audigy CD,0 Volume: 0
>    Control: External Amplifier,0 Volume: 500
>    Control: HD Analog Center/LFE,0 Volume: 81
>    Control: HD Analog Front,0 Volume: 81
>    Control: HD Analog Rear,0 Volume: 81
>    Control: HD Analog Side,0 Volume: 81
>    Control: HD SPDIF Center/LFE,0 Volume: 81
>    Control: HD SPDIF Front,0 Volume: 81
>    Control: HD SPDIF Rear,0 Volume: 81
>    Control: HD SPDIF Side,0 Volume: 81
>    Control: HD channel Capture,0 Volume: 1275
>    Control: HD source Capture,0 Volume: 0
>    Control: Sigmatel 4-Speaker Stereo,0 Volume: 0
>    Control: Sigmatel Surround Phase Inversion Playback ,0 Volume: 0
>  Device: #0: Audigy 2 ZS [SB0350]
>    Control: Master,0 Volume: 20
>    Control: Tone,0 Volume: 0
>    Control: Bass,0 Volume: 20
>    Control: Treble,0 Volume: 20
>    Control: 3D Control - Switch,0 Volume: 0
>    Control: 3D Control Sigmatel - Depth,0 Volume: 0
>    Control: PCM,0 Volume: 20
>    Control: PCM Center,0 Volume: 20
>    Control: PCM Front,0 Volume: 20
>    Control: PCM LFE,0 Volume: 20
>    Control: PCM Side,0 Volume: 20
>    Control: PCM Surround,0 Volume: 20
>    Control: Front,0 Volume: 20
>    Control: Surround,0 Volume: 20
>    Control: Center,0 Volume: 20
>    Control: LFE,0 Volume: 20
>    Control: Side,0 Volume: 20
>    Control: Synth,0 Volume: 20
>    Control: Line,0 Volume: 19
>    Control: Line2,0 Volume: 20
>    Control: CD,0 Volume: 19
>    Control: Mic,0 Volume: 20
>    Control: Mic Boost (+20dB),0 Volume: 0
>    Control: Phone,0 Volume: 19
>    Control: IEC958 Optical,0 Volume: 20
>    Control: IEC958 Optical Raw,0 Volume: 0
>    Control: PC Speaker,0 Volume: 20
>    Control: Aux,0 Volume: 19
>    Control: Aux2,0 Volume: 20
>    Control: Analog Mix,0 Volume: 20
>    Control: Audigy Analog/Digital Output Jack,0 Volume: 0
>    Control: Audigy CD,0 Volume: 20
>    Control: External Amplifier,0 Volume: 0
>    Control: HD Analog Center/LFE,0 Volume: 20
>    Control: HD Analog Front,0 Volume: 20
>    Control: HD Analog Rear,0 Volume: 20
>    Control: HD Analog Side,0 Volume: 20
>    Control: HD SPDIF Center/LFE,0 Volume: 20
>    Control: HD SPDIF Front,0 Volume: 20
>    Control: HD SPDIF Rear,0 Volume: 20
>    Control: HD SPDIF Side,0 Volume: 20
>    Control: HD channel Capture,0 Volume: 1275
>    Control: HD source Capture,0 Volume: 0
>    Control: Sigmatel 4-Speaker Stereo,0 Volume: 0
>    Control: Sigmatel Surround Phase Inversion Playback ,0 Volume: 0

Björn


On Sat, 2007-02-03 at 23:10 +0100, samuel verstraete wrote:
> $ gcc -o test_vc test_vc.c vc_alsa.c -I../include `pkg-config --cflags
> --libs gtk+-2.0 libxfce4util-1.0` vc.c vcs.c -DUSE_ALSA
> -DHAVE_CONFIG_H -g3 -I.. -lasound
> 
> will compile it
> 
> 
> On 2/3/07, Björn Martensen <bjoern.martensen at gmail.com> wrote:
> > On Sat, 2007-02-03 at 21:36 +0000, Danny Milosavljevic wrote:
> > > Function vc_get_control_list in line 478 in
> > > http://svn.xfce.org/filedetails.php?repname=xfce4&path=%2Fxfce4-mixer%2Fbranches%2Fxfce_4_4%2Flib%2Fvc_alsa.c&rev=0&sc=0 doesn't filter anything, it just determines control type and adds it anyway in each case.
> > >
> > > Can you run "xfce4-mixer/lib/test_vc" please? (compile command is at the top of the test_vc.c... hmm, I should add that to automake... but how to get automake not to install it?).
> >
> > It doesn't compile. I just did a fresh checkout of xfce4-mixer from svn
> > and cd'ed into the lib dir and used the command from test_vc.c:
> >
> >  $ gcc -o test_vc test_vc.c vc_oss.c -I../include `pkg-config --cflags
> > --libs gtk+-2.0 libxfce4util-1.0` vc.c vcs.c -DUSE_OSS -DHAVE_CONFIG_H
> > -g3 -I..
> > /tmp/cctGtY1T.o: In function `register_vcs':
> > /home/baze/xfce4-mixer-svn/src/xfce4-mixer/lib/vcs.c:24: undefined
> > reference to `register_alsa'
> > collect2: ld returned 1 exit status
> >
> > That's what i get. What's wrong here? xfce4-mixer built fine..
> >
> > Björn
> >
> > _______________________________________________
> > Xfce4-dev mailing list
> > Xfce4-dev at xfce.org
> > http://foo-projects.org/mailman/listinfo/xfce4-dev
> >
> >
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev at xfce.org
> http://foo-projects.org/mailman/listinfo/xfce4-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20070203/622366cd/attachment.pgp>


More information about the Xfce4-dev mailing list