diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88-video.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c index d08c11eb8a75..f8cc55db9f42 100644 --- a/drivers/media/video/cx88/cx88-video.c +++ b/drivers/media/video/cx88/cx88-video.c | |||
@@ -448,7 +448,7 @@ int cx88_video_mux(struct cx88_core *core, unsigned int input) | |||
448 | the initialization. Some boards may use different | 448 | the initialization. Some boards may use different |
449 | routes for different inputs. HVR-1300 surely does */ | 449 | routes for different inputs. HVR-1300 surely does */ |
450 | if (core->board.audio_chip && | 450 | if (core->board.audio_chip && |
451 | core->board.audio_chip == AUDIO_CHIP_WM8775) { | 451 | core->board.audio_chip == V4L2_IDENT_WM8775) { |
452 | struct v4l2_routing route; | 452 | struct v4l2_routing route; |
453 | 453 | ||
454 | route.input = INPUT(input).audioroute; | 454 | route.input = INPUT(input).audioroute; |
@@ -1867,7 +1867,7 @@ static int __devinit cx8800_initdev(struct pci_dev *pci_dev, | |||
1867 | 1867 | ||
1868 | /* load and configure helper modules */ | 1868 | /* load and configure helper modules */ |
1869 | 1869 | ||
1870 | if (core->board.audio_chip == AUDIO_CHIP_WM8775) | 1870 | if (core->board.audio_chip == V4L2_IDENT_WM8775) |
1871 | request_module("wm8775"); | 1871 | request_module("wm8775"); |
1872 | 1872 | ||
1873 | switch (core->boardnr) { | 1873 | switch (core->boardnr) { |