File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -1903,6 +1903,30 @@ static const struct dmi_system_id nau8824_quirk_table[] = {
1903
1903
},
1904
1904
.driver_data = (void * )(NAU8824_MONO_SPEAKER ),
1905
1905
},
1906
+ {
1907
+ /* Positivo CW14Q01P */
1908
+ .matches = {
1909
+ DMI_MATCH (DMI_SYS_VENDOR , "Positivo Tecnologia SA" ),
1910
+ DMI_MATCH (DMI_BOARD_NAME , "CW14Q01P" ),
1911
+ },
1912
+ .driver_data = (void * )(NAU8824_JD_ACTIVE_HIGH ),
1913
+ },
1914
+ {
1915
+ /* Positivo K1424G */
1916
+ .matches = {
1917
+ DMI_MATCH (DMI_SYS_VENDOR , "Positivo Tecnologia SA" ),
1918
+ DMI_MATCH (DMI_BOARD_NAME , "K1424G" ),
1919
+ },
1920
+ .driver_data = (void * )(NAU8824_JD_ACTIVE_HIGH ),
1921
+ },
1922
+ {
1923
+ /* Positivo N14ZP74G */
1924
+ .matches = {
1925
+ DMI_MATCH (DMI_SYS_VENDOR , "Positivo Tecnologia SA" ),
1926
+ DMI_MATCH (DMI_BOARD_NAME , "N14ZP74G" ),
1927
+ },
1928
+ .driver_data = (void * )(NAU8824_JD_ACTIVE_HIGH ),
1929
+ },
1906
1930
{}
1907
1931
};
1908
1932
You can’t perform that action at this time.
0 commit comments