commit | 8f0f9763758f00b16524c3efc38e56a24c3da3d2 | [log] [tgz] |
---|---|---|
author | Arun Raghavan <arun@centricular.com> | Tue Apr 07 15:40:14 2015 +0530 |
committer | Arun Raghavan <git@arunraghavan.net> | Tue Jul 14 17:49:50 2015 +0530 |
tree | b6bfb3d7840098da29b701cb2e2bed08bb82a3b8 | |
parent | 691ecebe227d27914cd6efb1ff86d2d42679d3f3 [diff] |
osxaudio: Avoid making a duplicate structure in caps for mono/stereo case For 1ch or 2ch devices, we just need to set the caps to allow both options since CoreAudio will up/downmix appropriately. Also fixes the condition for the 2ch case to be exact, rather than at least 2 channels since the downmix will not take place in the >stereo case.