Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] tm6000: remove tm6010 sif audio start and stop

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>

authored by

Stefan Ringel and committed by
Mauro Carvalho Chehab
d9c417b5 aeeebe9b

-3
-3
drivers/staging/tm6000/tm6000-alsa.c
··· 84 84 85 85 tm6000_set_audio_bitrate(core, 48000); 86 86 87 - tm6000_set_reg(core, TM6010_REQ08_R01_A_INIT, 0x80); 88 87 89 88 return 0; 90 89 } ··· 99 100 100 101 /* Disables audio */ 101 102 tm6000_set_reg_mask(core, TM6010_REQ07_RCC_ACTIVE_VIDEO_IF, 0x00, 0x40); 102 - 103 - tm6000_set_reg(core, TM6010_REQ08_R01_A_INIT, 0); 104 103 105 104 return 0; 106 105 }