q6routing.h 277 B

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