Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c28 static unsigned int audio_ddep; variable
29 module_param(audio_ddep, int, 0644);
30 MODULE_PARM_DESC(audio_ddep,"audio ddep overwrite");
777 if (audio_ddep >= 0x04 && audio_ddep <= 0x0e) { in tvaudio_thread_ddep()
779 norms = (audio_ddep << 2) | 0x01; in tvaudio_thread_ddep()
781 stdres[audio_ddep]); in tvaudio_thread_ddep()