You are not logged in.

#1 2010-05-16 05:52:45

ramboman
Member
Registered: 2010-01-23
Posts: 35

asound.conf making PCM volume and alsaequal both working

In my case, actually, my asound.conf does not allow to have PCM vol. and alsaequal both working.

asound.conf :

ctl.equal {
  type equal;
}

pcm.plugequal {
  type equal;
  # Modify the line below if you don't
  # want to use sound card 0.
  # slave.pcm "plughw:0,0";
  # or if you want to use with multiple applications output to dmix
  slave.pcm "plug:dmix";
}

# pcm.equal {   
                  # [u]only PCM volume works for normal user tested with songbird[/u]
                  # [u]only alsaequal works for ncmpcpp with a separated mpd user[/u]
  # Or if you want the equalizer to be your
  # default soundcard uncomment the following
  # line and comment the above line.
pcm.!default {   # [u]only alsaequal works[/u]
  type plug;
  slave.pcm plugequal;
}

Output of aplay -l :

**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: Conexant Digital [Conexant Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 3: INTEL HDMI 0 [INTEL HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Output of aplay -L :

null
    Discard all samples (playback) or generate zero samples (capture)
front:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    Front speakers
surround40:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
    HDA Intel, CONEXANT Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Intel,DEV=0
    HDA Intel, Conexant Digital
    IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=Intel,DEV=0
    HDA Intel, INTEL HDMI 0
    HDMI Audio Output

Anyone has an idea of how I can have PCM volume and alsaequal both working ?

Last edited by ramboman (2010-05-16 06:09:54)

Offline

#2 2010-09-25 20:54:31

delphaber
Member
Registered: 2010-09-24
Posts: 9

Re: asound.conf making PCM volume and alsaequal both working

up

Offline

Board footer

Powered by FluxBB