diff options
author | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 20:11:04 +0000 |
---|---|---|
committer | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 20:11:04 +0000 |
commit | d3dd31fb151f067389f3423ee6de09f8c5251ed9 (patch) | |
tree | 9d71cc5598bdfad7b3c0b7398002c5f4895ad1a1 /tools/valgrind | |
parent | 1ff23609a28bf25c97219b29e1ca3ca5b0d5c699 (diff) | |
download | chromium_src-d3dd31fb151f067389f3423ee6de09f8c5251ed9.zip chromium_src-d3dd31fb151f067389f3423ee6de09f8c5251ed9.tar.gz chromium_src-d3dd31fb151f067389f3423ee6de09f8c5251ed9.tar.bz2 |
Rename a header and some methods to make way for subsequent audio recording additions.
Renaming audio_output.h to audio_io.h as future patches will add audio recording code to this file.
Also renamed a couple of methods to make it clear that these are for audio playback/output and similar methods will be added for audio capture/recording soon.
BUG=none
TEST=no change in functionality.
Review URL: http://codereview.chromium.org/2962006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index ad4c542..d78e8c9 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -54,7 +54,7 @@ fun:_ZN16HALDefaultDevice10InitializeEv fun:_ZN9HALSystem16CheckOutInstanceEv fun:AudioObjectGetPropertyData - fun:_ZN15AudioManagerMac15HasAudioDevicesEv + fun:_ZN15AudioManagerMac15HasAudioOutputDevicesEv } { # Filed with Apple as rdar://6915060; see http://crbug.com/11270 |