Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18744
b: refs/heads/master
c: 4f3f2f6
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jan 17, 2006
1 parent 6d92fc7 commit 6d945e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c7006638a50cbf16bb420fa91e5af2dd22d28621
refs/heads/master: 4f3f2f6f3e7ce68c533e7786114f05181772ff6f
3 changes: 2 additions & 1 deletion trunk/sound/sparc/cs4231.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,14 @@ struct sbus_dma_info {
};
#endif

struct snd_cs4231;
struct cs4231_dma_control {
void (*prepare)(struct cs4231_dma_control *dma_cont, int dir);
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);
unsigned int (*address)(struct cs4231_dma_control *dma_cont);
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
struct ebus_dma_info ebus_info;
#endif
Expand Down

0 comments on commit 6d945e1

Please sign in to comment.