Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/asihpi/
Dhpi.h1354 u16 hpi_volume_set_gain(u32 h_control, short an_gain0_01dB[HPI_MAX_CHANNELS]
1357 u16 hpi_volume_get_gain(u32 h_control,
1361 u16 hpi_volume_set_mute(u32 h_control, u32 mute);
1363 u16 hpi_volume_get_mute(u32 h_control, u32 *mute);
1366 u16 hpi_volume_query_range(u32 h_control, short *min_gain_01dB,
1369 u16 hpi_volume_query_channels(const u32 h_control, u32 *p_channels);
1371 u16 hpi_volume_auto_fade(u32 h_control,
1374 u16 hpi_volume_auto_fade_profile(u32 h_control,
1378 u16 hpi_volume_query_auto_fade_profile(const u32 h_control, const u32 i,
1384 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.c364 u32 h_control; in snd_card_asihpi_pcm_samplerates() local
381 HPI_CONTROL_SAMPLECLOCK, &h_control); in snd_card_asihpi_pcm_samplerates()
389 if (hpi_sample_clock_get_sample_rate(h_control, in snd_card_asihpi_pcm_samplerates()
392 } else if (hpi_sample_clock_query_local_rate(h_control, in snd_card_asihpi_pcm_samplerates()
1012 u32 h_control; in snd_card_asihpi_playback_formats() local
1021 HPI_CONTROL_SAMPLECLOCK, &h_control); in snd_card_asihpi_playback_formats()
1024 err = hpi_sample_clock_get_sample_rate(h_control, in snd_card_asihpi_playback_formats()
1195 u32 h_control; in snd_card_asihpi_capture_formats() local
1203 HPI_CONTROL_SAMPLECLOCK, &h_control); in snd_card_asihpi_capture_formats()
1206 err = hpi_sample_clock_get_sample_rate(h_control, in snd_card_asihpi_capture_formats()
[all …]