I'm assuming that you're referring to the analog part, right?
right.
The country code only effects the Analog TV and radio, it has no effect on DVB-T.

Instead of a country code, the driver should use the V4L2_STD_ macros to
If we are in the radio mode, I do not have any video standard, how can I choose
the right audio setting in this situation?


determine the audio standard. Please take a look at saa7134-tvaudio code. It has
an interesting logic to associate the V4L2_STD with the corresponding audio 
settings:

For example, the audio carrier frequency and the audio standard are at tvaudio 
array:
   tatic struct saa7134_tvaudio tvaudio[] = {

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to