paul- wrote: 
> What is the contents of /etc/around.conf
> 
> It should have
> 
> pcm.pcpinput {
> type plug
> slave.pcm "hw:1,0"
> }
> 
> It looks like you disable the onboard audio card too, but the hw address
> should get updated to match your card during reboot.

My /etc/around.conf is as follows, seems to have 2 similar entries. How
can I edit this (should I?) - I think read only file system? Still
doesn't stream to for example smplayer on Debian.


Code:
--------------------
    
  # default - Generated by piCorePlayer
  pcm.!default {
  type plug
  slave.pcm "hw:0,0"
  }
  
  pcm.pcpinput {
  type plug
  slave.pcm "hw:0.0"
  }
  
  #---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;
  }
  
--------------------


------------------------------------------------------------------------
keynet's Profile: http://forums.slimdevices.com/member.php?userid=68229
View this thread: http://forums.slimdevices.com/showthread.php?t=110642

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to