mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Add a missing newline
Submitted by: Roger Hardiman
This commit is contained in:
parent
ffbc42db2c
commit
a6a30776d3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41149
@ -954,7 +954,7 @@ ad1848_mixer_reset(snddev_info *d)
|
||||
|
||||
case MD_YM0020:
|
||||
/* set master volume to max */
|
||||
DDB(printf("set yamaha master volume to max"); )
|
||||
DDB(printf("set yamaha master volume to max\n"); )
|
||||
outb(0x370, 7) ;
|
||||
outb(0x371, 0) ;
|
||||
outb(0x370, 8) ;
|
||||
|
@ -954,7 +954,7 @@ ad1848_mixer_reset(snddev_info *d)
|
||||
|
||||
case MD_YM0020:
|
||||
/* set master volume to max */
|
||||
DDB(printf("set yamaha master volume to max"); )
|
||||
DDB(printf("set yamaha master volume to max\n"); )
|
||||
outb(0x370, 7) ;
|
||||
outb(0x371, 0) ;
|
||||
outb(0x370, 8) ;
|
||||
|
@ -954,7 +954,7 @@ ad1848_mixer_reset(snddev_info *d)
|
||||
|
||||
case MD_YM0020:
|
||||
/* set master volume to max */
|
||||
DDB(printf("set yamaha master volume to max"); )
|
||||
DDB(printf("set yamaha master volume to max\n"); )
|
||||
outb(0x370, 7) ;
|
||||
outb(0x371, 0) ;
|
||||
outb(0x370, 8) ;
|
||||
|
Loading…
Reference in New Issue
Block a user