Fix obvious capabilities (rate) violation. Should be 5500, not 4000.
MFC after: 1 day
This commit is contained in:
parent
4160cda0dc
commit
7659fda352
@ -114,7 +114,7 @@ static u_int32_t fmts[] = {
|
||||
};
|
||||
|
||||
static struct pcmchan_caps fm801ch_caps = {
|
||||
4000, 48000,
|
||||
5500, 48000,
|
||||
fmts, 0
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user