Searched refs:h_mixer (Results 1 – 3 of 3) sorted by relevance
/sound/pci/asihpi/ |
D | hpi.h | 1328 u16 hpi_mixer_close(u32 h_mixer); 1330 u16 hpi_mixer_get_control(u32 h_mixer, u16 src_node_type, 1334 u16 hpi_mixer_get_control_by_index(u32 h_mixer, u16 control_index, 1338 u16 hpi_mixer_store(u32 h_mixer, enum HPI_MIXER_STORE_COMMAND command,
|
D | asihpi.c | 128 u32 h_mixer; member 374 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_card_asihpi_pcm_samplerates() 957 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_card_asihpi_playback_formats() 1132 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_card_asihpi_capture_formats() 2574 &asihpi->h_mixer); in snd_card_asihpi_mixer_new() 2584 asihpi->h_mixer, in snd_card_asihpi_mixer_new() 2720 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_asihpi_proc_read() 2916 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_asihpi_probe()
|
D | hpifunc.c | 1218 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()
|