tfec wrote: 
> If you can connect to your odroid per ssh, you may check the file
> */etc/asound.conf*
> I changed the line 7 and commented out the resampling in line 11.
> > 
Code:
--------------------
  >   > pcm.dmixer {
  > type dmix
  > ipc_key 1024
  > ipc_key_add_uid false
  > ipc_perm 0666
  > slave {
  > pcm "hw:1,0"
  > period_time 0
  > period_size 2048
  > buffer_size 16384
  > #       rate 44100
  > }
  > }
--------------------
> > 
> Also you can see the slave now is "hw:1,0"
Aha! This looks promising! I assume it will negate any need for
parameters in the odroid interface. 

Jason.




------------------------------------------------------------------------
doctor_big's Profile: http://forums.slimdevices.com/member.php?userid=15196
View this thread: http://forums.slimdevices.com/showthread.php?t=101856

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

Reply via email to