AudioSystem: fix "keep in sync" comments
Fix "keep in sync" comments for definitions that should match those in system/media/audio/include/system/audio-hal-enums.h Test: none, comment update Change-Id: I150d1262b1cb1d204eb1ff55a7f05f5f65f81680
This commit is contained in:
parent
2fef8f6e9d
commit
43fde9a3af
@ -72,7 +72,7 @@ public class AudioSystem
|
||||
throw new UnsupportedOperationException("Trying to instantiate AudioSystem");
|
||||
}
|
||||
|
||||
/* These values must be kept in sync with system/audio.h */
|
||||
/* These values must be kept in sync with system/media/audio/include/system/audio-hal-enums.h */
|
||||
/*
|
||||
* If these are modified, please also update Settings.System.VOLUME_SETTINGS
|
||||
* and attrs.xml and AudioManager.java.
|
||||
@ -963,7 +963,8 @@ public class AudioSystem
|
||||
*/
|
||||
|
||||
//
|
||||
// audio device definitions: must be kept in sync with values in system/core/audio.h
|
||||
// audio device definitions: must be kept in sync with values
|
||||
// in system/media/audio/include/system/audio-hal-enums.h
|
||||
//
|
||||
/** @hide */
|
||||
public static final int DEVICE_NONE = 0x0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user