Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/radio/wl128x/
Dfmdrv_v4l2.c339 u16 aud_mode; in fm_v4l2_vidioc_s_tuner() local
346 aud_mode = (tuner->audmode == V4L2_TUNER_MODE_STEREO) ? in fm_v4l2_vidioc_s_tuner()
359 ret = fmc_set_stereo_mono(fmdev, aud_mode); in fm_v4l2_vidioc_s_tuner()
441 mod->txsubchans = ((fmdev->tx_data.aud_mode == FM_STEREO_MODE) ? in fm_v4l2_vidioc_g_modulator()
458 u16 aud_mode; in fm_v4l2_vidioc_s_modulator() local
472 aud_mode = (mod->txsubchans & V4L2_TUNER_SUB_STEREO) ? in fm_v4l2_vidioc_s_modulator()
476 ret = fm_tx_set_stereo_mono(fmdev, aud_mode); in fm_v4l2_vidioc_s_modulator()
Dfmdrv_tx.c32 if (fmdev->tx_data.aud_mode == mode) in fm_tx_set_stereo_mono()
44 fmdev->tx_data.aud_mode = mode; in fm_tx_set_stereo_mono()
421 tx->aud_mode = FM_STEREO_MODE; in fm_tx_set_freq()
Dfmdrv.h197 u16 aud_mode; member