diff options
author | Jaroslav Kysela <perex@perex.cz> | 2001-04-13 10:54:56 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2001-04-13 10:54:56 +0000 |
commit | c4f95f48c3ff9fdc7d899a1f73941300aadfb4eb (patch) | |
tree | d2fe07b5df36c4d9ddd186d2868e6356fdb1f790 /src/control/control_local.h | |
parent | edaf7fdf2c9b48e7b669bec41416e459054014f4 (diff) |
Added the surround plugin to allow simple access for 4.0 and 5.1 speakers.
It needs a bit more work to make it functional.
Diffstat (limited to 'src/control/control_local.h')
-rw-r--r-- | src/control/control_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/control_local.h b/src/control/control_local.h index 2e2f14d2..0246d5a3 100644 --- a/src/control/control_local.h +++ b/src/control/control_local.h @@ -36,6 +36,7 @@ typedef struct _snd_ctl_ops { int (*hwdep_next_device)(snd_ctl_t *handle, int *device); int (*hwdep_info)(snd_ctl_t *handle, snd_hwdep_info_t * info); int (*pcm_next_device)(snd_ctl_t *handle, int *device); + int (*pcm_surround_next_device)(snd_ctl_t *handle, snd_pcm_surround_type_t type, int *device); int (*pcm_info)(snd_ctl_t *handle, snd_pcm_info_t * info); int (*pcm_prefer_subdevice)(snd_ctl_t *handle, int subdev); int (*rawmidi_next_device)(snd_ctl_t *handle, int *device); |