diff --git a/htdocs/index.html b/htdocs/index.html
index 0fa04c4..4a24382 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -91,16 +91,16 @@
CW
DMR
DStar
NXDN
YSF
diff --git a/owrx/feature.py b/owrx/feature.py
index 74b5970..dfc7901 100644
--- a/owrx/feature.py
+++ b/owrx/feature.py
@@ -16,7 +16,8 @@ class FeatureDetector(object):
"rtl_sdr": [ "rtl_sdr" ],
"sdrplay": [ "rx_tools" ],
"hackrf": [ "hackrf_transfer" ],
- "digital_voice": [ "digiham", "sox" ]
+ "digital_voice_digiham": [ "digiham", "sox" ],
+ "digital_voice_dsd": [ "dsd", "sox" ]
}
def feature_availability(self):