linux/include/uapi/sound/hdsp.h

/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
#ifndef __SOUND_HDSP_H
#define __SOUND_HDSP_H

/*
 *   Copyright (C) 2003 Thomas Charbonnel ([email protected])
 */

#ifdef __linux__
#include <linux/types.h>
#endif

#define HDSP_MATRIX_MIXER_SIZE

enum HDSP_IO_Type {};

struct hdsp_peak_rms {};

#define SNDRV_HDSP_IOCTL_GET_PEAK_RMS

struct hdsp_config_info {};

#define SNDRV_HDSP_IOCTL_GET_CONFIG_INFO

struct hdsp_firmware {};

#define SNDRV_HDSP_IOCTL_UPLOAD_FIRMWARE

struct hdsp_version {};

#define SNDRV_HDSP_IOCTL_GET_VERSION

struct hdsp_mixer {};

#define SNDRV_HDSP_IOCTL_GET_MIXER

struct hdsp_9632_aeb {};

#define SNDRV_HDSP_IOCTL_GET_9632_AEB

#endif /* __SOUND_HDSP_H */