Build with latest libs
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user