Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34868
b: refs/heads/master
c: cf93907
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Sep 23, 2006
1 parent 1afde62 commit e7fe2e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 30ba6e207a915a6c70f22ccb3f9169d1cce88466
refs/heads/master: cf93907b98c82c2157e5bbe766bee8f1c5bb87b2
5 changes: 5 additions & 0 deletions trunk/sound/i2c/other/ak4xxx-adda.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ void snd_akm4xxx_reset(struct snd_akm4xxx *ak, int state)
case SND_AK4381:
ak4381_reset(ak, state);
break;
default:
break;
}
}

Expand Down Expand Up @@ -727,6 +729,9 @@ int snd_akm4xxx_build_controls(struct snd_akm4xxx *ak)
case SND_AK4381:
ctl->private_value = AK_COMPOSE(idx, 1, 1, 0);
break;
default:
err = -EINVAL;
goto __error;
}
ctl->private_data = ak;
err = snd_ctl_add(ak->card,
Expand Down

0 comments on commit e7fe2e6

Please sign in to comment.