Comment 43 for bug 936539

Revision history for this message
In , Raymond (superquad-vortex2) wrote :

do the coredump still occur after pulseaudio set path's min_dB and max_dB array

if (!p->has_volume) {

+ e->merged_mask = 0xff;

                    for (t = 0; t < PA_CHANNEL_POSITION_MAX; t++)
                        if (PA_CHANNEL_POSITION_MASK(t) & e->merged_mask) {
                            min_dB[t] = e->min_dB;
                            max_dB[t] = e->max_dB;
                            path_volume_channels |= PA_CHANNEL_POSITION_MASK(t);
                        }

                    p->has_dB = true;