You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[media] mb86a20s: Don't assume a 32.57142MHz clock
Now that some devices initialize register 0x2a with different values, add the calculus formula, instead of hardcoding it. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
@@ -21,12 +21,16 @@
|
||||
/**
|
||||
* struct mb86a20s_config - Define the per-device attributes of the frontend
|
||||
*
|
||||
* @fclk: Clock frequency. If zero, assumes the default
|
||||
* (32.57142 Mhz)
|
||||
* @demod_address: the demodulator's i2c address
|
||||
* @is_serial: if true, TS is serial. Otherwise, TS is parallel
|
||||
*/
|
||||
|
||||
struct mb86a20s_config {
|
||||
u8 demod_address;
|
||||
bool is_serial;
|
||||
u32 fclk;
|
||||
u8 demod_address;
|
||||
bool is_serial;
|
||||
};
|
||||
|
||||
#if defined(CONFIG_DVB_MB86A20S) || (defined(CONFIG_DVB_MB86A20S_MODULE) \
|
||||
|
||||
Reference in New Issue
Block a user