Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192661
b: refs/heads/master
c: 106bdbe
h: refs/heads/master
i:
  192659: 4894aa3
v: v3
  • Loading branch information
Mauro Carvalho Chehab authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent 7548964 commit 1a634d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4386136d29327a6645f7dba963d609d2452db843
refs/heads/master: 106bdbe24ea9038cecc01c168324af59343092ee
6 changes: 6 additions & 0 deletions trunk/drivers/staging/tm6000/tm6000-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,12 @@ printk("calling PAL/M hack\n");
tm6000_set_reg (dev, REQ_07_SET_GET_AVREG, 0x04, 0xdc);
tm6000_set_reg (dev, REQ_07_SET_GET_AVREG, 0x0d, 0x07);
tm6000_set_reg (dev, REQ_07_SET_GET_AVREG, 0x3f, 0x00);

/* Enables audio and AV */
/* maybe it should be, instead, 0x20 */
tm6000_set_reg (dev, REQ_07_SET_GET_AVREG, 0xcc, 0x60);
tm6000_set_reg (dev, REQ_08_SET_GET_AVREG_BIT, 0x01, 0x80);

return 0;
}

Expand Down

0 comments on commit 1a634d4

Please sign in to comment.