Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250342
b: refs/heads/master
c: d9c417b
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Ringel authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent e345830 commit d8d4cba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: aeeebe9b67a63edd7bca36a0b7cb0d14215839f5
refs/heads/master: d9c417b5a462d9d0392d91bb73d9a1a16bb2959a
3 changes: 0 additions & 3 deletions trunk/drivers/staging/tm6000/tm6000-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ static int _tm6000_start_audio_dma(struct snd_tm6000_card *chip)

tm6000_set_audio_bitrate(core, 48000);

tm6000_set_reg(core, TM6010_REQ08_R01_A_INIT, 0x80);

return 0;
}
Expand All @@ -101,8 +100,6 @@ static int _tm6000_stop_audio_dma(struct snd_tm6000_card *chip)
/* Disables audio */
tm6000_set_reg_mask(core, TM6010_REQ07_RCC_ACTIVE_VIDEO_IF, 0x00, 0x40);

tm6000_set_reg(core, TM6010_REQ08_R01_A_INIT, 0);

return 0;
}

Expand Down

0 comments on commit d8d4cba

Please sign in to comment.