diff options
author | Oliver Endriss <devnull@localhost> | 2003-05-08 12:23:38 +0000 |
---|---|---|
committer | Oliver Endriss <devnull@localhost> | 2003-05-08 12:23:38 +0000 |
commit | 67653274d53c65a9df4fa3da530c8d6c38544fc1 (patch) | |
tree | b93bea44523825ff3d6d20ca2c10fa2c0dfee678 /linux/drivers/media/common/Makefile | |
parent | f0994cad92142782ac5a8078d53b9fe5def990b4 (diff) | |
download | mediapointer-dvb-s2-67653274d53c65a9df4fa3da530c8d6c38544fc1.tar.gz mediapointer-dvb-s2-67653274d53c65a9df4fa3da530c8d6c38544fc1.tar.bz2 |
changed auto-detection of full-featured cards:
| if (crystal chip present)
| av7110->adac_type = DVB_ADAC_CRYSTAL;
| else if (MSP34xx chip present)
| av7110->adac_type = DVB_ADAC_MSP;
| else if (av7110->saa->device->subsystem_vendor == 0x110a)
| av7110->adac_type = DVB_ADAC_NONE;
| else
| av7110->adac_type = adac;
The adac parameter will only be used if the card cannot be
autodetected.
Diffstat (limited to 'linux/drivers/media/common/Makefile')
0 files changed, 0 insertions, 0 deletions