Hi,<br><br>I am trying to get the equalizer with Voyage MPD on a alix3 box. But for some reason the sound is breaking up, <br><br>I can see "alsamixer -D equal" working and when I debug the mpd I am getting the output like this<br>

<br>root@voyage:~# mpd --no-daemon --stderr -v /etc/mpd.conf<br>config: loading file /etc/mpd.conf<br>path: path_set_fs_charset: fs charset is: UTF-8<br>database: reading DB<br>disabling the <a href="http://last.fm">last.fm</a> playlist plugin because account is not configured<br>

daemon: opening pid file<br>daemon: writing pid file<br>state_file: Loading state file /var/lib/mpd/state<br>database: get song: En Jannal Vandha - TamilLatestMusic.blogspot.com.mp3<br>playlist: play 0:"En Jannal Vandha - TamilLatestMusic.blogspot.com.mp3"<br>

decoder_thread: clearing mixramp tags<br>decoder_control: mixramp_start = NULL<br>decoder_control: mixramp_prev_end = NULL<br>mad: detected LAME version 3.99 ("LAME3.99a")<br>mad: LAME peak found: 0.000000<br>mad: LAME track gain found: -10.600000<br>

mad: encoder delay is 576, encoder padding is 324<br>decoder: audio_format=44100:24:2, seekable=true<br>alsa: buffer: size=1881..15052 time=42653..341316<br>alsa: period: size=940..941 time=21333..21334<br>alsa: default period_time = buffer_time/4 = 341315/4 = 85328<br>

alsa: buffer_size=15052 period_size=940<br>output: opened plugin=alsa name="equal" audio_format=44100:24:2<br>alsa: Underrun on ALSA device "plug:plugequal"<br>alsa: Underrun on ALSA device "plug:plugequal"<br>

alsa: Underrun on ALSA device "plug:plugequal"<br>alsa: Underrun on ALSA device "plug:plugequal"<br>alsa: Underrun on ALSA device "plug:plugequal"<br>alsa: Underrun on ALSA device "plug:plugequal"<br>

<br><br>for every alsa: Underrun on ALSA device "plug:plugequal" it is breaking up. <br><br>here are my configurations<br><br>root@voyage:~# dmesg | grep usb<br>[    5.723640] input: C-Media USB Audio Device    as /devices/pci0000:00/0000:00:0f.4/usb2/2-3/2-3:1.3/input/input1<br>

[    5.724435] generic-usb 0003:0D8C:000C.0001: input,hidraw0: USB HID v1.00 Device [C-Media USB Audio Device   ] on usb-0000:00:0f.4-3/input3<br>[    5.725529] usbcore: registered new interface driver usbhid<br>[    5.725617] usbhid: USB HID core driver<br>

[   10.824108] usbcore: registered new interface driver snd-usb-audio<br><br><br>root@voyage:~# lsusb<br>Bus 002 Device 002: ID 0d8c:000c C-Media Electronics, Inc. Audio Adapter<br><br><br>root@voyage:~# nano /etc/asound.conf<br>

ctl.equal {<br>  type equal;<br>}<br><br>pcm.plugequal {<br>  type equal;<br>  slave.pcm "plug:dmix";<br>}<br><br>#pcm.equal {<br>  # Or if you want the equalizer to be your<br>  # default soundcard uncomment the following<br>

  # line and comment the above line.<br>  pcm.!default {<br>  type plug;<br>  slave.pcm plugequal;<br>}<br><br>root@voyage:~# nano /etc/mpd.conf<br>..............................<br>audio_output {<br>  type    "alsa"<br>

  name    "equal"<br>  device  "plug:plugequal"<br>}<br>........................<br><br><br>Please help <br clear="all"><br>-- <br>Thanks<br>Navas<br>