1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */ 2*4882a593Smuzhiyun #ifndef _Q6_PCM_ROUTING_H 3*4882a593Smuzhiyun #define _Q6_PCM_ROUTING_H 4*4882a593Smuzhiyun 5*4882a593Smuzhiyun int q6routing_stream_open(int fedai_id, int perf_mode, 6*4882a593Smuzhiyun int stream_id, int stream_type); 7*4882a593Smuzhiyun void q6routing_stream_close(int fedai_id, int stream_type); 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun #endif /*_Q6_PCM_ROUTING_H */ 10