diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2017-12-27 03:23:21 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2017-12-27 03:23:21 +0000 |
| commit | caa7e52f3f525b75d87fca7e612933377699fd59 (patch) | |
| tree | 1d42947b9cc1a6c4a630c506774eeb2745899745 /sys/dev/sound/isa | |
| parent | dae3a64fb967bbff627efc2e8cdd127c6b93d902 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound/isa')
| -rw-r--r-- | sys/dev/sound/isa/mss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/mss.h b/sys/dev/sound/isa/mss.h index 5d7d6e02bd339..8917214ccbff2 100644 --- a/sys/dev/sound/isa/mss.h +++ b/sys/dev/sound/isa/mss.h @@ -183,7 +183,7 @@ typedef struct mixer_def mixer_tab[32][2]; * The AD1848 codec has generic input lines called Line, Aux1 and Aux2. * Soundcard manufacturers have connected actual inputs (CD, synth, line, * etc) to these inputs in different order. Therefore it's difficult - * to assign mixer channels to to these inputs correctly. The following + * to assign mixer channels to these inputs correctly. The following * contains two alternative mappings. The first one is for GUS MAX and * the second is just a generic one (line1, line2 and line3). * (Actually this is not a mapping but rather some kind of interleaving |
