mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
fix typo in old (pre 10.6) coreaudio API wrapper
fixes aggregate device support for PPC builds.
This commit is contained in:
parent
775a400007
commit
c0aa5a8d6b
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ static OSStatus GetHardwarePropertyWrapper (AudioDevicePropertyID prop, UInt32*
|
|||
property_address.mElement = kAudioObjectPropertyElementMaster;
|
||||
return AudioObjectGetPropertyData(kAudioObjectSystemObject, &property_address, 0, NULL, size, d);
|
||||
#else
|
||||
return AudioHardwareGetProperty (kAudioHardwarePropertyDevices, size, d);
|
||||
return AudioHardwareGetProperty (prop, size, d);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue