[SOUND]: sparc/cs4231: Fix some typos which wrecked the build.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c7006638a5
commit
4f3f2f6f3e
@ -69,13 +69,14 @@ struct sbus_dma_info {
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
struct snd_cs4231;
|
||||||
struct cs4231_dma_control {
|
struct cs4231_dma_control {
|
||||||
void (*prepare)(struct cs4231_dma_control *dma_cont, int dir);
|
void (*prepare)(struct cs4231_dma_control *dma_cont, int dir);
|
||||||
void (*enable)(struct cs4231_dma_control *dma_cont, int on);
|
void (*enable)(struct cs4231_dma_control *dma_cont, int on);
|
||||||
int (*request)(struct cs4231_dma_control *dma_cont, dma_addr_t bus_addr, size_t len);
|
int (*request)(struct cs4231_dma_control *dma_cont, dma_addr_t bus_addr, size_t len);
|
||||||
unsigned int (*address)(struct cs4231_dma_control *dma_cont);
|
unsigned int (*address)(struct cs4231_dma_control *dma_cont);
|
||||||
void (*reset)(struct snd_cs4231 *chip);
|
void (*reset)(struct snd_cs4231 *chip);
|
||||||
void (*preallocate)(struct snd_cs4231 *chip, struct snd_snd_pcm *pcm);
|
void (*preallocate)(struct snd_cs4231 *chip, struct snd_pcm *pcm);
|
||||||
#ifdef EBUS_SUPPORT
|
#ifdef EBUS_SUPPORT
|
||||||
struct ebus_dma_info ebus_info;
|
struct ebus_dma_info ebus_info;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user