Searched refs:creg_spdif_stream (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/rme9652/ |
H A D | rme9652.c | 200 u32 creg_spdif_stream; member 832 snd_rme9652_convert_to_aes(&ucontrol->value.iec958, rme9652->creg_spdif_stream); in snd_rme9652_control_spdif_stream_get() 844 change = val != rme9652->creg_spdif_stream; in snd_rme9652_control_spdif_stream_put() 845 rme9652->creg_spdif_stream = val; in snd_rme9652_control_spdif_stream_put() 1993 rme9652_write(rme9652, RME9652_control_register, rme9652->control_register |= rme9652->creg_spdif_stream); in snd_rme9652_hw_params() 2312 rme9652->creg_spdif_stream = rme9652->creg_spdif; in snd_rme9652_playback_open()
|
H A D | hdsp.c | 456 u32 creg_spdif_stream; member 1600 snd_hdsp_convert_to_aes(&ucontrol->value.iec958, hdsp->creg_spdif_stream); in snd_hdsp_control_spdif_stream_get() 1612 change = val != hdsp->creg_spdif_stream; in snd_hdsp_control_spdif_stream_put() 1613 hdsp->creg_spdif_stream = val; in snd_hdsp_control_spdif_stream_put() 4013 hdsp_write(hdsp, HDSP_controlRegister, hdsp->control_register |= hdsp->creg_spdif_stream); in snd_hdsp_hw_params() 4475 hdsp->creg_spdif_stream = hdsp->creg_spdif; in snd_hdsp_playback_open()
|
/kernel/linux/linux-6.6/sound/pci/rme9652/ |
H A D | rme9652.c | 198 u32 creg_spdif_stream; member 819 snd_rme9652_convert_to_aes(&ucontrol->value.iec958, rme9652->creg_spdif_stream); in snd_rme9652_control_spdif_stream_get() 831 change = val != rme9652->creg_spdif_stream; in snd_rme9652_control_spdif_stream_put() 832 rme9652->creg_spdif_stream = val; in snd_rme9652_control_spdif_stream_put() 1939 rme9652_write(rme9652, RME9652_control_register, rme9652->control_register |= rme9652->creg_spdif_stream); in snd_rme9652_hw_params() 2259 rme9652->creg_spdif_stream = rme9652->creg_spdif; in snd_rme9652_playback_open()
|
H A D | hdsp.c | 453 u32 creg_spdif_stream; member 1598 snd_hdsp_convert_to_aes(&ucontrol->value.iec958, hdsp->creg_spdif_stream); in snd_hdsp_control_spdif_stream_get() 1610 change = val != hdsp->creg_spdif_stream; in snd_hdsp_control_spdif_stream_put() 1611 hdsp->creg_spdif_stream = val; in snd_hdsp_control_spdif_stream_put() 4056 hdsp_write(hdsp, HDSP_controlRegister, hdsp->control_register |= hdsp->creg_spdif_stream); in snd_hdsp_hw_params() 4519 hdsp->creg_spdif_stream = hdsp->creg_spdif; in snd_hdsp_playback_open()
|
Completed in 25 milliseconds