Searched refs:h_control (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/sound/pci/asihpi/ |
D | hpi.h | 1343 u16 hpi_volume_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS] 1346 u16 hpi_volume_get_gain(u32 h_control, 1350 u16 hpi_volume_set_mute(u32 h_control, u32 mute); 1352 u16 hpi_volume_get_mute(u32 h_control, u32 *mute); 1355 u16 hpi_volume_query_range(u32 h_control, short *min_gain_01dB, 1358 u16 hpi_volume_query_channels(const u32 h_control, u32 *p_channels); 1360 u16 hpi_volume_auto_fade(u32 h_control, 1363 u16 hpi_volume_auto_fade_profile(u32 h_control, 1367 u16 hpi_volume_query_auto_fade_profile(const u32 h_control, const u32 i, 1373 u16 hpi_level_query_range(u32 h_control, short *min_gain_01dB, [all …]
|
D | hpifunc.c | 1308 u16 hpi_control_param_set(const u32 h_control, const u16 attrib, in hpi_control_param_set() argument 1316 if (hpi_handle_indexes(h_control, &hm.adapter_index, &hm.obj_index)) in hpi_control_param_set() 1325 static u16 hpi_control_log_set2(u32 h_control, u16 attrib, short sv0, in hpi_control_log_set2() argument 1333 if (hpi_handle_indexes(h_control, &hm.adapter_index, &hm.obj_index)) in hpi_control_log_set2() 1343 u16 hpi_control_param_get(const u32 h_control, const u16 attrib, u32 param1, in hpi_control_param_get() argument 1351 if (hpi_handle_indexes(h_control, &hm.adapter_index, &hm.obj_index)) in hpi_control_param_get() 1370 static u16 hpi_control_log_get2(u32 h_control, u16 attrib, short *sv0, in hpi_control_log_get2() argument 1377 if (hpi_handle_indexes(h_control, &hm.adapter_index, &hm.obj_index)) in hpi_control_log_get2() 1389 u16 hpi_control_query(const u32 h_control, const u16 attrib, const u32 index, in hpi_control_query() argument 1397 if (hpi_handle_indexes(h_control, &hm.adapter_index, &hm.obj_index)) in hpi_control_query() [all …]
|
D | asihpi.c | 343 u32 h_control; in snd_card_asihpi_pcm_samplerates() local 360 HPI_CONTROL_SAMPLECLOCK, &h_control); in snd_card_asihpi_pcm_samplerates() 368 if (hpi_sample_clock_get_sample_rate(h_control, in snd_card_asihpi_pcm_samplerates() 371 } else if (hpi_sample_clock_query_local_rate(h_control, in snd_card_asihpi_pcm_samplerates() 953 u32 h_control; in snd_card_asihpi_playback_formats() local 962 HPI_CONTROL_SAMPLECLOCK, &h_control); in snd_card_asihpi_playback_formats() 965 err = hpi_sample_clock_get_sample_rate(h_control, in snd_card_asihpi_playback_formats() 1128 u32 h_control; in snd_card_asihpi_capture_formats() local 1136 HPI_CONTROL_SAMPLECLOCK, &h_control); in snd_card_asihpi_capture_formats() 1139 err = hpi_sample_clock_get_sample_rate(h_control, in snd_card_asihpi_capture_formats() [all …]
|