Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

possibly dubious comparison in pcmjob_start #2

@ColinIanKing

Description

@ColinIanKing

alsaloop/pcmjob.c, pcmjob_start: the comparison loop->play->channels == loop->play->channels looks dubious to me, shouldn't it be oop->play->channels == loop->capt->channels

   if (loop->play->access == loop->capt->access &&
        loop->play->format == loop->capt->format &&
        loop->play->rate == loop->capt->rate &&
        loop->play->channels == loop->play->channels &&
        loop->sync != SYNC_TYPE_SAMPLERATE) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions