Searched refs:cx88_set_stereo (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/media/pci/cx88/ |
D | cx88-tvaudio.c | 881 void cx88_set_stereo(struct cx88_core *core, u32 mode, int manual) in cx88_set_stereo() function 985 EXPORT_SYMBOL(cx88_set_stereo); 1026 cx88_set_stereo(core, mode, 0); in cx88_audio_thread()
|
D | cx88.h | 687 void cx88_set_stereo(struct cx88_core *core, u32 mode, int manual);
|
D | cx88-video.c | 597 cx88_set_stereo(core, V4L2_TUNER_MODE_STEREO, 1); in radio_open() 940 cx88_set_stereo(core, t->audmode, 1); in vidioc_s_tuner()
|
D | cx88-blackbird.c | 1009 cx88_set_stereo(core, t->audmode, 1); in vidioc_s_tuner()
|