Searched refs:h_mixer (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/sound/pci/asihpi/ |
D | hpi.h | 1312 u16 hpi_mixer_close(u32 h_mixer); 1314 u16 hpi_mixer_get_control(u32 h_mixer, u16 src_node_type, 1318 u16 hpi_mixer_get_control_by_index(u32 h_mixer, u16 control_index, 1322 u16 hpi_mixer_store(u32 h_mixer, enum HPI_MIXER_STORE_COMMAND command,
|
D | asihpi.c | 114 u32 h_mixer; member 351 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_card_asihpi_pcm_samplerates() 950 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_card_asihpi_playback_formats() 1119 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_card_asihpi_capture_formats() 2540 &asihpi->h_mixer); in snd_card_asihpi_mixer_new() 2550 asihpi->h_mixer, in snd_card_asihpi_mixer_new() 2685 err = hpi_mixer_get_control(asihpi->h_mixer, in snd_asihpi_proc_read() 2881 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()
|