diff mbox

Analog input for Hauppauge express-card HVR-1400

Message ID 212680.72169.qm@web29506.mail.ird.yahoo.com (mailing list archive)
State Rejected
Headers show

Commit Message

Emil Meier March 29, 2011, 1:34 p.m. UTC
None
diff mbox

Patch

*** linux-2.6.35.11/drivers/media/video/cx25840/cx25840-core.c	2011-02-06 20:04:07.000000000 +0100
--- /usr/src/linux-2.6.35.11/drivers/media/video/cx25840/cx25840-core.c	2011-03-29 14:50:01.000000000 +0200
***************
*** 282,288 ****
  	 * '887: 25.000000 MHz
  	 * '888: 50.000000 MHz
  	 */
! 	cx25840_write(client, 0x2, 0x76);
  
  	/* Power up all the PLL's and DLL */
  	cx25840_write(client, 0x1, 0x40);
--- 282,290 ----
  	 * '887: 25.000000 MHz
  	 * '888: 50.000000 MHz
  	 */
! 	/* This changes for the cx23888 products */
! 	// not for hvr1400 em 090818
! 	//cx25840_write(client, 0x2, 0x76);
  
  	/* Power up all the PLL's and DLL */
  	cx25840_write(client, 0x1, 0x40);