File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1549,7 +1549,8 @@ static int check_position_fix(struct azx *chip, int fix)
15491549 }
15501550
15511551 /* Check VIA/ATI HD Audio Controller exist */
1552- if (chip -> driver_type == AZX_DRIVER_VIA ) {
1552+ if (chip -> driver_type == AZX_DRIVER_VIA ||
1553+ chip -> driver_type == AZX_DRIVER_ZHAOXIN ) {
15531554 dev_dbg (chip -> card -> dev , "Using VIACOMBO position fix\n" );
15541555 return POS_FIX_VIACOMBO ;
15551556 }
@@ -1703,7 +1704,7 @@ static void azx_check_snoop_available(struct azx *chip)
17031704
17041705 snoop = true;
17051706 if (azx_get_snoop_type (chip ) == AZX_SNOOP_TYPE_NONE &&
1706- chip -> driver_type == AZX_DRIVER_VIA ) {
1707+ ( chip -> driver_type == AZX_DRIVER_VIA || chip -> driver_type == AZX_DRIVER_ZHAOXIN ) ) {
17071708 /* force to non-snoop mode for a new VIA controller
17081709 * when BIOS is set
17091710 */
You can’t perform that action at this time.
0 commit comments