From 7d93e3713dce80ccf3871180c42cde18d5d4ffac Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Thu, 7 Sep 2006 18:07:46 +0200 Subject: [PATCH] --- yaml --- r: 34947 b: refs/heads/master c: 8f88820ee49359ea33af42845456ce9dbf54d39a h: refs/heads/master i: 34945: 896480134fa39c66ac34f6f4d8c3945d04cb95cc 34943: 6abb836bb1f458bf5463b4217151b9046d2d1381 v: v3 --- [refs] | 2 +- trunk/sound/pci/ac97/ac97_patch.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c5129732339a..da5f1ec39391 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e08a007d1041e0bc3df6b855043d8efde91851aa +refs/heads/master: 8f88820ee49359ea33af42845456ce9dbf54d39a diff --git a/trunk/sound/pci/ac97/ac97_patch.c b/trunk/sound/pci/ac97/ac97_patch.c index 9be4ceb6838e..dc28b111a06d 100644 --- a/trunk/sound/pci/ac97/ac97_patch.c +++ b/trunk/sound/pci/ac97/ac97_patch.c @@ -481,7 +481,7 @@ int patch_wolfson05(struct snd_ac97 * ac97) ac97->build_ops = &patch_wolfson_wm9705_ops; #ifdef CONFIG_TOUCHSCREEN_WM9705 /* WM9705 touchscreen uses AUX and VIDEO for touch */ - ac97->flags |=3D AC97_HAS_NO_VIDEO | AC97_HAS_NO_AUX; + ac97->flags |= AC97_HAS_NO_VIDEO | AC97_HAS_NO_AUX; #endif return 0; }