alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [alsa-devel] alsa-gobject: ctl: fix wrong operation for values in enumerated type of element
       [not found] <1578812739066721916-webhooks-bot@alsa-project.org>
@ 2020-01-12  7:05 ` GitHub pull_request - opened
  0 siblings, 0 replies; only message in thread
From: GitHub pull_request - opened @ 2020-01-12  7:05 UTC (permalink / raw)
  To: alsa-devel

alsa-project/alsa-gobject pull request #4 was opened from takaswie:

The 'snd_ctl_elem_value' structure includes union member for values.
Although it includes 'enumerated' member for values in enumerated type
of element, current implementation of alsactl library uses 'integer'
member to pick up the values. As a result, in any 64 bit System V ABI,
the library fails to get/set values for the enumerated type of
element. This commit fixes the bug.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>

Request URL   : https://github.com/alsa-project/alsa-gobject/pull/4
Patch URL     : https://github.com/alsa-project/alsa-gobject/pull/4.patch
Repository URL: https://github.com/alsa-project/alsa-gobject
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-12  7:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1578812739066721916-webhooks-bot@alsa-project.org>
2020-01-12  7:05 ` [alsa-devel] alsa-gobject: ctl: fix wrong operation for values in enumerated type of element GitHub pull_request - opened

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).