Searched refs:h_mixer (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/sound/pci/asihpi/ |
D | hpi.h | 1325 u16 hpi_mixer_close(u32 h_mixer); 1327 u16 hpi_mixer_get_control(u32 h_mixer, u16 src_node_type, 1331 u16 hpi_mixer_get_control_by_index(u32 h_mixer, u16 control_index, 1335 u16 hpi_mixer_store(u32 h_mixer, enum HPI_MIXER_STORE_COMMAND command,
|
D | asihpi.c | 123 u32 h_mixer; member 358 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_card_asihpi_pcm_samplerates() 960 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_card_asihpi_playback_formats() 1134 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_card_asihpi_capture_formats() 2557 &asihpi->h_mixer); in snd_card_asihpi_mixer_new() 2567 asihpi->h_mixer, in snd_card_asihpi_mixer_new() 2702 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_asihpi_proc_read() 2898 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_asihpi_probe()
|
D | hpifunc.c | 1219 u16 hpi_mixer_close(u32 h_mixer) in hpi_mixer_close() argument 1225 if (hpi_handle_indexes(h_mixer, &hm.adapter_index, NULL)) in hpi_mixer_close() 1232 u16 hpi_mixer_get_control(u32 h_mixer, u16 src_node_type, in hpi_mixer_get_control() argument 1240 if (hpi_handle_indexes(h_mixer, &hm.adapter_index, NULL)) in hpi_mixer_get_control() 1259 u16 hpi_mixer_get_control_by_index(u32 h_mixer, u16 control_index, in hpi_mixer_get_control_by_index() argument 1267 if (hpi_handle_indexes(h_mixer, &hm.adapter_index, NULL)) in hpi_mixer_get_control_by_index() 1293 u16 hpi_mixer_store(u32 h_mixer, enum HPI_MIXER_STORE_COMMAND command, in hpi_mixer_store() argument 1299 if (hpi_handle_indexes(h_mixer, &hm.adapter_index, NULL)) in hpi_mixer_store()
|