~diwic/ubuntu/lucid/pulseaudio/bugfixes

« back to all changes in this revision

Viewing changes to src/modules/alsa-util.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-05-05 14:18:20 UTC
  • mfrom: (1.2.4 upstream) (1.1.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090505141820-rrr2mtdd1jkllvr8
Tags: 1:0.9.15-1ubuntu1
* Merge from unreleased Debian pulseaudio git, remaining changes:
  - epoch (my stupid fault :S)
  - Don't build against, and create jack package. Jack is not in main
  - use linear resampler to work better with lack of PREEMPT in jaunty's
    -generic kernel config, also change buffer size
  - Add alsa configuration files to route alsa applications via pulseaudio
  - Move libasound2-plugins from Recommends to Depends
  - Add pm-utils sleep hook to suspend (and resume) users' pulseaudio
    daemons
  - patch to fix source/sink and suspend-on-idle race
  - Make initscript more informative in the default case of per-user
    sessions
  - create /var/run/pulse, and make restart more robust
  - add status check for system wide pulseaudio instance
  - LSB {Required-*,Should-*} should specify hal instead of dbus,
    since hal is required (and already requires dbus)
  - indicate that the system pulseaudio instance is being started from the init
    script
  - Install more upstream man pages
  - Link to pacat for parec man page
  - check whether pulseaudio is running before preloading the padsp library
  - Add DEB_OPT_FLAG = -O3 as per recommendation from
    pulseaudio-discuss/2007-December/001017.html
  - cache /usr/share/sounds/ubuntu/stereo/ wav files on pulseaudio load
  - disable glitch free (use tsched=0)
  - Generate a PO template on build
  - add special case to disable pulseaudio loading if accessibility/speech
    is being used
  - the sd wrapper script should not load pulseaudio if pulseaudio is being
    used as a system service
  - add a pulseaudio apport hook
  - fix some typos in README.Debian
  - demote paprefs to suggests
  - drop padevchooser(Recommends) and pavucontrol (Suggests)
  - drop libasyncns-dev build dependency, its in universe
* add libudev-dev as a build-dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef fooalsautilhfoo
2
 
#define fooalsautilhfoo
3
 
 
4
 
/***
5
 
  This file is part of PulseAudio.
6
 
 
7
 
  Copyright 2004-2006 Lennart Poettering
8
 
  Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
9
 
 
10
 
  PulseAudio is free software; you can redistribute it and/or modify
11
 
  it under the terms of the GNU Lesser General Public License as published
12
 
  by the Free Software Foundation; either version 2 of the License,
13
 
  or (at your option) any later version.
14
 
 
15
 
  PulseAudio is distributed in the hope that it will be useful, but
16
 
  WITHOUT ANY WARRANTY; without even the implied warranty of
17
 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
 
  General Public License for more details.
19
 
 
20
 
  You should have received a copy of the GNU Lesser General Public License
21
 
  along with PulseAudio; if not, write to the Free Software
22
 
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
23
 
  USA.
24
 
***/
25
 
 
26
 
#include <asoundlib.h>
27
 
 
28
 
#include <pulse/sample.h>
29
 
#include <pulse/volume.h>
30
 
#include <pulse/mainloop-api.h>
31
 
#include <pulse/channelmap.h>
32
 
#include <pulse/proplist.h>
33
 
 
34
 
#include <pulsecore/rtpoll.h>
35
 
 
36
 
typedef struct pa_alsa_fdlist pa_alsa_fdlist;
37
 
 
38
 
struct pa_alsa_fdlist *pa_alsa_fdlist_new(void);
39
 
void pa_alsa_fdlist_free(struct pa_alsa_fdlist *fdl);
40
 
int pa_alsa_fdlist_set_mixer(struct pa_alsa_fdlist *fdl, snd_mixer_t *mixer_handle, pa_mainloop_api* m);
41
 
 
42
 
int pa_alsa_set_hw_params(
43
 
        snd_pcm_t *pcm_handle,
44
 
        pa_sample_spec *ss,
45
 
        uint32_t *periods,
46
 
        snd_pcm_uframes_t *period_size,
47
 
        snd_pcm_uframes_t tsched_size,
48
 
        pa_bool_t *use_mmap,
49
 
        pa_bool_t *use_tsched,
50
 
        pa_bool_t require_exact_channel_number);
51
 
 
52
 
int pa_alsa_set_sw_params(snd_pcm_t *pcm, snd_pcm_uframes_t avail_min);
53
 
 
54
 
int pa_alsa_prepare_mixer(snd_mixer_t *mixer, const char *dev);
55
 
snd_mixer_elem_t *pa_alsa_find_elem(snd_mixer_t *mixer, const char *name, const char *fallback);
56
 
 
57
 
snd_pcm_t *pa_alsa_open_by_device_id(
58
 
        const char *dev_id,
59
 
        char **dev,
60
 
        pa_sample_spec *ss,
61
 
        pa_channel_map* map,
62
 
        int mode,
63
 
        uint32_t *nfrags,
64
 
        snd_pcm_uframes_t *period_size,
65
 
        snd_pcm_uframes_t tsched_size,
66
 
        pa_bool_t *use_mmap,
67
 
        pa_bool_t *use_tsched);
68
 
 
69
 
snd_pcm_t *pa_alsa_open_by_device_string(
70
 
        const char *device,
71
 
        char **dev,
72
 
        pa_sample_spec *ss,
73
 
        pa_channel_map* map,
74
 
        int mode,
75
 
        uint32_t *nfrags,
76
 
        snd_pcm_uframes_t *period_size,
77
 
        snd_pcm_uframes_t tsched_size,
78
 
        pa_bool_t *use_mmap,
79
 
        pa_bool_t *use_tsched);
80
 
 
81
 
int pa_alsa_calc_mixer_map(snd_mixer_elem_t *elem, const pa_channel_map *channel_map, snd_mixer_selem_channel_id_t mixer_map[], pa_bool_t playback);
82
 
 
83
 
void pa_alsa_dump(snd_pcm_t *pcm);
84
 
void pa_alsa_dump_status(snd_pcm_t *pcm);
85
 
 
86
 
void pa_alsa_redirect_errors_inc(void);
87
 
void pa_alsa_redirect_errors_dec(void);
88
 
 
89
 
void pa_alsa_init_proplist(pa_proplist *p, snd_pcm_info_t *pcm_info);
90
 
 
91
 
int pa_alsa_recover_from_poll(snd_pcm_t *pcm, int revents);
92
 
 
93
 
pa_rtpoll_item* pa_alsa_build_pollfd(snd_pcm_t *pcm, pa_rtpoll *rtpoll);
94
 
 
95
 
snd_pcm_sframes_t pa_alsa_safe_avail_update(snd_pcm_t *pcm, size_t hwbuf_size, const pa_sample_spec *ss);
96
 
int pa_alsa_safe_mmap_begin(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas, snd_pcm_uframes_t *offset, snd_pcm_uframes_t *frames, size_t hwbuf_size, const pa_sample_spec *ss);
97
 
 
98
 
#endif