diff options
Diffstat (limited to 'include/linux/tegra_audio.h')
-rw-r--r-- | include/linux/tegra_audio.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/tegra_audio.h b/include/linux/tegra_audio.h index 5f0531e38d96..516b5a89c4e6 100644 --- a/include/linux/tegra_audio.h +++ b/include/linux/tegra_audio.h @@ -70,4 +70,9 @@ struct dam_srate { #define DAM_MIXING_STOP _IO(TEGRA_AUDIO_MAGIC, 16) #define DAM_SET_MIXING_FLAG _IO(TEGRA_AUDIO_MAGIC, 17) +#define I2S_START _IOW(TEGRA_AUDIO_MAGIC, 15, struct i2s_pcm_format *) +#define I2S_STOP _IOW(TEGRA_AUDIO_MAGIC, 16, struct i2s_pcm_format *) +#define I2S_LOOPBACK _IOW(TEGRA_AUDIO_MAGIC, 17, unsigned int *) +#define I2S_MODE_I2S _IOW(TEGRA_AUDIO_MAGIC, 18, unsigned int *) + #endif/*_CPCAP_AUDIO_H*/ |