~ubuntu-audio-dev/alsa-lib/ubuntu.quantal

« back to all changes in this revision

Viewing changes to debian/changelog.ALSA

  • Committer: Luke Yelavich
  • Date: 2012-06-22 05:04:48 UTC
  • Revision ID: luke.yelavich@canonical.com-20120622050448-86hof148h63u0e5p
* Merge from debian unstable.  Remaining changes:
  - debian/control: Add Vcs-Bzr URI
  - Ship smixer plugins for native and bi-arch packages
  - Create libasound2-python package for the python mixer plugin
  - Add Echo3G support
  - Show hints for non-standard devices that lack configuration files
  - Add Pandaboard and Pandaboard ES UCM configuration
  - Hide digital devices on some common, analog-only USB devices
  - Ship proper ucm default configuration to make sound work out of the box on
    ac100 netbooks

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
* alsa-lib
7
7
  + Core
8
 
 
9
8
    Release v1.0.25
10
9
    Introduce --with-pkgconfdir, add 64-bit defaults to gitcompile
11
10
    conf: Allow for a directory to be given as a config file.
13
12
    Release v1.0.24.1
14
13
 
15
14
  + Control API
16
 
 
17
15
    Document strdup allocation in snd_card_get_name family
18
16
    Improve snd_device_name_hint documentation
19
17
    control: add snd_ctl_elem_add_enumerated()
22
20
    ctlparse: Respect softfloat configure option
23
21
 
24
22
  + Device Name API
25
 
 
26
23
    Remove docs for snd_names_list and snd_names_list_free
27
24
 
28
25
  + HWDEP API
29
 
 
30
26
    alsa-lib: fixed coverity reported issues under "FORWARD_NULL" checker.
31
27
 
32
28
  + Mixer API
33
 
 
34
29
    Fix compile warnings
35
30
    Fix alsa-lib to regard 3D control - Depth as Playback Controls
36
31
 
37
32
  + PCM API
38
 
 
39
33
    Improve hw_params documentation
40
34
    Search-and-replace improve documentation language
41
35
    pcm:mmap_emul: Fix sw_params and others in bypass mode
48
42
    alsa-lib: fixed coverity reported issues under "FORWARD_NULL" checker.
49
43
 
50
44
  + Use Case Manager API
51
 
 
52
45
    ucm: add another sequence 'msleep'
53
46
    ucm: tivial code style fix
54
47
    ucm: fix seg fault in execute_cset()
70
63
    ucm: make verb comments optional
71
64
 
72
65
  + Configuration
73
 
 
74
66
    conf: Allow for a directory to be given as a config file.
75
67
    Define "sysdefault" PCM and control
76
68
    emu10k1.conf - Fix no sound problem when using SB Live! Platinum
84
76
    alsa-lib: add LaCie Firewire Speakers/Griffin FireWave Surround driver
85
77
 
86
78
  + Kernel Headers
87
 
 
88
79
    control: add snd_ctl_elem_add_enumerated()
89
80
    asound.h: cosmetic changes for consistency with kernel asound.h
90
81
    asound.h: update for latest kernel
91
82
    Add RME RPM to HDSP_IO_Type.
92
83
 
93
84
  + Simple Abstraction Mixer Modules
94
 
 
95
85
    alsa-lib: fixed coverity reported issues under "FORWARD_NULL" checker.
96
86
 
97
87
  + Test/Example code
98
 
 
99
88
    Fix printf for size_t
100
89
    test/latency: print error message when 2 periods per buffer not supported
101
90
    ucm: allow bind modifier to specific instances, other fixes
102
91
 
103
92
  + Utils
104
 
 
105
93
    Introduce --with-pkgconfdir, add 64-bit defaults to gitcompile
106
94
 
107
95
Changelog between 1.0.23 and 1.0.24 releases