Squeezed_Rotel wrote: 
> Thanks Steen, I will try that. The HIFIBerry DAC+ pro worked without
> adding any value in the alsa output box. So,what do I type in the output
> box for the IQAUdio DAC?
> I tried each of these values; "equal", or "- =" or "CARD=IQaudIODAC" or
> "(1) - =" without success.
> TIA
> I appreciate your help.

Hi I think I know what the problem is. But before you fix it could you
please have a look at your file "etc/asound.conf"

Code:
--------------------
    #---ALSA EQ Below--------ctl.equal {
  type equal;
  controls "/home/tc/.alsaequal.bin"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  
  pcm.plugequal {
  type equal;
  slave.pcm "plughw:1,0"
  controls "/home/tc/.alsaequal.bin"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  
  pcm.equal {
  type plug;
  slave.pcm plugequal;
  }
  
  
  
--------------------

I suspect your file will show slave.pcm "plughw:,0" instead of slave.pcm
"plughw:1,0"

For now it is important how you enable ALSA equalizer.
Please try to follow this recipe.
Start from scratch again.
After first boot - choose you IQaudIO DAC - reboot
Second boot - select ALSA equaliser - reboot
Third boot - configure ALSA equalizer
Enjoy -- I hope



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

*Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer*
------------------------------------------------------------------------
sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to