Skip to content

Commit

Permalink
Fixed comment mentioning the renamed A2_STATECLOSE flag
Browse files Browse the repository at this point in the history
This flag is now replaced by A2_AUTOCLOSE, which also replaces the unused
A2_CFGCLOSE.
  • Loading branch information
olofson committed Feb 4, 2017
1 parent a1c88f6 commit 7257ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/a2_drivers.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* a2_drivers.h - Audiality 2 device driver and configuration interfaces
*
* Copyright 2012-2016 David Olofson <david@olofson.net>
* Copyright 2012-2017 David Olofson <david@olofson.net>
*
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the
Expand Down Expand Up @@ -88,7 +88,7 @@ struct A2_config
*
* NOTE:
* The returned A2_config must be closed using a2_CloseConfig(), unless
* the A2_STATECLOSE flag is used, and the config is used with a2_Open().
* the A2_AUTOCLOSE flag is used, and the config is used with a2_Open().
*/
A2_config *a2_OpenConfig(int samplerate, int buffer, int channels, int flags);

Expand Down

0 comments on commit 7257ce4

Please sign in to comment.