[Buildroot] [PATCH v9] espeak: new package

Marcelo Gutierrez kuyurix at gmail.com
Fri Jan 24 19:20:50 UTC 2014


Arnaud, All,

I tested this patch on BeagleBone Black and works fine but I got the
following warning messages when use "alsa via portaudio"

(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
> (snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
> (snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
>

The solution is:

/usr/share/alsa/alsa.conf

   change the line "pcm.rear cards.pcm.rear"
             to "pcm.rear cards.pcm.default"

   change the line "pcm.center_lfe cards.pcm.center_lfe"
             to "pcm.center_lfe cards.pcm.default"

   change the line "pcm.side cards.pcm.side"
             to "pcm.side cards.pcm.default"

Good job, Arnaud

Tested-by: Marcelo Gutierrez <kuyurix at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140124/275d1e66/attachment.html>


More information about the buildroot mailing list