wcaxx: Update A4B firmware to version 0b0017
Resolves some sporadic issues with invalid underruns. Signed-off-by: Shaun Ruffell <sruffell@digium.com>
This commit is contained in:
parent
466acea7e0
commit
eed2e4e00b
@ -37,7 +37,7 @@ TE435_VERSION:=d0017
|
||||
A8A_VERSION:=1d0017
|
||||
A8B_VERSION:=1d0017
|
||||
A4A_VERSION:=a0017
|
||||
A4B_VERSION:=a0017
|
||||
A4B_VERSION:=b0017
|
||||
|
||||
FIRMWARE_URL:=http://downloads.digium.com/pub/telephony/firmware/releases
|
||||
|
||||
|
@ -3915,7 +3915,7 @@ static int wcaxx_check_firmware(struct wcaxx *wc)
|
||||
u32 firmware_version;
|
||||
const bool force_firmware = false;
|
||||
const unsigned int A4A_VERSION = 0x0a0017;
|
||||
const unsigned int A4B_VERSION = 0x0a0017;
|
||||
const unsigned int A4B_VERSION = 0x0b0017;
|
||||
const unsigned int A8A_VERSION = 0x1d0017;
|
||||
const unsigned int A8B_VERSION = 0x1d0017;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user