Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-ipc.c865 if (channel >= 2 && channel != SST_HSW_CHANNELS_ALL) in sst_hsw_stream_set_volume()
878 if (channel == SST_HSW_CHANNELS_ALL) { in sst_hsw_stream_set_volume()
887 req->channel = SST_HSW_CHANNELS_ALL; in sst_hsw_stream_set_volume()
930 if (channel >= 2 && channel != SST_HSW_CHANNELS_ALL) in sst_hsw_mixer_set_volume()
934 if (channel == SST_HSW_CHANNELS_ALL) { in sst_hsw_mixer_set_volume()
943 req.channel = SST_HSW_CHANNELS_ALL; in sst_hsw_mixer_set_volume()
Dsst-haswell-ipc.h28 #define SST_HSW_CHANNELS_ALL 0xffffffff macro
Dsst-haswell-pcm.c216 sst_hsw_stream_set_volume(hsw, pcm_data->stream, 0, SST_HSW_CHANNELS_ALL, volume); in hsw_stream_volume_put()
287 sst_hsw_mixer_set_volume(hsw, 0, SST_HSW_CHANNELS_ALL, volume); in hsw_volume_put()