add support for querying sample ist with esound protocol

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@101 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-08-02 19:45:02 +00:00
parent 8705af792b
commit e10b918009
5 changed files with 71 additions and 14 deletions

View file

@ -32,6 +32,8 @@ void pa_scache_add_item(struct pa_core *c, const char *name, struct pa_sample_sp
assert(e->name);
}
e->volume = 0x100;
if (ss)
e->sample_spec = *ss;
else