Searched refs:HPI_MAX_CHANNELS (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/sound/pci/asihpi/ |
D | hpi.h | 1095 #define HPI_MAX_CHANNELS 2 /* per stream */ macro 1354 u16 hpi_volume_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS] 1358 short an_gain0_01dB_out[HPI_MAX_CHANNELS] 1372 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms); 1375 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms, 1387 u16 hpi_level_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS] 1391 short an_gain0_01dB_out[HPI_MAX_CHANNELS] 1400 short an_peak0_01dB_out[HPI_MAX_CHANNELS] 1403 u16 hpi_meter_get_rms(u32 h_control, short an_peak0_01dB_out[HPI_MAX_CHANNELS]
|
D | hpifunc.c | 1990 u16 hpi_level_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS] in hpi_level_set_gain() argument 1997 u16 hpi_level_get_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS] in hpi_level_get_gain() argument 2010 u16 hpi_meter_get_peak(u32 h_control, short an_peakdB[HPI_MAX_CHANNELS] in hpi_meter_get_peak() argument 2029 sizeof(short) * HPI_MAX_CHANNELS); in hpi_meter_get_peak() 2031 for (i = 0; i < HPI_MAX_CHANNELS; i++) in hpi_meter_get_peak() 2036 u16 hpi_meter_get_rms(u32 h_control, short an_rmsdB[HPI_MAX_CHANNELS] in hpi_meter_get_rms() argument 2054 sizeof(short) * HPI_MAX_CHANNELS); in hpi_meter_get_rms() 2056 for (i = 0; i < HPI_MAX_CHANNELS; i++) in hpi_meter_get_rms() 2747 u16 hpi_volume_set_gain(u32 h_control, short an_log_gain[HPI_MAX_CHANNELS] in hpi_volume_set_gain() argument 2754 u16 hpi_volume_get_gain(u32 h_control, short an_log_gain[HPI_MAX_CHANNELS] in hpi_volume_get_gain() argument [all …]
|
D | hpi_internal.h | 835 short an_log_value[HPI_MAX_CHANNELS]; 845 short an_log_value[HPI_MAX_CHANNELS]; 866 short an_log_value[HPI_MAX_CHANNELS]; 873 short an_log_value[HPI_MAX_CHANNELS];
|
D | asihpi.c | 1516 count = HPI_MAX_CHANNELS; in snd_asihpi_volume_info() 1530 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_volume_get() 1544 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_volume_put() 1651 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_level_get() 1667 short an_gain_mB[HPI_MAX_CHANNELS]; in snd_asihpi_level_put() 2110 count = HPI_MAX_CHANNELS; in snd_asihpi_meter_info() 2146 short an_gain_mB[HPI_MAX_CHANNELS], i; in snd_asihpi_meter_get() 2151 for (i = 0; i < HPI_MAX_CHANNELS; i++) { in snd_asihpi_meter_get()
|