aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/oxygen/virtuoso.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/oxygen/virtuoso.c b/sound/pci/oxygen/virtuoso.c
index 95c229acf855..c6bd31b9f4b5 100644
--- a/sound/pci/oxygen/virtuoso.c
+++ b/sound/pci/oxygen/virtuoso.c
@@ -174,14 +174,12 @@ static void xonar_cleanup(struct oxygen *chip)
174static void set_pcm1796_params(struct oxygen *chip, 174static void set_pcm1796_params(struct oxygen *chip,
175 struct snd_pcm_hw_params *params) 175 struct snd_pcm_hw_params *params)
176{ 176{
177#if 0
178 unsigned int i; 177 unsigned int i;
179 u8 value; 178 u8 value;
180 179
181 value = params_rate(params) >= 96000 ? PCM1796_OS_32 : PCM1796_OS_64; 180 value = params_rate(params) >= 96000 ? PCM1796_OS_32 : PCM1796_OS_64;
182 for (i = 0; i < 4; ++i) 181 for (i = 0; i < 4; ++i)
183 pcm1796_write(chip, i, 20, value); 182 pcm1796_write(chip, i, 20, value);
184#endif
185} 183}
186 184
187static void update_pcm1796_volume(struct oxygen *chip) 185static void update_pcm1796_volume(struct oxygen *chip)