alsaDevice_ Check
This commit is contained in:
@@ -95,6 +95,7 @@ namespace pipedal
|
|||||||
{
|
{
|
||||||
return this->alsaInputDevice_ == other.alsaInputDevice_ &&
|
return this->alsaInputDevice_ == other.alsaInputDevice_ &&
|
||||||
this->alsaOutputDevice_ == other.alsaOutputDevice_ &&
|
this->alsaOutputDevice_ == other.alsaOutputDevice_ &&
|
||||||
|
this->alsaDevice_ == other.alsaDevice_ &&
|
||||||
this->sampleRate_ == other.sampleRate_ &&
|
this->sampleRate_ == other.sampleRate_ &&
|
||||||
this->bufferSize_ == other.bufferSize_ &&
|
this->bufferSize_ == other.bufferSize_ &&
|
||||||
this->numberOfBuffers_ == other.numberOfBuffers_;
|
this->numberOfBuffers_ == other.numberOfBuffers_;
|
||||||
|
|||||||
Reference in New Issue
Block a user