diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-03 09:09:56 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-03 09:09:56 -0200 |
commit | 46e67acd5d4cacda758e871eebd15cef4e2c2665 (patch) | |
tree | 80fc9c755da220725b26e76c522a0c9414b11abf /include/media/wm8775.h | |
parent | f23b7952d37c69c0caa6c8dfb85dbf2eb9e5fcaa (diff) | |
download | op-kernel-dev-46e67acd5d4cacda758e871eebd15cef4e2c2665.zip op-kernel-dev-46e67acd5d4cacda758e871eebd15cef4e2c2665.tar.gz |
[media] wm8775: Revert changeset fcb9757333 to avoid a regression
It seems that cx88 and ivtv use wm8775 on some different modes. The
patch that added support for a board with wm8775 broke ivtv boards with
this device. As we're too close to release 2.6.37, let's just revert
it.
Reported-by: Andy Walls <awalls@md.metrocast.net>
Reported-by: Eric Sharkey <eric@lisaneric.org>
Reported-by: Auric <auric@aanet.com.au>
Reported by: David Gesswein <djg@pdp8online.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/wm8775.h')
-rw-r--r-- | include/media/wm8775.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/wm8775.h b/include/media/wm8775.h index a1c4d41..60739c5 100644 --- a/include/media/wm8775.h +++ b/include/media/wm8775.h @@ -32,7 +32,4 @@ #define WM8775_AIN3 4 #define WM8775_AIN4 8 -/* subdev group ID */ -#define WM8775_GID (1 << 0) - #endif |