mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
hw/audio/fmopl: Fix a typo twice
Reviewed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Message-Id: <20200305124525.14555-2-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
1a28f878b5
commit
02f7a1644d
1 changed files with 2 additions and 2 deletions
|
@ -1066,7 +1066,7 @@ static void OPLResetChip(FM_OPL *OPL)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------- Create one of vietual YM3812 ---------- */
|
/* ---------- Create one of virtual YM3812 ---------- */
|
||||||
/* 'rate' is sampling rate and 'bufsiz' is the size of the */
|
/* 'rate' is sampling rate and 'bufsiz' is the size of the */
|
||||||
FM_OPL *OPLCreate(int clock, int rate)
|
FM_OPL *OPLCreate(int clock, int rate)
|
||||||
{
|
{
|
||||||
|
@ -1115,7 +1115,7 @@ FM_OPL *OPLCreate(int clock, int rate)
|
||||||
return OPL;
|
return OPL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------- Destroy one of vietual YM3812 ---------- */
|
/* ---------- Destroy one of virtual YM3812 ---------- */
|
||||||
void OPLDestroy(FM_OPL *OPL)
|
void OPLDestroy(FM_OPL *OPL)
|
||||||
{
|
{
|
||||||
#ifdef OPL_OUTPUT_LOG
|
#ifdef OPL_OUTPUT_LOG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue