Searched refs:hpi_control_param_set (Results 1 – 1 of 1) sorted by relevance
/linux/sound/pci/asihpi/ |
H A D | hpifunc.c | 1308 u16 hpi_control_param_set(const u32 h_control, const u16 attrib, in hpi_control_param_set() function 1482 return hpi_control_param_set(h_control, HPI_AESEBURX_FORMAT, format, in hpi_aesebu_receiver_set_format() 1555 return hpi_control_param_set(h_control, HPI_AESEBUTX_SAMPLERATE, in hpi_aesebu_transmitter_set_sample_rate() 1561 return hpi_control_param_set(h_control, HPI_AESEBUTX_USERDATA, index, in hpi_aesebu_transmitter_set_user_data() 1568 return hpi_control_param_set(h_control, HPI_AESEBUTX_CHANNELSTATUS, in hpi_aesebu_transmitter_set_channel_status() 1591 return hpi_control_param_set(h_control, HPI_AESEBUTX_FORMAT, in hpi_aesebu_transmitter_set_format() 1609 return hpi_control_param_set(h_control, HPI_BITSTREAM_CLOCK_EDGE, in hpi_bitstream_set_clock_edge() 1615 return hpi_control_param_set(h_control, HPI_BITSTREAM_DATA_POLARITY, in hpi_bitstream_set_data_polarity() 1650 return hpi_control_param_set(h_control, HPI_CHANNEL_MODE_MODE, mode, in hpi_channel_mode_set() 1864 return hpi_control_param_set(h_control, HPI_GENERIC_ENABLE, enable, in hpi_compander_set_enable() [all …]
|