Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273729
b: refs/heads/master
c: 8c4343e
h: refs/heads/master
i:
  273727: e0e1423
v: v3
  • Loading branch information
Paul Bolle authored and Mauro Carvalho Chehab committed Nov 3, 2011
1 parent 3dc77cd commit 3d93551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94f3f48f90f77e3bfcafce9b259086cfebcd166d
refs/heads/master: 8c4343e5909f956140229b0d960dc7a9c4fd4bdd
4 changes: 3 additions & 1 deletion trunk/drivers/media/radio/radio-tea5764.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,10 @@ struct tea5764_write_regs {
u16 rdsbbl; /* PAUSEDET & RDSBBL */
} __attribute__ ((packed));

#ifndef RADIO_TEA5764_XTAL
#ifdef CONFIG_RADIO_TEA5764_XTAL
#define RADIO_TEA5764_XTAL 1
#else
#define RADIO_TEA5764_XTAL 0
#endif

static int radio_nr = -1;
Expand Down

0 comments on commit 3d93551

Please sign in to comment.