Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by bellard, Sat Nov 5 18:55:27 2005 UTC | revision 1.3 by bellard, Fri Nov 11 00:03:20 2005 UTC | |
|---|---|---|
| # | Line 375 static int coreaudio_init_out (HWVoiceOu | Line 375 static int coreaudio_init_out (HWVoiceOu |
| 375 | propertySize, | propertySize, |
| 376 | &core->outputStreamBasicDescription); | &core->outputStreamBasicDescription); |
| 377 | if (status != kAudioHardwareNoError) { | if (status != kAudioHardwareNoError) { |
| 378 | coreaudio_logerr2 (status, typ, "Could not set samplerate %d\n", freq); | coreaudio_logerr2 (status, typ, "Could not set samplerate %d\n", |
| 379 | as->freq); | |
| 380 | core->outputDeviceID = kAudioDeviceUnknown; | core->outputDeviceID = kAudioDeviceUnknown; |
| 381 | return -1; | return -1; |
| 382 | } | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |