Build with latest libs

This commit is contained in:
2017-09-02 00:54:32 +02:00
parent ef2eb24328
commit 6639d4a577
4 changed files with 58 additions and 53 deletions

View File

@@ -126,7 +126,7 @@ impl AudioFrontend for AlsaBackend {
}
fn card_name(&self) -> Result<String> {
return self.acard.borrow().card.get_name().from_err();
return Ok(self.acard.borrow().card.get_name()?);
}
fn chan_name(&self) -> Result<String> {