Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/asihpi/
Dhpi.h1336 u16 hpi_mixer_close(u32 h_mixer);
1338 u16 hpi_mixer_get_control(u32 h_mixer, u16 src_node_type,
1342 u16 hpi_mixer_get_control_by_index(u32 h_mixer, u16 control_index,
1346 u16 hpi_mixer_store(u32 h_mixer, enum HPI_MIXER_STORE_COMMAND command,
Dasihpi.c137 u32 h_mixer; member
379 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_card_asihpi_pcm_samplerates()
1019 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_card_asihpi_playback_formats()
1201 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_card_asihpi_capture_formats()
2631 &asihpi->h_mixer); in snd_card_asihpi_mixer_new()
2641 asihpi->h_mixer, in snd_card_asihpi_mixer_new()
2776 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_asihpi_proc_read()
2976 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_asihpi_probe()
Dhpifunc.c1218 u16 hpi_mixer_close(u32 h_mixer) in hpi_mixer_close() argument
1224 if (hpi_handle_indexes(h_mixer, &hm.adapter_index, NULL)) in hpi_mixer_close()
1231 u16 hpi_mixer_get_control(u32 h_mixer, u16 src_node_type, in hpi_mixer_get_control() argument
1239 if (hpi_handle_indexes(h_mixer, &hm.adapter_index, NULL)) in hpi_mixer_get_control()
1258 u16 hpi_mixer_get_control_by_index(u32 h_mixer, u16 control_index, in hpi_mixer_get_control_by_index() argument
1266 if (hpi_handle_indexes(h_mixer, &hm.adapter_index, NULL)) in hpi_mixer_get_control_by_index()
1292 u16 hpi_mixer_store(u32 h_mixer, enum HPI_MIXER_STORE_COMMAND command, in hpi_mixer_store() argument
1298 if (hpi_handle_indexes(h_mixer, &hm.adapter_index, NULL)) in hpi_mixer_store()