Fix obvious capabilities (rate) violation. Should be 5500, not 4000.

MFC after:	1 day
This commit is contained in:
Ariff Abdullah 2006-01-09 06:05:25 +00:00
parent 4160cda0dc
commit 7659fda352

View File

@ -114,7 +114,7 @@ static u_int32_t fmts[] = {
};
static struct pcmchan_caps fm801ch_caps = {
4000, 48000,
5500, 48000,
fmts, 0
};