View | Details | Raw Unified | Return to bug 15327
Collapse All | Expand All

(-)ad1848.c (-2 / +4 lines)
Lines 1465-1471 Link Here
1465
    else if (vend_id == 0x1114b250)
1465
    else if (vend_id == 0x1114b250)
1466
	s = "Terratec Soundsystem BASE 1";
1466
	s = "Terratec Soundsystem BASE 1";
1467
    else if (vend_id == 0x50719304)
1467
    else if (vend_id == 0x50719304)
1468
	s = "Generic AD1815";
1468
    s = "Generic AD1815";
1469
	else if (vend_id == 0x81719304)
1470
	s = "AD1816A";
1469
    if (s) {
1471
    if (s) {
1470
	struct pnp_cinfo d;
1472
	struct pnp_cinfo d;
1471
	read_pnp_parms(&d, 0);
1473
	read_pnp_parms(&d, 0);
Lines 1496-1502 Link Here
1496
    snddev_last_probed = &tmp_d;
1498
    snddev_last_probed = &tmp_d;
1497
1499
1498
    /* AD1816 */
1500
    /* AD1816 */
1499
    if (vend_id == 0x1114b250 || vend_id == 0x50719304) {
1501
    if (vend_id == 0x1114b250 || vend_id == 0x50719304 || vend_id == 0x81719304) {
1500
	dev->id_alive = 16;	/* number of io ports ? */
1502
	dev->id_alive = 16;	/* number of io ports ? */
1501
1503
1502
	tmp_d = mss_op_desc;	/* copy it */
1504
	tmp_d = mss_op_desc;	/* copy it */

Return to bug 15327