summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra_soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra_soc.h')
-rw-r--r--sound/soc/tegra/tegra_soc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_soc.h b/sound/soc/tegra/tegra_soc.h
index 29f4fcf13651..d46fc9078c8a 100644
--- a/sound/soc/tegra/tegra_soc.h
+++ b/sound/soc/tegra/tegra_soc.h
@@ -66,12 +66,14 @@
#define I2S_I2S_FIFO_RX_BUSY I2S_I2S_STATUS_FIFO2_BSY
#define I2S_I2S_FIFO_RX_QS I2S_I2S_STATUS_QS_FIFO2
-#define I2S_CLK 11289600
+#define I2S1_CLK 11289600
+#define I2S2_CLK 2000000
#define TEGRA_DEFAULT_SR 44100
#define TEGRA_SAMPLE_RATES \
(SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 | \
SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000)
+#define TEGRA_VOICE_SAMPLE_RATES SNDRV_PCM_RATE_8000
struct tegra_dma_channel;