diff options
| author | Yuval Adam <_@yuv.al> | 2021-04-17 11:39:57 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-04-17 11:39:57 +0300 |
| commit | 4314ac519efce972760ecf302e290d0c38f31b65 (patch) | |
| tree | 4fac5f56ea52fc1e90e1393e4f2462963c7bc836 /src/tuners/fc0013.rs | |
| parent | 6199b1482e21f578cd64e5977a7a83a61d542cb5 (diff) | |
Fix tuner probing logic
Diffstat (limited to 'src/tuners/fc0013.rs')
| -rw-r--r-- | src/tuners/fc0013.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tuners/fc0013.rs b/src/tuners/fc0013.rs index 9eb03f4..9534b7d 100644 --- a/src/tuners/fc0013.rs +++ b/src/tuners/fc0013.rs @@ -53,4 +53,8 @@ impl<'a> Tuner for FC0013<'a> { fn set_gain_mode(&self, _mode: bool) { unimplemented!() } + + fn display(&self) -> &str { + self.device.name + } } |
