From: Hans Verkuil Date: Sun, 4 Nov 2007 13:42:42 +0000 (-0300) Subject: V4L/DVB (6553): tuner: replace default_mode_mask X-Git-Tag: v2.6.25-rc1~1235^2~402 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=159ffe77cd9b1cd7c80c416b5635bdad7e3d7d55;hp=159ffe77cd9b1cd7c80c416b5635bdad7e3d7d55;p=linux-2.6 V4L/DVB (6553): tuner: replace default_mode_mask The default_mode_mask global is replaced by a list of tuner structs. The tuner driver now walks that list to see which radio and/or tv tuner devices are registered to a given i2c adapter. The default_mode_mask global had to go since this is no longer supported with the new bus-based I2C API. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab ---