Searched refs:s_audio_mode (Results 1 – 4 of 4) sorted by relevance
113 .s_audio_mode = cx18_s_audio_mode,
88 .s_audio_mode = ivtv_s_audio_mode,
98 int (*s_audio_mode)(struct cx2341x_handler *hdl, u32 val); member
1443 hdl->ops && hdl->ops->s_audio_mode) in cx2341x_s_ctrl()1444 return hdl->ops->s_audio_mode(hdl, hdl->audio_mode->val); in cx2341x_s_ctrl()