Skip to content

Can not prepare channel: Invalid argument  #235

@fahime-ghasemi

Description

@fahime-ghasemi

This section in pcm.c returns error
if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_PREPARE) < 0) { return oops(pcm, errno, "cannot prepare channel"); }

It says invalid argument. I've tested with channel set to 1 and 2 but both of them returns this error. I don't know if the number of channels is incorrect or something else. Could anyone help me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions