mbox series

[for-5.6,0/4] ALSA: ctl: UAPI updates for obsoleted members

Message ID 20191223023921.8151-1-o-takashi@sakamocchi.jp (mailing list archive)
Headers show
Series ALSA: ctl: UAPI updates for obsoleted members | expand

Message

Takashi Sakamoto Dec. 23, 2019, 2:39 a.m. UTC
Hi,

As a result of applying patchset for Y2038 issue[1], 'snd_ctl_elem_value'
structure is changed to lost 'tstamp' member. This change should
corresponds to removal of an access flag of 'snd_ctl_elem_info' structure.
These changes brings slight lose of backward compatibility, thus it's
better to bump protocol version.

Additionally, for recent few year I work to obsolete 'dimen' member from
'snd_ctl_elem_info' structure. It's good timing to attempt toward it.

This patchset includes these changes and bump the version up to v2.1.0.

[1] https://mailman.alsa-project.org/pipermail/alsa-devel/2019-December/160082.html

Takashi Sakamoto (4):
  ALSA: ctl: remove unused macro for timestamping of elem_value
  ALSA: pci: echoaudio: remove usage of dimen menber of elem_value
    structure
  ALSA: ctl: remove dimen member from elem_info structure
  ALSA: ctl: bump protocol version up to v2.1.0

 include/uapi/sound/asound.h     | 10 +++-------
 sound/core/control.c            | 32 --------------------------------
 sound/pci/echoaudio/echoaudio.c | 11 -----------
 3 files changed, 3 insertions(+), 50 deletions(-)

Comments

Takashi Iwai Dec. 23, 2019, 3:03 p.m. UTC | #1
On Mon, 23 Dec 2019 03:39:17 +0100,
Takashi Sakamoto wrote:
> 
> Hi,
> 
> As a result of applying patchset for Y2038 issue[1], 'snd_ctl_elem_value'
> structure is changed to lost 'tstamp' member. This change should
> corresponds to removal of an access flag of 'snd_ctl_elem_info' structure.
> These changes brings slight lose of backward compatibility, thus it's
> better to bump protocol version.
> 
> Additionally, for recent few year I work to obsolete 'dimen' member from
> 'snd_ctl_elem_info' structure. It's good timing to attempt toward it.
> 
> This patchset includes these changes and bump the version up to v2.1.0.
> 
> [1] https://mailman.alsa-project.org/pipermail/alsa-devel/2019-December/160082.html
> 
> Takashi Sakamoto (4):
>   ALSA: ctl: remove unused macro for timestamping of elem_value
>   ALSA: pci: echoaudio: remove usage of dimen menber of elem_value
>     structure
>   ALSA: ctl: remove dimen member from elem_info structure
>   ALSA: ctl: bump protocol version up to v2.1.0

Applied all four patches now.  Thanks.


Takashi