diff options
author | Jaroslav Kysela <perex@perex.cz> | 1998-11-29 16:30:35 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 1998-11-29 16:30:35 +0000 |
commit | e8d923761ff6a355a8683e90a7bb9da2fbd8c510 (patch) | |
tree | 2c6c75c7b8c663e73f0d27497a676286cdc36e1a /include/mixer.h | |
parent | 713c391e47b20e744f02271af66bf18e0286099f (diff) |
Added record channel operations.
Diffstat (limited to 'include/mixer.h')
-rw-r--r-- | include/mixer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mixer.h b/include/mixer.h index 2068be47..9de2b7af 100644 --- a/include/mixer.h +++ b/include/mixer.h @@ -26,6 +26,8 @@ int snd_mixer_channel(void *handle, const char *channel_id); int snd_mixer_channel_info(void *handle, int channel, snd_mixer_channel_info_t * info); int snd_mixer_channel_read(void *handle, int channel, snd_mixer_channel_t * data); int snd_mixer_channel_write(void *handle, int channel, snd_mixer_channel_t * data); +int snd_mixer_channel_record_read(void *handle, int channel, snd_mixer_channel_t * data); +int snd_mixer_channel_record_write(void *handle, int channel, snd_mixer_channel_t * data); int snd_mixer_switches(void *handle); int snd_mixer_switch_read(void *handle, int switchn, snd_mixer_switch_t * data); int snd_mixer_switch_write(void *handle, int switchn, snd_mixer_switch_t * data); |