Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use PyBytes and not Unicode strings for IEC958 values #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 16, 2024

  1. hctltest1.py: Skip read/write if no values in element

    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d20597e View commit details
    Browse the repository at this point in the history
  2. alsahcontrol.c: Use PyBytes for IEC958 values

    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3b720b5 View commit details
    Browse the repository at this point in the history
  3. alsahcontrol.c: Actually set IEC958 values with Value.set_tuple()

    The IEC958 structure was prepared, but not actually written.
    
    Signed-off-by: Tormod Volden <[email protected]>
    tormodvolden committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a777fd2 View commit details
    Browse the repository at this point in the history