mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
e3008b7ccb
move all LPASS audio ports defines from q6afe.h to q6dsp-lpass-ports.h as these belong to LPASS IP. Also this move helps in reusing this header across multiple audio frameworks on Qualcomm Audio DSP. This patch is split out of the dt-bindings patch to enable easy review. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20211026111655.1702-4-srinivas.kandagatla@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
10 lines
284 B
C
10 lines
284 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __DT_BINDINGS_Q6_AFE_H__
|
|
#define __DT_BINDINGS_Q6_AFE_H__
|
|
|
|
/* This file exists due to backward compatibility reasons, Please do not DELETE! */
|
|
|
|
#include <dt-bindings/sound/qcom,q6dsp-lpass-ports.h>
|
|
|
|
#endif /* __DT_BINDINGS_Q6_AFE_H__ */
|