Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 410247 | Differences between
and this patch

Collapse All | Expand All

(-)a/libao2/ao_pulse.c (+1 lines)
Lines 166-171 static int init(int rate_hz, int channels, int format, int flags) { Link Here
166
166
167
    ao_data.samplerate = rate_hz;
167
    ao_data.samplerate = rate_hz;
168
    ao_data.channels = channels;
168
    ao_data.channels = channels;
169
    ao_data.outburst = 8 * channels * (rate_hz / 64);
169
170
170
    fmt_map = format_maps;
171
    fmt_map = format_maps;
171
    while (fmt_map->mp_format != format) {
172
    while (fmt_map->mp_format != format) {

Return to bug 410247