664c664
< 	int Init( int rate, int channels, int format )
---
> 	int Init( int rate, int channels, int format, int iDev )
705d704
< 
777c776
< 		  
---
> 		this->iDev=iDev;
781c780
< 		if( this->Init( rate, channels, oss2alsa_soundconst( format) )== 0 )
---
> 		if( this->Init( rate, channels, oss2alsa_soundconst( format), iDev )== 0 )
826c825
< 			this->Init( this->rate, this->channels, this->format );
---
> 			this->Init( this->rate, this->channels, this->format, this->iDev );
