Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/radio/wl128x/
Dfmdrv_v4l2.c319 u16 aud_mode; in fm_v4l2_vidioc_s_tuner() local
326 aud_mode = (tuner->audmode == V4L2_TUNER_MODE_STEREO) ? in fm_v4l2_vidioc_s_tuner()
339 ret = fmc_set_stereo_mono(fmdev, aud_mode); in fm_v4l2_vidioc_s_tuner()
421 mod->txsubchans = ((fmdev->tx_data.aud_mode == FM_STEREO_MODE) ? in fm_v4l2_vidioc_g_modulator()
438 u16 aud_mode; in fm_v4l2_vidioc_s_modulator() local
452 aud_mode = (mod->txsubchans & V4L2_TUNER_SUB_STEREO) ? in fm_v4l2_vidioc_s_modulator()
456 ret = fm_tx_set_stereo_mono(fmdev, aud_mode); in fm_v4l2_vidioc_s_modulator()
Dfmdrv_tx.c19 if (fmdev->tx_data.aud_mode == mode) in fm_tx_set_stereo_mono()
31 fmdev->tx_data.aud_mode = mode; in fm_tx_set_stereo_mono()
408 tx->aud_mode = FM_STEREO_MODE; in fm_tx_set_freq()
Dfmdrv.h184 u16 aud_mode; member