Searched refs:hpi_control_query (Results 1 – 1 of 1) sorted by relevance
/sound/pci/asihpi/ |
D | hpifunc.c | 1389 u16 hpi_control_query(const u32 h_control, const u16 attrib, const u32 index, in hpi_control_query() function 1475 err = hpi_control_query(h_aes_rx, HPI_AESEBURX_FORMAT, index, 0, &qr); in hpi_aesebu_receiver_query_format() 1584 err = hpi_control_query(h_aes_tx, HPI_AESEBUTX_FORMAT, index, 0, &qr); in hpi_aesebu_transmitter_query_format() 1643 err = hpi_control_query(h_mode, HPI_CHANNEL_MODE_MODE, index, 0, &qr); in hpi_channel_mode_query_mode() 2007 return hpi_control_query(h_meter, HPI_METER_NUM_CHANNELS, 0, 0, in hpi_meter_query_channels() 2270 err = hpi_control_query(h_clock, HPI_SAMPLECLOCK_SOURCE, index, 0, in hpi_sample_clock_query_source() 2300 err = hpi_control_query(h_clock, HPI_SAMPLECLOCK_SOURCE_INDEX, index, in hpi_sample_clock_query_source_index() 2327 return hpi_control_query(h_clock, HPI_SAMPLECLOCK_LOCAL_SAMPLERATE, in hpi_sample_clock_query_local_rate() 2490 err = hpi_control_query(h_tuner, HPI_TUNER_BAND, index, 0, &qr); in hpi_tuner_query_band() 2514 return hpi_control_query(h_tuner, HPI_TUNER_FREQ, index, band, pfreq); in hpi_tuner_query_frequency() [all …]
|