Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/sound/soc/qcom/qdsp6/q6routing.h
26444 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _Q6_PCM_ROUTING_H
3
#define _Q6_PCM_ROUTING_H
4
5
int q6routing_stream_open(int fedai_id, int perf_mode,
6
int stream_id, int stream_type);
7
void q6routing_stream_close(int fedai_id, int stream_type);
8
9
#endif /*_Q6_PCM_ROUTING_H */
10
11