Add 'qcom/opensource/audio-kernel/' from commit '0ee387dfadf349618494d6f82ec8cec796ebef70'
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
This commit is contained in:
17
qcom/opensource/audio-kernel/asoc/codecs/swr-dmic.h
Normal file
17
qcom/opensource/audio-kernel/asoc/codecs/swr-dmic.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef _SWR_DMIC_H
|
||||
#define _SWR_DMIC_H
|
||||
|
||||
#include <sound/soc.h>
|
||||
#include <sound/info.h>
|
||||
|
||||
enum {
|
||||
SWR_DMIC_HIFI_PORT = 0,
|
||||
SWR_DMIC_LP_PORT,
|
||||
SWR_DMIC_MAX_PORTS,
|
||||
};
|
||||
|
||||
#endif /* _SWR_DMIC_H */
|
Reference in New Issue
Block a user