Add platform driver for configuring msm8998 lpass core I2S and
DMA configuration to support playback & capture to external codecs
connected over primary & secondary MI2S interfaces.
(driver originally split from 4d7e1ead3b ("fastmatrix yaml fix"))
9 lines
238 B
C
9 lines
238 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __DT_MSM8998_LPASS_H
|
|
#define __DT_MSM8998_LPASS_H
|
|
|
|
#include <dt-bindings/sound/qcom,lpass.h>
|
|
|
|
/* NOTE: Use qcom,lpass.h to define any AIF ID's for LPASS */
|
|
|
|
#endif /* __DT_MSM8998_LPASS_H */
|