
git-subtree-dir: qcom/opensource/audio-kernel git-subtree-mainline:99ab089c55
git-subtree-split:0ee387dfad
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/audio-kernel-ar tag: AUDIO.LA.9.0.r1-07400-lanai.0
13 line
352 B
C
13 line
352 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __DEVICE_EVENT_H
|
|
#define __DEVICE_EVENT_H
|
|
|
|
#define QC_AUDIO_EXTERNAL_SPK_1_EVENT "qc_ext_spk_1"
|
|
#define QC_AUDIO_EXTERNAL_SPK_2_EVENT "qc_ext_spk_2"
|
|
#define QC_AUDIO_EXTERNAL_MIC_EVENT "qc_ext_mic"
|
|
|
|
#endif /* __DEVICE_EVENT_H */
|