Home
last modified time | relevance | path

Searched refs:q6apm_graph (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6apm.h96 struct q6apm_graph { struct
115 int q6apm_graph_close(struct q6apm_graph *graph);
116 int q6apm_graph_prepare(struct q6apm_graph *graph);
117 int q6apm_graph_start(struct q6apm_graph *graph);
118 int q6apm_graph_stop(struct q6apm_graph *graph);
119 int q6apm_graph_flush(struct q6apm_graph *graph);
122 int q6apm_graph_media_format_pcm(struct q6apm_graph *graph,
125 int q6apm_graph_media_format_shmem(struct q6apm_graph *graph,
129 int q6apm_read(struct q6apm_graph *graph);
134 int q6apm_map_memory_regions(struct q6apm_graph *graph,
[all …]
H A Dq6apm.c193 int q6apm_graph_media_format_shmem(struct q6apm_graph *graph, in q6apm_graph_media_format_shmem()
402 int q6apm_graph_get_rx_shmem_module_iid(struct q6apm_graph *graph) in q6apm_graph_get_rx_shmem_module_iid()
458 int q6apm_read(struct q6apm_graph *graph) in q6apm_read()
503 struct q6apm_graph *graph = priv; in graph_callback()
605 struct q6apm_graph *q6apm_graph_open(struct device *dev, q6apm_cb cb, in q6apm_graph_open()
610 struct q6apm_graph *graph; in q6apm_graph_open()
652 int q6apm_graph_close(struct q6apm_graph *graph) in q6apm_graph_close()
665 int q6apm_graph_prepare(struct q6apm_graph *graph) in q6apm_graph_prepare()
671 int q6apm_graph_start(struct q6apm_graph *graph) in q6apm_graph_start()
685 int q6apm_graph_stop(struct q6apm_graph *graph) in q6apm_graph_stop()
[all …]
H A Daudioreach.h9 struct q6apm_graph;
786 void audioreach_graph_free_buf(struct q6apm_graph *graph);
787 int audioreach_map_memory_regions(struct q6apm_graph *graph,
794 int audioreach_graph_send_cmd_sync(struct q6apm_graph *graph, struct gpr_pkt *pkt,
796 int audioreach_set_media_format(struct q6apm_graph *graph,
799 int audioreach_shared_memory_send_eos(struct q6apm_graph *graph);
802 int audioreach_send_u32_param(struct q6apm_graph *graph, struct audioreach_module *module,
804 int audioreach_compr_set_param(struct q6apm_graph *graph, struct audioreach_module_config *mcfg);
H A Daudioreach.c770 static int audioreach_sal_limiter_enable(struct q6apm_graph *graph, in audioreach_sal_limiter_enable()
776 static int audioreach_sal_set_media_format(struct q6apm_graph *graph, in audioreach_sal_set_media_format()
783 static int audioreach_module_enable(struct q6apm_graph *graph, in audioreach_module_enable()
790 static int audioreach_gapless_set_media_format(struct q6apm_graph *graph, in audioreach_gapless_set_media_format()
798 static int audioreach_mfc_set_media_format(struct q6apm_graph *graph, in audioreach_mfc_set_media_format()
938 static int audioreach_i2s_set_media_format(struct q6apm_graph *graph, in audioreach_i2s_set_media_format()
1014 static int audioreach_logging_set_media_format(struct q6apm_graph *graph, in audioreach_logging_set_media_format()
1049 static int audioreach_pcm_set_media_format(struct q6apm_graph *graph, in audioreach_pcm_set_media_format()
1107 static int audioreach_shmem_set_media_format(struct q6apm_graph *graph, in audioreach_shmem_set_media_format()
1292 void audioreach_graph_free_buf(struct q6apm_graph *graph) in audioreach_graph_free_buf()
[all …]
H A Dq6apm-lpass-dais.c21 struct q6apm_graph *graph[APM_PORT_MAX];
160 struct q6apm_graph *graph; in q6apm_lpass_dai_prepare()
218 struct q6apm_graph *graph; in q6apm_lpass_dai_startup()
H A Dq6apm-dai.c77 struct q6apm_graph *graph;