* [RFC][PATCH] Get rid of dead code in sound/pci/ac97/ac97_patch.c
@ 2007-07-31 20:36 Michal Piotrowski
2007-08-01 12:14 ` Liam Girdwood
0 siblings, 1 reply; 2+ messages in thread
From: Michal Piotrowski @ 2007-07-31 20:36 UTC (permalink / raw)
To: Andrew Morton, Jaroslav Kysela, alsa-devel, LKML
Hi,
File /home/devel/linux-rdc/sound/pci/ac97/ac97_patch.c line 484
Unknown CONFIG option! CONFIG_TOUCHSCREEN_WM9705
Regards,
Michal
--
LOG
http://www.stardust.webpages.pl/log/
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
--- linux-rdc-clean/sound/pci/ac97/ac97_patch.c 2007-07-09 01:32:17.000000000 +0200
+++ linux-rdc/sound/pci/ac97/ac97_patch.c 2007-07-31 17:26:32.000000000 +0200
@@ -481,10 +481,7 @@ static int patch_wolfson05(struct snd_ac
{
/* WM9705, WM9710 */
ac97->build_ops = &patch_wolfson_wm9705_ops;
-#ifdef CONFIG_TOUCHSCREEN_WM9705
- /* WM9705 touchscreen uses AUX and VIDEO for touch */
- ac97->flags |= AC97_HAS_NO_VIDEO | AC97_HAS_NO_AUX;
-#endif
+
return 0;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [RFC][PATCH] Get rid of dead code in sound/pci/ac97/ac97_patch.c
2007-07-31 20:36 [RFC][PATCH] Get rid of dead code in sound/pci/ac97/ac97_patch.c Michal Piotrowski
@ 2007-08-01 12:14 ` Liam Girdwood
0 siblings, 0 replies; 2+ messages in thread
From: Liam Girdwood @ 2007-08-01 12:14 UTC (permalink / raw)
To: Michal Piotrowski; +Cc: Andrew Morton, alsa-devel, Jaroslav Kysela, LKML
I'd prefer we keep this code in atm. The WM97xx touch driver needs it to
eliminate any audio noise from the touchscreen ADC.
I'll post the remaining touch driver patches in time for the next merge
window.
Liam
On Tue, 2007-07-31 at 22:36 +0200, Michal Piotrowski wrote:
> Hi,
>
> File /home/devel/linux-rdc/sound/pci/ac97/ac97_patch.c line 484
> Unknown CONFIG option! CONFIG_TOUCHSCREEN_WM9705
>
> Regards,
> Michal
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-01 12:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-31 20:36 [RFC][PATCH] Get rid of dead code in sound/pci/ac97/ac97_patch.c Michal Piotrowski
2007-08-01 12:14 ` Liam Girdwood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).