diff mbox

Analog input for Hauppauge express-card HVR-1400

Message ID 601699.85761.qm@web29505.mail.ird.yahoo.com (mailing list archive)
State RFC
Headers show

Commit Message

Emil Meier March 22, 2011, 7:57 p.m. UTC
None
diff mbox

Patch

*** ./drivers/media/video/cx25840/cx25840-core.c~	2011-02-18 00:14:38.000000000 +0100
--- ./drivers/media/video/cx25840/cx25840-core.c	2011-03-09 11:54:24.000000000 +0100
***************
*** 654,660 ****
  
  	/* Trust the default xtal, no division */
  	/* This changes for the cx23888 products */
! 	cx25840_write(client, 0x2, 0x76);
  
  	/* Bring down the regulator for AUX clk */
  	cx25840_write(client, 0x1, 0x40);
--- 654,661 ----
  
  	/* Trust the default xtal, no division */
  	/* This changes for the cx23888 products */
! 	// not for hvr1400 em 090818
! 	//cx25840_write(client, 0x2, 0x76);
  
  	/* Bring down the regulator for AUX clk */
  	cx25840_write(client, 0x1, 0x40);