From d2a45c37d918e3bff4efdafd95a602726510dddf Mon Sep 17 00:00:00 2001 From: Karsten Wiese Date: Tue, 22 Apr 2008 12:53:12 +0200 Subject: [PATCH] --- yaml --- r: 92235 b: refs/heads/master c: 8a87c9cf999542db846c3ab93c1065d446427f37 h: refs/heads/master i: 92233: 5116497a2eee629821ae9cf31bc22e26fe1f7d92 92231: 99f5f784905a93fca4b417343cefbca6655f6438 v: v3 --- [refs] | 2 +- trunk/sound/pci/ice1712/revo.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b83670ed9cb4..0cac462af351 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 775c199e6af5e4212bfa7ebeadee09563c14694b +refs/heads/master: 8a87c9cf999542db846c3ab93c1065d446427f37 diff --git a/trunk/sound/pci/ice1712/revo.c b/trunk/sound/pci/ice1712/revo.c index dba93d8efbe0..4d2631434dc8 100644 --- a/trunk/sound/pci/ice1712/revo.c +++ b/trunk/sound/pci/ice1712/revo.c @@ -327,7 +327,7 @@ static void ap192_set_rate_val(struct snd_akm4xxx *ak, unsigned int rate) revo_set_rate_val(ak, rate); /* reset CKS */ - snd_ice1712_gpio_write_bits(ice, 1 << 8, rate > 96000 ? 1 : 0); + snd_ice1712_gpio_write_bits(ice, 1 << 8, rate > 96000 ? 1 << 8 : 0); /* reset DFS pins of AK5385A for ADC, too */ if (rate > 96000) dfs = 2; @@ -338,7 +338,7 @@ static void ap192_set_rate_val(struct snd_akm4xxx *ak, unsigned int rate) snd_ice1712_gpio_write_bits(ice, 3 << 9, dfs << 9); /* reset ADC */ snd_ice1712_gpio_write_bits(ice, 1 << 11, 0); - snd_ice1712_gpio_write_bits(ice, 1 << 11, 1); + snd_ice1712_gpio_write_bits(ice, 1 << 11, 1 << 11); } static const struct snd_akm4xxx_dac_channel ap192_dac[] = {