From fadac2035f5f0fb0e03f1122bcf334cc24b898ce Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Sat, 26 Jul 2014 01:39:42 +0200 Subject: Revert "asoc: tegra20_ac97: fix sampling rate" This reverts commit f162e88fc6aac0fef03c49c1ac596995a03ff134. Somehow NVIDIA's media player does not like it to be fixed as it starts stuttering like crazy at times. Still keep the dangerous time out handling clean-up. While at it get rid of the excessive dev_info() logging as well. --- sound/soc/tegra/tegra20_ac97.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sound/soc/tegra/tegra20_ac97.h') diff --git a/sound/soc/tegra/tegra20_ac97.h b/sound/soc/tegra/tegra20_ac97.h index 027f717343a8..430ecc1500f4 100644 --- a/sound/soc/tegra/tegra20_ac97.h +++ b/sound/soc/tegra/tegra20_ac97.h @@ -27,8 +27,7 @@ #define AC97_FIFO_TX 0 #define AC97_FIFO_RX 1 -/* AC97 sample rate is really fixed */ -#define AC97_SAMPLE_RATES SNDRV_PCM_RATE_48000 +#define AC97_SAMPLE_RATES SNDRV_PCM_RATE_8000_48000 /* AC97 controller */ struct tegra20_ac97 { -- cgit v1.2.3