Lines Matching refs:hal2_codec
68 struct hal2_codec { struct
96 struct hal2_codec dac; argument
97 struct hal2_codec adc;
323 static int hal2_compute_rate(struct hal2_codec *codec, unsigned int rate) in hal2_compute_rate()
453 static int hal2_alloc_dmabuf(struct hal2_codec *codec) in hal2_alloc_dmabuf()
487 static void hal2_free_dmabuf(struct hal2_codec *codec) in hal2_free_dmabuf()
556 struct hal2_codec *dac = &hal2->dac; in hal2_playback_prepare()
592 struct hal2_codec *dac = &hal2->dac; in hal2_playback_pointer()
612 struct hal2_codec *dac = &hal2->dac; in hal2_playback_ack()
625 struct hal2_codec *adc = &hal2->adc; in hal2_capture_open()
648 struct hal2_codec *adc = &hal2->adc; in hal2_capture_prepare()
685 struct hal2_codec *adc = &hal2->adc; in hal2_capture_pointer()
704 struct hal2_codec *adc = &hal2->adc; in hal2_capture_ack()
774 static void hal2_init_codec(struct hal2_codec *codec, struct hpc3_regs *hpc3, in hal2_init_codec()