From 547c308db96de328069aa67ff2487e7b4ed64cad Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 17 Mar 2008 10:16:37 +0100 Subject: [PATCH] --- yaml --- r: 92139 b: refs/heads/master c: 43337ac0dec5fe507b3028d2ad4404c3f1a28034 h: refs/heads/master i: 92137: cd35ce49aba88062443a6fb5b4f2683117d51cbf 92135: 5b648edefe9236e38bc587b0972ccdba8c2495d1 v: v3 --- [refs] | 2 +- trunk/sound/pci/ice1712/pontis.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9403f1fe5511..5e16fbe275d6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a220c868e395bc3662d13ad4c2a18769075af54 +refs/heads/master: 43337ac0dec5fe507b3028d2ad4404c3f1a28034 diff --git a/trunk/sound/pci/ice1712/pontis.c b/trunk/sound/pci/ice1712/pontis.c index 4945c81e8a96..203cdc1bf8da 100644 --- a/trunk/sound/pci/ice1712/pontis.c +++ b/trunk/sound/pci/ice1712/pontis.c @@ -246,7 +246,7 @@ static int wm_adc_mux_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_val wm_put(ice, WM_ADC_MUX, nval); } mutex_unlock(&ice->gpio_mutex); - return 0; + return change; } /* @@ -450,7 +450,7 @@ static int cs_source_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_valu change = 1; } mutex_unlock(&ice->gpio_mutex); - return 0; + return change; }