[PATCH] drm/radeon/audio: fix missing multichannel PCM SAD in some cases
Rafał Miłecki
zajec5 at gmail.com
Fri Nov 1 18:01:26 PDT 2013
2013/10/29 Anssi Hannula <anssi.hannula at iki.fi>:
> Fix the code to pick the PCM SAD with the highest number of channels,
> while merging the rate masks of PCM SADs with lower amount of channels
> into the additional stereo rate mask byte.
Don't you think that we should use SUPPORTED_FREQUENCIES_STEREO for
stereo frequencies only?
> if (sad->format == HDMI_AUDIO_CODING_TYPE_PCM)
> + stereo_freqs |= sad->freq;
I mean making that (... && sad->channels == 1)
More information about the dri-devel
mailing list