Accepting request 541828 from home:tiwai:branches:multimedia:libs

- Update to alsa-lib 1.1.5:
  * snd_user_file: avoid use wordexp 
  * cleanup: fix poll.h includes 
  * ctl: deprecate APIs of dimensional information 
  * ctl: ext: error at undefined read_event() callback
  * pcm: softvol: add support for S24_LE 
  * cleanup: Use uint*_t instead of u_int*_t everythwere 
  * cleanup: fix poll.h includes 
  * pcm: hw: Call USER_PVERSION ioctl at open 
  * pcm: hw: proper mmap and set_appl_ptr handling
  * pcm: code cleanup and refactoring
  * pcm: obsolete 'mmap_emulation' parameter of snd_pcm_hw_open_fd() 
  * pcm: dmix: Fix the inconsistent PCM state 
  * pcm: dshare: Call snd_pcm_dshare_state() directly 
  * pcm: dmix: Workaround for binary incompatibility 
  * conf: Check the availability of PTHREAD_MUTEX_RECURSIVE 
  * build: Define __USE_UNIX98 for old glibc 
  * rawmidi: symbols: use rawmidi_virt only when available 
  * seq: fix snd_seq_set_queue_tempo() usage example in the documentation 
  * topology: a few fixes
  * conf/ucm: rt565 support
  * conf: HdmiLpeAudio: add support for 3 devices 
  * conf: HdmiLpeAudio: remove the "front" pcm definition 
  * conf/ucm: DB410c-HiFi: add CIC selection 
  * conf: USB-Audio: allow custom definitions for "default" devices 
  * conf: USB-Audio: fix dsnoop args for Audiophile USB card

OBS-URL: https://build.opensuse.org/request/show/541828
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=219
This commit is contained in:
Takashi Iwai 2017-11-14 15:02:25 +00:00 committed by Git OBS Bridge
parent 33e5f3709f
commit f7fa8d7912
4 changed files with 35 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91bb870c14d1c7c269213285eeed874fa3d28112077db061a3af8010d0885b76
size 974584

3
alsa-lib-1.1.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4f68ad3c6da36b0b5241ac3c798a7a71e0e97d51f972e9f723b3f20a9650ae6
size 979225

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Nov 14 12:49:25 CET 2017 - tiwai@suse.de
- Update to alsa-lib 1.1.5:
* snd_user_file: avoid use wordexp
* cleanup: fix poll.h includes
* ctl: deprecate APIs of dimensional information
* ctl: ext: error at undefined read_event() callback
* pcm: softvol: add support for S24_LE
* cleanup: Use uint*_t instead of u_int*_t everythwere
* cleanup: fix poll.h includes
* pcm: hw: Call USER_PVERSION ioctl at open
* pcm: hw: proper mmap and set_appl_ptr handling
* pcm: code cleanup and refactoring
* pcm: obsolete 'mmap_emulation' parameter of snd_pcm_hw_open_fd()
* pcm: dmix: Fix the inconsistent PCM state
* pcm: dshare: Call snd_pcm_dshare_state() directly
* pcm: dmix: Workaround for binary incompatibility
* conf: Check the availability of PTHREAD_MUTEX_RECURSIVE
* build: Define __USE_UNIX98 for old glibc
* rawmidi: symbols: use rawmidi_virt only when available
* seq: fix snd_seq_set_queue_tempo() usage example in the documentation
* topology: a few fixes
* conf/ucm: rt565 support
* conf: HdmiLpeAudio: add support for 3 devices
* conf: HdmiLpeAudio: remove the "front" pcm definition
* conf/ucm: DB410c-HiFi: add CIC selection
* conf: USB-Audio: allow custom definitions for "default" devices
* conf: USB-Audio: fix dsnoop args for Audiophile USB card
-------------------------------------------------------------------
Thu Jun 1 09:58:27 CEST 2017 - tiwai@suse.de

View File

@ -16,12 +16,12 @@
#
%define package_version 1.1.4.1
%define package_version 1.1.5
%if 0%{?suse_version} < 1200
%define _udevrulesdir /lib/udev/rules.d/
%endif
Name: alsa
Version: 1.1.4.1
Version: 1.1.5
Release: 0
Summary: Advanced Linux Sound Architecture
License: LGPL-2.1+