Searched refs:ac97_frame (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-ac97.h15 struct ac97_frame { struct
55 void bf5xx_pcm_to_ac97(struct ac97_frame *dst, const __u16 *src, \
58 void bf5xx_ac97_to_pcm(const struct ac97_frame *src, __u16 *dst, \
H A Dbf5xx-ac97.c87 void bf5xx_pcm_to_ac97(struct ac97_frame *dst, const __u16 *src,
124 void bf5xx_ac97_to_pcm(const struct ac97_frame *src, __u16 *dst,
145 struct ac97_frame *nextwrite;
149 nextwrite = (struct ac97_frame *)(sport->tx_buf +
164 struct ac97_frame out_frame[2], in_frame[2];
175 memset(&out_frame, 0, 2 * sizeof(struct ac97_frame));
176 memset(&in_frame, 0, 2 * sizeof(struct ac97_frame));
181 2 * sizeof(struct ac97_frame));
194 struct ac97_frame frame;
195 memset(&frame, 0, sizeof(struct ac97_frame));
[all...]
H A Dbf5xx-ac97-pcm.c63 bf5xx_pcm_to_ac97((struct ac97_frame *)sport->tx_dma_buf +
71 bf5xx_ac97_to_pcm((struct ac97_frame *)sport->rx_dma_buf +
101 * is 0x20000 * sizeof(struct ac97_frame) / 4.
124 * sizeof(struct ac97_frame) / 4;
142 sizeof(struct ac97_frame));
145 sizeof(struct ac97_frame));
163 runtime->period_size * sizeof(struct ac97_frame));
167 runtime->period_size * sizeof(struct ac97_frame));
173 runtime->period_size * sizeof(struct ac97_frame));
177 runtime->period_size * sizeof(struct ac97_frame));
[all...]

Completed in 103 milliseconds