alsa: improve documentation

This commit is contained in:
Trek H 2020-08-13 16:23:19 +09:30
parent 456b711b28
commit abbe35d7a8
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ func (d *ALSA) Name() string {
}
// Setup will take a Config struct, check the validity of the relevant fields
// and then performs any configuration necessary. If fields are not valid,
// and then perform any configuration necessary. If fields are not valid,
// an error is added to the multiError and a default value is used.
// It then initialises the ALSA device which can then be started, read from, and stopped.
func (d *ALSA) Setup(c config.Config) error {