ggalt wrote: 
> All:
> 
> I'm trying to get squeezelite to work on my new Odroid U3
> (http://hardkernel.com/main/products/prdt_info.php?g_code=G138733896281),
> but I'm stuck on an incrutable error. Dmesg output is:
> [10411.260267] max98090 1-0010: ASoC: can't set HiFi hw params: -22
> [10458.467944] max98090 1-0010: ASoC: can't set HiFi hw params: -22
> [10463.471445] max98090 1-0010: ASoC: can't set HiFi hw params: -22
> 
> Squeezelite also throws an error of:
> alsa_open:330 unable to set hw params: Invalid argument
> 
> That comes from this line of code in squeezelite:
> 
> > 
Code:
--------------------
  >   >           // set params
  > if ((err = snd_pcm_hw_params(pcmp, hw_params)) < 0) {
  > LOG_ERROR("unable to set hw params: %s", snd_strerror(err));
  > return err;
  > }
  > 
  > 
--------------------
> > 
> 
> FYI, I'm running Arch Linux.
> 
> Any thoughts?
Did you try with Ubuntu?

Thomas



SBS 7.7.x on SqueezePlug,
2 x Squeezebox Duet,
1 x Squeezebox Touch,
1 x Onkyo TX-8050 DLNA ready receiver 
iPeng,
SqueezeSlave

My SqueezePlug Wiki: 'Wiki' (http://www.squeezeplug.eu/wiki)
My Blog: 'Blog' (http://squeezeplug.eu)
My Forum: 'Forum ' (http://squeezeplug.eu/forum)
My Downloads: 'Downloads' (http://squeezeplug.eu/?page_id=52)
My Videos: 'YouTube' (http://www.youtube.com/squeezeplug)

Feel free to donate my SqueezePlug project: 'Donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3R2M49ARYWK6C),
thanks a lot!
------------------------------------------------------------------------
truehl's Profile: http://forums.slimdevices.com/member.php?userid=34265
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

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

Reply via email to