Lines Matching refs:ac97_frame
46 void bf5xx_pcm_to_ac97(struct ac97_frame *dst, const __u16 *src, in bf5xx_pcm_to_ac97()
83 void bf5xx_ac97_to_pcm(const struct ac97_frame *src, __u16 *dst, in bf5xx_ac97_to_pcm()
105 struct ac97_frame *nextwrite; in enqueue_cmd()
109 nextwrite = (struct ac97_frame *)(sport->tx_buf + in enqueue_cmd()
125 struct ac97_frame out_frame[2], in_frame[2]; in bf5xx_ac97_read()
136 memset(&out_frame, 0, 2 * sizeof(struct ac97_frame)); in bf5xx_ac97_read()
137 memset(&in_frame, 0, 2 * sizeof(struct ac97_frame)); in bf5xx_ac97_read()
142 2 * sizeof(struct ac97_frame)); in bf5xx_ac97_read()
157 struct ac97_frame frame; in bf5xx_ac97_write()
158 memset(&frame, 0, sizeof(struct ac97_frame)); in bf5xx_ac97_write()
163 NULL, sizeof(struct ac97_frame)); in bf5xx_ac97_write()
306 sport_handle = sport_init(pdev, 2, sizeof(struct ac97_frame), in asoc_bfin_ac97_probe()