fx2lafw: Tidied probe_names
This commit is contained in:
parent
0aba65da9f
commit
b36e715395
|
@ -92,23 +92,8 @@ static const int hwcaps[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *probe_names[] = {
|
static const char *probe_names[] = {
|
||||||
"0",
|
"0", "1", "2", "3", "4", "5", "6", "7",
|
||||||
"1",
|
"8", "9", "10", "11", "12", "13", "14", "15", NULL,
|
||||||
"2",
|
|
||||||
"3",
|
|
||||||
"4",
|
|
||||||
"5",
|
|
||||||
"6",
|
|
||||||
"7",
|
|
||||||
"8",
|
|
||||||
"9",
|
|
||||||
"10",
|
|
||||||
"11",
|
|
||||||
"12",
|
|
||||||
"13",
|
|
||||||
"14",
|
|
||||||
"15",
|
|
||||||
NULL,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint64_t supported_samplerates[] = {
|
static const uint64_t supported_samplerates[] = {
|
||||||
|
|
Loading…
Reference in New Issue