Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29859
b: refs/heads/master
c: 7a3165a
h: refs/heads/master
i:
  29857: f79a61a
  29855: 824d79d
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 29f5904 commit f2e2f82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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: b3038304c91aa710fe651c7f42568e252fc54908
refs/heads/master: 7a3165a1520c608f10a66588ab48275e1ce253f5
9 changes: 6 additions & 3 deletions trunk/drivers/media/video/cx88/cx88-tvaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,14 @@ static void set_audio_finish(struct cx88_core *core, u32 ctl)

if (cx88_boards[core->board].blackbird) {
/* sets sound input from external adc */
if ((core->board == CX88_BOARD_HAUPPAUGE_ROSLYN)||
(core->board == CX88_BOARD_KWORLD_MCE200_DELUXE))
switch (core->board) {
case CX88_BOARD_HAUPPAUGE_ROSLYN:
case CX88_BOARD_KWORLD_MCE200_DELUXE:
cx_clear(AUD_CTL, EN_I2SIN_ENABLE);
else
break;
default:
cx_set(AUD_CTL, EN_I2SIN_ENABLE);
}

cx_write(AUD_I2SINPUTCNTL, 4);
cx_write(AUD_BAUDRATE, 1);
Expand Down

0 comments on commit f2e2f82

Please sign in to comment.