audio: Rename header guard macro

Change-Id: I350616da3ba98965d2dcdd533e57d77b0ac7e41a
This commit is contained in:
Christopher N. Hesse 2017-01-28 14:05:39 +01:00
parent c8502b9ea8
commit 0612a4efc0
1 changed files with 3 additions and 3 deletions

View File

@ -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