Home
last modified time | relevance | path

Searched refs:audio_ddep (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c37 static unsigned int audio_ddep; variable
38 module_param(audio_ddep, int, 0644);
39 MODULE_PARM_DESC(audio_ddep,"audio ddep overwrite");
786 if (audio_ddep >= 0x04 && audio_ddep <= 0x0e) { in tvaudio_thread_ddep()
788 norms = (audio_ddep << 2) | 0x01; in tvaudio_thread_ddep()
790 stdres[audio_ddep]); in tvaudio_thread_ddep()