mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
e3a33673e8
This patch adds support to q6 routing driver which configures route between ASM and AFE module using ADM apis. This driver uses dapm widgets to setup the matrix between AFE ports and ASM streams. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Reviewed-and-tested-by: Rohit kumar <rohitkr@codeaurora.org> Reviewed-by: Banajit Goswami <bgoswami@codeaurora.org> Signed-off-by: Mark Brown <broonie@kernel.org>
10 lines
277 B
C
10 lines
277 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _Q6_PCM_ROUTING_H
|
|
#define _Q6_PCM_ROUTING_H
|
|
|
|
int q6routing_stream_open(int fedai_id, int perf_mode,
|
|
int stream_id, int stream_type);
|
|
void q6routing_stream_close(int fedai_id, int stream_type);
|
|
|
|
#endif /*_Q6_PCM_ROUTING_H */
|