Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268333
b: refs/heads/master
c: 54082f1
h: refs/heads/master
i:
  268331: 74e8275
v: v3
  • Loading branch information
Leonid V. Fedorenchik authored and Greg Kroah-Hartman committed Sep 12, 2011
1 parent b8a6988 commit 30e1213
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 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: 1531e889ab5eaaa87f1a5440c7cbf4af3c1a9bb9
refs/heads/master: 54082f1db22589481dd3dae7e66a16d07dbd8c10
10 changes: 3 additions & 7 deletions trunk/drivers/staging/cx25821/cx25821-audio-upstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,13 +538,9 @@ int cx25821_audio_upstream_irq(struct cx25821_dev *dev, int chan_num,
AUDIO_RISC_DMA_BUF_SIZE;

rp = cx25821_risc_field_upstream_audio(dev,
dev->
_risc_virt_start_addr
+ 1,
dev->
_audiodata_buf_phys_addr,
AUDIO_LINE_SIZE,
FIFO_DISABLE);
dev->_risc_virt_start_addr + 1,
dev->_audiodata_buf_phys_addr,
AUDIO_LINE_SIZE, FIFO_DISABLE);

if (USE_RISC_NOOP_AUDIO) {
for (i = 0; i < NUM_NO_OPS; i++) {
Expand Down

0 comments on commit 30e1213

Please sign in to comment.