Searched refs:audio_client (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6asm.h | 93 struct audio_client; 94 struct audio_client *q6asm_audio_client_alloc(struct device *dev, 97 void q6asm_audio_client_free(struct audio_client *ac); 98 int q6asm_write_async(struct audio_client *ac, uint32_t stream_id, uint32_t len, 100 int q6asm_open_write(struct audio_client *ac, uint32_t stream_id, 104 int q6asm_open_read(struct audio_client *ac, uint32_t stream_id, 106 int q6asm_enc_cfg_blk_pcm_format_support(struct audio_client *ac, 111 int q6asm_read(struct audio_client *ac, uint32_t stream_id); 113 int q6asm_media_format_block_multi_ch_pcm(struct audio_client *ac, 118 int q6asm_stream_media_format_block_flac(struct audio_client *a [all...] |
| H A D | q6asm.c | 261 struct audio_client *session[MAX_SESSIONS + 1]; 264 struct audio_client { struct 282 static inline void q6asm_add_hdr(struct audio_client *ac, struct apr_hdr *hdr, in q6asm_add_hdr() argument 294 static int q6asm_apr_send_session_pkt(struct q6asm *a, struct audio_client *ac, in q6asm_apr_send_session_pkt() 331 static int __q6asm_memory_unmap(struct audio_client *ac, in __q6asm_memory_unmap() 372 static void q6asm_audio_client_free_buf(struct audio_client *ac, in q6asm_audio_client_free_buf() 392 int q6asm_unmap_memory_regions(unsigned int dir, struct audio_client *ac) in q6asm_unmap_memory_regions() 421 static int __q6asm_memory_map_regions(struct audio_client *ac, int dir, in __q6asm_memory_map_regions() 495 int q6asm_map_memory_regions(unsigned int dir, struct audio_client *ac, in q6asm_map_memory_regions() 545 struct audio_client *ac; in q6asm_audio_client_release() [all …]
|