Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-pcm.c169 static inline unsigned int hsw_ipc_to_mixer(u32 value) in hsw_ipc_to_mixer() function
252 hsw_ipc_to_mixer(pcm_data->volume[0]); in hsw_stream_volume_get()
254 hsw_ipc_to_mixer(pcm_data->volume[1]); in hsw_stream_volume_get()
262 ucontrol->value.integer.value[0] = hsw_ipc_to_mixer(volume); in hsw_stream_volume_get()
264 ucontrol->value.integer.value[1] = hsw_ipc_to_mixer(volume); in hsw_stream_volume_get()
312 ucontrol->value.integer.value[0] = hsw_ipc_to_mixer(volume); in hsw_volume_get()
315 ucontrol->value.integer.value[1] = hsw_ipc_to_mixer(volume); in hsw_volume_get()