Source
1
+
/* SPDX-License-Identifier: GPL-2.0 */
1
2
#ifndef SOUND_FIREWIRE_AMDTP_AM824_H_INCLUDED
2
3
#define SOUND_FIREWIRE_AMDTP_AM824_H_INCLUDED
3
4
4
5
#include <sound/pcm.h>
5
6
#include <sound/rawmidi.h>
6
7
7
8
#include "amdtp-stream.h"
8
9
9
10
#define AM824_IN_PCM_FORMAT_BITS SNDRV_PCM_FMTBIT_S32
10
11