Home
last modified time | relevance | path

Searched refs:h_control (Results 1 – 3 of 3) sorted by relevance

/sound/pci/asihpi/
Dhpi.h1346 u16 hpi_volume_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS]
1349 u16 hpi_volume_get_gain(u32 h_control,
1353 u16 hpi_volume_set_mute(u32 h_control, u32 mute);
1355 u16 hpi_volume_get_mute(u32 h_control, u32 *mute);
1358 u16 hpi_volume_query_range(u32 h_control, short *min_gain_01dB,
1361 u16 hpi_volume_query_channels(const u32 h_control, u32 *p_channels);
1363 u16 hpi_volume_auto_fade(u32 h_control,
1366 u16 hpi_volume_auto_fade_profile(u32 h_control,
1370 u16 hpi_volume_query_auto_fade_profile(const u32 h_control, const u32 i,
1376 u16 hpi_level_query_range(u32 h_control, short *min_gain_01dB,
[all …]
Dhpifunc.c1307 u16 hpi_control_param_set(const u32 h_control, const u16 attrib, in hpi_control_param_set() argument
1315 if (hpi_handle_indexes(h_control, &hm.adapter_index, &hm.obj_index)) in hpi_control_param_set()
1324 static u16 hpi_control_log_set2(u32 h_control, u16 attrib, short sv0, in hpi_control_log_set2() argument
1332 if (hpi_handle_indexes(h_control, &hm.adapter_index, &hm.obj_index)) in hpi_control_log_set2()
1342 u16 hpi_control_param_get(const u32 h_control, const u16 attrib, u32 param1, in hpi_control_param_get() argument
1350 if (hpi_handle_indexes(h_control, &hm.adapter_index, &hm.obj_index)) in hpi_control_param_get()
1369 static u16 hpi_control_log_get2(u32 h_control, u16 attrib, short *sv0, in hpi_control_log_get2() argument
1376 if (hpi_handle_indexes(h_control, &hm.adapter_index, &hm.obj_index)) in hpi_control_log_get2()
1388 u16 hpi_control_query(const u32 h_control, const u16 attrib, const u32 index, in hpi_control_query() argument
1396 if (hpi_handle_indexes(h_control, &hm.adapter_index, &hm.obj_index)) in hpi_control_query()
[all …]
Dasihpi.c359 u32 h_control; in snd_card_asihpi_pcm_samplerates() local
376 HPI_CONTROL_SAMPLECLOCK, &h_control); in snd_card_asihpi_pcm_samplerates()
384 if (hpi_sample_clock_get_sample_rate(h_control, in snd_card_asihpi_pcm_samplerates()
387 } else if (hpi_sample_clock_query_local_rate(h_control, in snd_card_asihpi_pcm_samplerates()
950 u32 h_control; in snd_card_asihpi_playback_formats() local
959 HPI_CONTROL_SAMPLECLOCK, &h_control); in snd_card_asihpi_playback_formats()
962 err = hpi_sample_clock_get_sample_rate(h_control, in snd_card_asihpi_playback_formats()
1126 u32 h_control; in snd_card_asihpi_capture_formats() local
1134 HPI_CONTROL_SAMPLECLOCK, &h_control); in snd_card_asihpi_capture_formats()
1137 err = hpi_sample_clock_get_sample_rate(h_control, in snd_card_asihpi_capture_formats()
[all …]