Removed a FIXME; RemoteIO is correct for iOS.
--HG-- extra : rebase_source : b7707b74bcdcafe4165a8c6eb7982c23fb2b9d0e
This commit is contained in:
parent
53e7a4eab5
commit
bd6eef53b6
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ prepare_audiounit(_THIS, const char *devname, int iscapture,
|
|||
desc.componentSubType = kAudioUnitSubType_DefaultOutput;
|
||||
comp = FindNextComponent(NULL, &desc);
|
||||
#else
|
||||
desc.componentSubType = kAudioUnitSubType_RemoteIO; /* !!! FIXME: ? */
|
||||
desc.componentSubType = kAudioUnitSubType_RemoteIO;
|
||||
comp = AudioComponentFindNext(NULL, &desc);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue