mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
fix a debugging leftover (min speed=48khz)
This commit is contained in:
parent
7509f91aba
commit
688ca063da
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ static u_int32_t emu_pfmt[] = {
|
|||
0
|
||||
};
|
||||
|
||||
static pcmchan_caps emu_playcaps = {48000, 48000, emu_pfmt, 0};
|
||||
static pcmchan_caps emu_playcaps = {4000, 48000, emu_pfmt, 0};
|
||||
|
||||
static int adcspeed[8] = {48000, 44100, 32000, 24000, 22050, 16000, 11025, 8000};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue