Searched refs:snd_pcm_scope_t (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/scopes/
H A Dlevel.c39 snd_pcm_scope_t *s16;
49 static int level_enable(snd_pcm_scope_t *scope)
66 static void level_disable(snd_pcm_scope_t *scope)
73 static void level_close(snd_pcm_scope_t *scope)
79 static void level_start(snd_pcm_scope_t *scope ATTRIBUTE_UNUSED)
83 static void level_stop(snd_pcm_scope_t *scope)
95 static void level_update(snd_pcm_scope_t *scope)
164 static void level_reset(snd_pcm_scope_t *scope)
185 snd_pcm_scope_t **scopep)
187 snd_pcm_scope_t *scop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_meter.c155 static int snd_pcm_scope_remove(snd_pcm_scope_t *scope)
164 static int snd_pcm_scope_enable(snd_pcm_scope_t *scope)
173 static int snd_pcm_scope_disable(snd_pcm_scope_t *scope)
187 snd_pcm_scope_t *scope;
190 scope = list_entry(pos, snd_pcm_scope_t, list);
205 scope = list_entry(pos, snd_pcm_scope_t, list);
237 scope = list_entry(pos, snd_pcm_scope_t, list);
245 scope = list_entry(pos, snd_pcm_scope_t, list);
252 scope = list_entry(pos, snd_pcm_scope_t, list);
259 scope = list_entry(pos, snd_pcm_scope_t, lis
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h421 typedef struct _snd_pcm_scope snd_pcm_scope_t; typedef in typeref:struct:_snd_pcm_scope
1009 int (*enable)(snd_pcm_scope_t *scope);
1013 void (*disable)(snd_pcm_scope_t *scope);
1017 void (*start)(snd_pcm_scope_t *scope);
1021 void (*stop)(snd_pcm_scope_t *scope);
1025 void (*update)(snd_pcm_scope_t *scope);
1029 void (*reset)(snd_pcm_scope_t *scope);
1033 void (*close)(snd_pcm_scope_t *scope);
1041 int snd_pcm_meter_add_scope(snd_pcm_t *pcm, snd_pcm_scope_t *scope);
1042 snd_pcm_scope_t *snd_pcm_meter_search_scop
[all...]

Completed in 91 milliseconds