Home
last modified time | relevance | path

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

/Linux-v6.6/sound/pci/asihpi/
Dhpi.h1330 u16 hpi_volume_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS]
1333 u16 hpi_volume_get_gain(u32 h_control,
1337 u16 hpi_volume_set_mute(u32 h_control, u32 mute);
1339 u16 hpi_volume_get_mute(u32 h_control, u32 *mute);
1342 u16 hpi_volume_query_range(u32 h_control, short *min_gain_01dB,
1345 u16 hpi_volume_query_channels(const u32 h_control, u32 *p_channels);
1347 u16 hpi_volume_auto_fade(u32 h_control,
1350 u16 hpi_volume_auto_fade_profile(u32 h_control,
1354 u16 hpi_volume_query_auto_fade_profile(const u32 h_control, const u32 i,
1360 u16 hpi_level_query_range(u32 h_control, short *min_gain_01dB,
[all …]
Dhpifunc.c1308 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 …]
Dasihpi.c343 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()
951 u32 h_control; in snd_card_asihpi_playback_formats() local
960 HPI_CONTROL_SAMPLECLOCK, &h_control); in snd_card_asihpi_playback_formats()
963 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 …]