diff options
| author | Ariff Abdullah <ariff@FreeBSD.org> | 2006-01-16 20:01:33 +0000 |
|---|---|---|
| committer | Ariff Abdullah <ariff@FreeBSD.org> | 2006-01-16 20:01:33 +0000 |
| commit | d8f1a170d9f6a53cf5126baf9ec301c4e81d4f8a (patch) | |
| tree | 2d0537c61126d8864af86b3c4397524092c83855 /sys/dev/sound/isa | |
| parent | ed3b31fc67770406d9a76f80c2c4dcd161df9c4f (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound/isa')
| -rw-r--r-- | sys/dev/sound/isa/ess.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/isa/ess.c b/sys/dev/sound/isa/ess.c index 64d617cbd49a8..d83f699c076eb 100644 --- a/sys/dev/sound/isa/ess.c +++ b/sys/dev/sound/isa/ess.c @@ -61,7 +61,7 @@ static u_int32_t ess_pfmt[] = { 0 }; -static struct pcmchan_caps ess_playcaps = {5000, 49000, ess_pfmt, 0}; +static struct pcmchan_caps ess_playcaps = {6000, 48000, ess_pfmt, 0}; static u_int32_t ess_rfmt[] = { AFMT_U8, @@ -75,7 +75,7 @@ static u_int32_t ess_rfmt[] = { 0 }; -static struct pcmchan_caps ess_reccaps = {5000, 49000, ess_rfmt, 0}; +static struct pcmchan_caps ess_reccaps = {6000, 48000, ess_rfmt, 0}; struct ess_info; |
