diff options
| author | Christopher N. Hesse <raymanfx@gmail.com> | 2017-01-28 14:05:39 +0100 |
|---|---|---|
| committer | Christopher N. Hesse <raymanfx@gmail.com> | 2017-01-30 21:40:15 +0000 |
| commit | 0612a4efc04771e2a70e83ac034a92a5e3b23197 (patch) | |
| tree | 5703e1dce2473fc07521cf09b5ca2a99be19f792 /audio | |
| parent | c8502b9ea8df2abc915f4a6227e9723077299e46 (diff) | |
| download | hardware_samsung-0612a4efc04771e2a70e83ac034a92a5e3b23197.tar.gz hardware_samsung-0612a4efc04771e2a70e83ac034a92a5e3b23197.tar.bz2 hardware_samsung-0612a4efc04771e2a70e83ac034a92a5e3b23197.zip | |
audio: Rename header guard macro
Change-Id: I350616da3ba98965d2dcdd533e57d77b0ac7e41a
Diffstat (limited to 'audio')
| -rw-r--r-- | audio/audio_hw.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/audio_hw.h b/audio/audio_hw.h index 87b7a93..9252e1c 100644 --- a/audio/audio_hw.h +++ b/audio/audio_hw.h @@ -15,8 +15,8 @@ * limitations under the License. */ -#ifndef NVIDIA_AUDIO_HW_H -#define NVIDIA_AUDIO_HW_H +#ifndef SAMSUNG_AUDIO_HW_H +#define SAMSUNG_AUDIO_HW_H #include <cutils/list.h> #include <hardware/audio.h> @@ -433,4 +433,4 @@ struct audio_device { * lock_inputs must be held in order to either close the input stream, or prevent closure. */ -#endif // NVIDIA_AUDIO_HW_H +#endif // SAMSUNG_AUDIO_HW_H |
