Skip to content

Commit

Permalink
[media] tm6000: remove tm6010 sif audio start and stop
Browse files Browse the repository at this point in the history
remove tm6010 sif audio start and stop

Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Stefan Ringel authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent aeeebe9 commit d9c417b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 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 d9c417b

Please sign in to comment.