Searched refs:audio_ddep (Results 1 – 1 of 1) sorted by relevance
41 static unsigned int audio_ddep; variable42 module_param(audio_ddep, int, 0644);43 MODULE_PARM_DESC(audio_ddep,"audio ddep overwrite");791 if (audio_ddep >= 0x04 && audio_ddep <= 0x0e) { in tvaudio_thread_ddep()793 norms = (audio_ddep << 2) | 0x01; in tvaudio_thread_ddep()794 dprintk("ddep override: %s\n",stdres[audio_ddep]); in tvaudio_thread_ddep()