summaryrefslogtreecommitdiff
path: root/wmamixer.h
diff options
context:
space:
mode:
authorNemu Manaka <beatrice@dangofactory.local>2026-08-20 04:17:40 +0900
committerNemu Manaka <beatrice@dangofactory.local>2026-08-20 04:17:40 +0900
commitdca8f65acf543bed9599dc4be4963ab18a0d0084 (patch)
treee77b1596783c82bfeb234616f0fdeddad40075df /wmamixer.h
parent5f40b453cdf38e10e851dba25a8d6cd2e327e6e6 (diff)
downloadwmamixer-master.tar.gz
wmamixer-master.tar.bz2
wmamixer-master.zip
Diffstat (limited to 'wmamixer.h')
-rw-r--r--wmamixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wmamixer.h b/wmamixer.h
index 9c8d864..661c33b 100644
--- a/wmamixer.h
+++ b/wmamixer.h
@@ -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);