diff options
| author | Nemu Manaka <beatrice@dangofactory.local> | 2026-08-20 04:17:40 +0900 |
|---|---|---|
| committer | Nemu Manaka <beatrice@dangofactory.local> | 2026-08-20 04:17:40 +0900 |
| commit | dca8f65acf543bed9599dc4be4963ab18a0d0084 (patch) | |
| tree | e77b1596783c82bfeb234616f0fdeddad40075df /wmamixer.h | |
| parent | 5f40b453cdf38e10e851dba25a8d6cd2e327e6e6 (diff) | |
| download | wmamixer-master.tar.gz wmamixer-master.tar.bz2 wmamixer-master.zip | |
Diffstat (limited to 'wmamixer.h')
| -rw-r--r-- | wmamixer.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -207,7 +207,7 @@ slideCaptureMono Mixer_get_capabilities(snd_mixer_elem_t *elem); int Mixer_get_volume(int current, int channelIndex); int Mixer_read_left(int current); int Mixer_read_right(int current); -void Mixer_set_selem_props(struct Selem *selem, const char *name); +void Mixer_set_selem_props(struct Mixer *mixer, struct Selem *selem, const char *name); void Mixer_set_channels(struct Selem *selem); void Mixer_set_left(int current, int value); void Mixer_set_right(int current, int value); |
