Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-ipc.h44 struct sst_hsw;
403 struct sst_hsw *sst_hsw_new(struct device *dev, const u8 *fw, size_t fw_length,
405 void sst_hsw_free(struct sst_hsw *hsw);
406 int sst_hsw_fw_get_version(struct sst_hsw *hsw,
411 int sst_hsw_stream_set_volume(struct sst_hsw *hsw,
413 int sst_hsw_stream_get_volume(struct sst_hsw *hsw,
417 int sst_hsw_mixer_set_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel,
419 int sst_hsw_mixer_get_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel,
423 struct sst_hsw_stream *sst_hsw_stream_new(struct sst_hsw *hsw, int id,
427 int sst_hsw_stream_free(struct sst_hsw *hsw, struct sst_hsw_stream *stream);
[all …]
Dsst-haswell-ipc.c215 struct sst_hsw;
229 struct sst_hsw *hsw;
276 struct sst_hsw *hsw;
280 struct sst_hsw { struct
422 static struct sst_hsw_stream *get_stream_by_id(struct sst_hsw *hsw, in get_stream_by_id()
435 static void hsw_fw_ready(struct sst_hsw *hsw, u32 header) in hsw_fw_ready()
483 struct sst_hsw *hsw = stream->hsw; in hsw_notification_work()
522 static void hsw_stream_update(struct sst_hsw *hsw, struct ipc_message *msg) in hsw_stream_update()
553 static int hsw_process_reply(struct sst_hsw *hsw, u32 header) in hsw_process_reply()
639 static int hsw_module_message(struct sst_hsw *hsw, u32 header) in hsw_module_message()
[all …]
Dsst-haswell-pcm.c136 struct sst_hsw *hsw;
190 struct sst_hsw *hsw = pdata->hsw; in hsw_stream_volume_put()
239 struct sst_hsw *hsw = pdata->hsw; in hsw_stream_volume_get()
278 struct sst_hsw *hsw = pdata->hsw; in hsw_volume_put()
307 struct sst_hsw *hsw = pdata->hsw; in hsw_volume_get()
327 struct sst_hsw *hsw = pdata->hsw; in hsw_waves_switch_get()
341 struct sst_hsw *hsw = pdata->hsw; in hsw_waves_switch_put()
375 struct sst_hsw *hsw = pdata->hsw; in hsw_waves_param_get()
386 struct sst_hsw *hsw = pdata->hsw; in hsw_waves_param_put()
478 struct sst_hsw *hsw = pdata->hsw; in hsw_pcm_hw_params()
[all …]
/linux-4.1.27/sound/soc/intel/boards/
Dhaswell.c91 struct sst_hsw *haswell = pdata->dsp; in haswell_rtd_init()
Dbroadwell.c136 struct sst_hsw *broadwell = pdata->dsp; in broadwell_rtd_init()
/linux-4.1.27/include/trace/events/
Dhswadsp.h11 struct sst_hsw;