diff options
| author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-03-04 07:02:38 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-03-04 07:02:38 +0100 |
| commit | 3ede927b40d0c7e37239fc0cafd3492a8080f17c (patch) | |
| tree | 1df12dbe4604b2aa400b551b4ae8f2e861b194d6 | |
| parent | 0c9b906247544a3f38cd27962d6d739f726aaa8c (diff) | |
| download | plan9front-3ede927b40d0c7e37239fc0cafd3492a8080f17c.tar.xz | |
audiohda: oops...
| -rw-r--r-- | sys/src/9/pc/audiohda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/audiohda.c b/sys/src/9/pc/audiohda.c index 0f3345897..e5ebd27e2 100644 --- a/sys/src/9/pc/audiohda.c +++ b/sys/src/9/pc/audiohda.c @@ -627,7 +627,7 @@ connectpath(Widget *src, Widget *dst) } } setoutamp(src, 0, nil); - cmd(src, Setpinctl, Pinctlout); + cmd(src->id, Setpinctl, Pinctlout); } static void |
