summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra20_ac97.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra20_ac97.h')
-rw-r--r--sound/soc/tegra/tegra20_ac97.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra20_ac97.h b/sound/soc/tegra/tegra20_ac97.h
index 430ecc1500f4..027f717343a8 100644
--- a/sound/soc/tegra/tegra20_ac97.h
+++ b/sound/soc/tegra/tegra20_ac97.h
@@ -27,7 +27,8 @@
#define AC97_FIFO_TX 0
#define AC97_FIFO_RX 1
-#define AC97_SAMPLE_RATES SNDRV_PCM_RATE_8000_48000
+/* AC97 sample rate is really fixed */
+#define AC97_SAMPLE_RATES SNDRV_PCM_RATE_48000
/* AC97 controller */
struct tegra20_ac97 {