Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: media/device_monitors/device_monitor_udev.cc

Issue 2326623003: Make SystemMonitor report all audio device changes instead of just audio capture. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/device_monitors/device_monitor_mac.mm ('k') | media/device_monitors/system_message_window_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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},
};
« no previous file with comments | « media/device_monitors/device_monitor_mac.mm ('k') | media/device_monitors/system_message_window_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698