Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70ebe647 authored by Eliot Blennerhassett's avatar Eliot Blennerhassett Committed by Takashi Iwai
Browse files

ALSA: asihpi - Remove support for old ASI8800 family

parent 5a498ef1
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -691,9 +691,6 @@ static short hpi6000_adapter_boot_load_dsp(struct hpi_adapter_obj *pao,
	case 0x6200:
	case 0x6200:
		boot_load_family = HPI_ADAPTER_FAMILY_ASI(0x6200);
		boot_load_family = HPI_ADAPTER_FAMILY_ASI(0x6200);
		break;
		break;
	case 0x8800:
		boot_load_family = HPI_ADAPTER_FAMILY_ASI(0x8800);
		break;
	default:
	default:
		return HPI6000_ERROR_UNHANDLED_SUBSYS_ID;
		return HPI6000_ERROR_UNHANDLED_SUBSYS_ID;
	}
	}