From 300662c37a72f9e0bff67d515e33c21dbcf6efa1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 26 Oct 2013 23:26:54 +0100 Subject: [PATCH] Reflect the fact that the Dolby CP650 volume control apparently works the same as the 750. --- doc/manual/dcpomatic.xml | 6 +++--- src/lib/dolby_cp750.cc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 1947b1581..29c69b443 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -780,9 +780,9 @@ your sound-rack fader. -Current versions of DCP-o-matic only know about the Dolby CP750. If -you use a different sound processor, and know the gain curve of its -volume control, get in +Current versions of DCP-o-matic only know about the Dolby CP650 and +CP750. If you use a different sound processor, and know the gain +curve of its volume control, get in touch. diff --git a/src/lib/dolby_cp750.cc b/src/lib/dolby_cp750.cc index 162626ff0..aeb469d29 100644 --- a/src/lib/dolby_cp750.cc +++ b/src/lib/dolby_cp750.cc @@ -24,7 +24,7 @@ using namespace std; DolbyCP750::DolbyCP750 () - : SoundProcessor ("dolby_cp750", _("Dolby CP750")) + : SoundProcessor ("dolby_cp750", _("Dolby CP650 and CP750")) { } -- 2.30.2