diff options
| author | Cheng-Min Chiang <chmnchiang@google.com> | 2020-07-14 16:43:13 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-16 09:11:03 +0200 |
| commit | a3e915fe9bac96541fed593a05bf5a16f08bf5c7 (patch) | |
| tree | 8584f954beb84d9e868c4b193984d57f678fba04 /sys/linux/dev_dsp_ppc64le.const | |
| parent | 561f9a1f6f8652a8fa50569697eacdb0622ae831 (diff) | |
sys/linux: add descriptions for mixer devices
Add descriptions for OSS mixer devices, which includes `/dev/mixer` and
its proc file `/proc/asound/card*/oss_mixer`. These descriptions should
improve the coverage of `sound/core/oss/mixer_oss.c`.
Update #533.
Diffstat (limited to 'sys/linux/dev_dsp_ppc64le.const')
| -rw-r--r-- | sys/linux/dev_dsp_ppc64le.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/dev_dsp_ppc64le.const b/sys/linux/dev_dsp_ppc64le.const index 5ae1c2756..149d3afa5 100644 --- a/sys/linux/dev_dsp_ppc64le.const +++ b/sys/linux/dev_dsp_ppc64le.const @@ -4,6 +4,8 @@ AUFIO_BUF_INFO_SIZE = 16 COUNT_INFO_SIZE = 12 MIXER_INFO_SIZE = 92 OLD_MIXED_INFO_SIZE = 48 +OSS_ALSAEMULVER = 1074023929 +OSS_GETVERSION = 1074023798 SNDCTL_DSP_CHANNELS = 3221508102 SNDCTL_DSP_GETBLKSIZE = 3221508100 SNDCTL_DSP_GETCAPS = 1074024463 |
