Searched refs:HPI_OBJ_MIXER (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpimsgx.c | 342 case HPI_OBJ_MIXER: hpi_send_recv_ex() 389 hpi_init_response(phr, HPI_OBJ_MIXER, HPI_MIXER_CLOSE, 0); mixer_close() 644 hpi_init_message_response(&hm, &hr, HPI_OBJ_MIXER, HPI_MIXER_OPEN); adapter_prepare() 667 hpi_init_response(&hr, HPI_OBJ_MIXER, HPI_MIXER_OPEN, HPIMSGX__reset()
|
H A D | hpifunc.c | 1204 hpi_init_message_response(&hm, &hr, HPI_OBJ_MIXER, HPI_MIXER_OPEN); hpi_mixer_open() 1211 hpi_indexes_to_handle(HPI_OBJ_MIXER, adapter_index, hpi_mixer_open() 1223 hpi_init_message_response(&hm, &hr, HPI_OBJ_MIXER, HPI_MIXER_CLOSE); hpi_mixer_close() 1237 hpi_init_message_response(&hm, &hr, HPI_OBJ_MIXER, hpi_mixer_get_control() 1264 hpi_init_message_response(&hm, &hr, HPI_OBJ_MIXER, hpi_mixer_get_control_by_index() 1297 hpi_init_message_response(&hm, &hr, HPI_OBJ_MIXER, HPI_MIXER_STORE); hpi_mixer_store()
|
H A D | hpi_internal.h | 375 HPI_OBJ_MIXER = 5, enumerator in enum:HPI_OBJECT_TYPES
|
Completed in 286 milliseconds