Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _Q6_PCM_ROUTING_H
0003 #define _Q6_PCM_ROUTING_H
0004 
0005 int q6routing_stream_open(int fedai_id, int perf_mode,
0006                int stream_id, int stream_type);
0007 void q6routing_stream_close(int fedai_id, int stream_type);
0008 
0009 #endif /*_Q6_PCM_ROUTING_H */