1
0
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:
Luigi Rizzo 1998-11-14 13:07:59 +00:00
parent ffbc42db2c
commit a6a30776d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41149
3 changed files with 3 additions and 3 deletions

View File

@ -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) ;

View File

@ -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) ;

View File

@ -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) ;