Add PnP ID for Crystal Semiconductors CS4236B codecs (register-

compatible with CS4236, so no driver changes are required)

Reviewed by:	Luigi Rizzo <luigi@iet.unipi.it>
This commit is contained in:
Dag-Erling Smørgrav 1998-09-30 14:06:25 +00:00
parent ef7b28dd0a
commit e401e55f33
3 changed files with 9 additions and 0 deletions

View File

@ -1356,6 +1356,8 @@ cs423x_probe(u_long csn, u_long vend_id)
s = "CS4237" ;
else if ( id == 0x3600630e )
s = "CS4236" ;
else if ( id == 0x3500630e )
s = "CS4236B" ;
else if ( id == 0x3200630e)
s = "CS4232" ;
else if ( id == 0x2000a865)
@ -1435,6 +1437,7 @@ cs423x_attach(u_long csn, u_long vend_id, char *name,
break;
case 0x3600630e: /* CS4236 */
case 0x3500630e: /* CS4236B */
tmp_d.bd_id = MD_CS4236 ;
break;

View File

@ -1356,6 +1356,8 @@ cs423x_probe(u_long csn, u_long vend_id)
s = "CS4237" ;
else if ( id == 0x3600630e )
s = "CS4236" ;
else if ( id == 0x3500630e )
s = "CS4236B" ;
else if ( id == 0x3200630e)
s = "CS4232" ;
else if ( id == 0x2000a865)
@ -1435,6 +1437,7 @@ cs423x_attach(u_long csn, u_long vend_id, char *name,
break;
case 0x3600630e: /* CS4236 */
case 0x3500630e: /* CS4236B */
tmp_d.bd_id = MD_CS4236 ;
break;

View File

@ -1356,6 +1356,8 @@ cs423x_probe(u_long csn, u_long vend_id)
s = "CS4237" ;
else if ( id == 0x3600630e )
s = "CS4236" ;
else if ( id == 0x3500630e )
s = "CS4236B" ;
else if ( id == 0x3200630e)
s = "CS4232" ;
else if ( id == 0x2000a865)
@ -1435,6 +1437,7 @@ cs423x_attach(u_long csn, u_long vend_id, char *name,
break;
case 0x3600630e: /* CS4236 */
case 0x3500630e: /* CS4236B */
tmp_d.bd_id = MD_CS4236 ;
break;