| Index: media/device_monitors/device_monitor_udev.cc
|
| diff --git a/media/device_monitors/device_monitor_udev.cc b/media/device_monitors/device_monitor_udev.cc
|
| index b1594958b2914441893309ee4eea0e88cd94a9e6..1c2cea721f5e8f5ac10b3fb6a84c51c1334b4a9e 100644
|
| --- a/media/device_monitors/device_monitor_udev.cc
|
| +++ b/media/device_monitors/device_monitor_udev.cc
|
| @@ -28,7 +28,7 @@ const char kVideoSubsystem[] = "video4linux";
|
|
|
| // Add more subsystems here for monitoring.
|
| const SubsystemMap kSubsystemMap[] = {
|
| - {base::SystemMonitor::DEVTYPE_AUDIO_CAPTURE, kAudioSubsystem, NULL},
|
| + {base::SystemMonitor::DEVTYPE_AUDIO, kAudioSubsystem, NULL},
|
| {base::SystemMonitor::DEVTYPE_VIDEO_CAPTURE, kVideoSubsystem, NULL},
|
| };
|
|
|
|
|