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?

Try a different output device with the -o option, also try with mmap
turned off "-a :::0" - this is an error saying it is not possible to set
the output device parameters.


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

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

Reply via email to