aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dai.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/soc-dai.h')
-rw-r--r--include/sound/soc-dai.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h
index 22b729fbbf8..ea07b4bd516 100644
--- a/include/sound/soc-dai.h
+++ b/include/sound/soc-dai.h
@@ -96,6 +96,9 @@ struct snd_pcm_substream;
96#define SND_SOC_CLOCK_IN 0 96#define SND_SOC_CLOCK_IN 0
97#define SND_SOC_CLOCK_OUT 1 97#define SND_SOC_CLOCK_OUT 1
98 98
99#define SND_SOC_STD_AC97_FMTS (SNDRV_PCM_FMTBIT_S16_LE |\
100 SNDRV_PCM_FMTBIT_S32_LE)
101
99struct snd_soc_dai_ops; 102struct snd_soc_dai_ops;
100struct snd_soc_dai; 103struct snd_soc_dai;
101struct snd_ac97_bus_ops; 104struct snd_ac97_bus_ops;