Searched refs:hdsp_toggle_setting (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/pci/rme9652/ |
D | hdsp.c | 1718 static int hdsp_toggle_setting(struct hdsp *hdsp, u32 regmask) in hdsp_toggle_setting() function 1743 ucontrol->value.integer.value[0] = hdsp_toggle_setting(hdsp, regmask); in snd_hdsp_get_toggle_setting() 1760 change = (int) val != hdsp_toggle_setting(hdsp, regmask); in snd_hdsp_put_toggle_setting() 3696 hdsp_toggle_setting(hdsp, HDSP_XLRBreakoutCable) ? in snd_hdsp_proc_read() 4761 info.spdif_out = (unsigned char)hdsp_toggle_setting(hdsp, in snd_hdsp_hwdep_ioctl() 4764 hdsp_toggle_setting(hdsp, HDSP_SPDIFProfessional); in snd_hdsp_hwdep_ioctl() 4766 hdsp_toggle_setting(hdsp, HDSP_SPDIFEmphasis); in snd_hdsp_hwdep_ioctl() 4768 hdsp_toggle_setting(hdsp, HDSP_SPDIFNonAudio); in snd_hdsp_hwdep_ioctl() 4776 hdsp_toggle_setting(hdsp, HDSP_LineOut); in snd_hdsp_hwdep_ioctl() 4782 (unsigned char)hdsp_toggle_setting(hdsp, in snd_hdsp_hwdep_ioctl() [all …]
|