Hi,

Thanks to GNUtoo we can now play audio using alsa on devices with QSD8x50 SoC. On OE level this currently includes only the htcleo machine (htc hd2). But there are other potential OE candidates that will support this (htcbravo, htcnexusone).

Putting the following in "/etc/asound.conf" makes alsa work on my htcleo:

pcm.!default{
        type plug
        slave {
                pcm "file:/dev/msm_pcm_out,raw"
                format S16_LE
                rate 44100
                channels 2
        }
}

According to GNUtoo fsodeviced will write that file so I would like to ask A) for the best way to have org.oe.dev install this one instead.

B) In the long run, how to integrate this with the fsoaudiod.

Best reagrds,

Lukas

_______________________________________________
Shr-devel mailing list
Shr-devel@lists.shr-project.org
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to