mirror of https://bitbucket.org/ausocean/av.git
alsa: improve documentation
This commit is contained in:
parent
456b711b28
commit
abbe35d7a8
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue