From a3e915fe9bac96541fed593a05bf5a16f08bf5c7 Mon Sep 17 00:00:00 2001 From: Cheng-Min Chiang Date: Tue, 14 Jul 2020 16:43:13 -0700 Subject: 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. --- sys/linux/dev_dsp_s390x.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/dev_dsp_s390x.const') diff --git a/sys/linux/dev_dsp_s390x.const b/sys/linux/dev_dsp_s390x.const index 2b7dc56fc..ba0635fa2 100644 --- a/sys/linux/dev_dsp_s390x.const +++ b/sys/linux/dev_dsp_s390x.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 = 2147765753 +OSS_GETVERSION = 2147765622 SNDCTL_DSP_CHANNELS = 3221508102 SNDCTL_DSP_GETBLKSIZE = 3221508100 SNDCTL_DSP_GETCAPS = 2147766287 -- cgit mrf-deployment