V4L/DVB (4150): Cx88: clear EN_I2SIN_ENABLE bit for ASUS PVR-416 to enable audio
clear EN_I2SIN_ENABLE bit for ASUS PVR-416 to enable audio streaming in both raw video and blackbird mpeg encoder modes. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
ec675bce40
commit
7597e8e71f
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ static void set_audio_finish(struct cx88_core *core, u32 ctl)
|
|||
case CX88_BOARD_KWORLD_MCE200_DELUXE:
|
||||
case CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT:
|
||||
case CX88_BOARD_PIXELVIEW_PLAYTV_P7000:
|
||||
case CX88_BOARD_ASUS_PVR_416:
|
||||
cx_clear(AUD_CTL, EN_I2SIN_ENABLE);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue