diff --git a/audio/audio_hw.h b/audio/audio_hw.h index 87b7a935..9252e1c6 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 #include @@ -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