zeroplus-logic-cube: Fix Logian-16L metadata.

According to a vendor software screenshot of a user on IRC, this
device is detected as having 200MHz max. samplerate and 128kBit
memory per channel.
This commit is contained in:
Uwe Hermann 2017-12-25 15:42:06 +01:00
parent fb1d341d6e
commit 8e45ba3f4e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static const struct zp_model zeroplus_models[] = {
{0x0c12, 0x700e, "LAP-C(16032)", 16, 32, 100},
{0x0c12, 0x7016, "LAP-C(162000)", 16, 2048, 200},
{0x0c12, 0x7025, "LAP-C(16128+)", 16, 128, 200},
{0x0c12, 0x7064, "Logian-16L", 16, 64, 100},
{0x0c12, 0x7064, "Logian-16L", 16, 128, 200},
{0x0c12, 0x7100, "AKIP-9101", 16, 256, 200},
ALL_ZERO
};