Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148321
b: refs/heads/master
c: 80d5bd9
h: refs/heads/master
i:
  148319: fc7dfc9
v: v3
  • Loading branch information
Cliff Cai authored and Mark Brown committed Jun 3, 2009
1 parent 42a52fc commit bcd744e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2552a710f4b991136c650bf2a6d1b81f27f6273e
refs/heads/master: 80d5bd93143439aff77fd246f5d06570b7a4641e
4 changes: 2 additions & 2 deletions trunk/sound/soc/blackfin/bf5xx-sport.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static inline int sport_hook_rx_dummy(struct sport_device *sport)
desc = get_dma_next_desc_ptr(sport->dma_rx_chan);
/* Copy the descriptor which will be damaged to backup */
temp_desc = *desc;
desc->x_count = 0xa;
desc->x_count = sport->dummy_count / 2;
desc->y_count = 0;
desc->next_desc_addr = sport->dummy_rx_desc;
local_irq_restore(flags);
Expand Down Expand Up @@ -309,7 +309,7 @@ static inline int sport_hook_tx_dummy(struct sport_device *sport)
desc = get_dma_next_desc_ptr(sport->dma_tx_chan);
/* Store the descriptor which will be damaged */
temp_desc = *desc;
desc->x_count = 0xa;
desc->x_count = sport->dummy_count / 2;
desc->y_count = 0;
desc->next_desc_addr = sport->dummy_tx_desc;
local_irq_restore(flags);
Expand Down

0 comments on commit bcd744e

Please sign in to comment.