Home
last modified time | relevance | path

Searched refs:creg_spdif_stream (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/pci/rme9652/
H A Drme9652.c198 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 …_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 Dhdsp.c453 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()