Home
last modified time | relevance | path

Searched defs:HPI_MAX_CHANNELS (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/sound/pci/asihpi/ !
Dhpifunc.c1990 u16 hpi_level_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS] in hpi_level_set_gain()
1997 u16 hpi_level_get_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS] in hpi_level_get_gain()
2010 u16 hpi_meter_get_peak(u32 h_control, short an_peakdB[HPI_MAX_CHANNELS] 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()
2747 u16 hpi_volume_set_gain(u32 h_control, short an_log_gain[HPI_MAX_CHANNELS] in hpi_volume_set_gain()
2754 u16 hpi_volume_get_gain(u32 h_control, short an_log_gain[HPI_MAX_CHANNELS] in hpi_volume_get_gain()
2799 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms, in hpi_volume_auto_fade_profile()
2823 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms) in hpi_volume_auto_fade()
Dhpi.h1087 #define HPI_MAX_CHANNELS 2 /* per stream */ macro