Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-ipc.h46 struct sst_hsw;
405 struct sst_hsw *sst_hsw_new(struct device *dev, const u8 *fw, size_t fw_length,
407 void sst_hsw_free(struct sst_hsw *hsw);
408 int sst_hsw_fw_get_version(struct sst_hsw *hsw,
413 int sst_hsw_stream_set_volume(struct sst_hsw *hsw,
415 int sst_hsw_stream_get_volume(struct sst_hsw *hsw,
419 int sst_hsw_mixer_set_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel,
421 int sst_hsw_mixer_get_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel,
425 struct sst_hsw_stream *sst_hsw_stream_new(struct sst_hsw *hsw, int id,
429 int sst_hsw_stream_free(struct sst_hsw *hsw, struct sst_hsw_stream *stream);
[all …]
Dsst-haswell-ipc.c214 struct sst_hsw;
228 struct sst_hsw *hsw;
275 struct sst_hsw *hsw;
279 struct sst_hsw { struct
425 static struct sst_hsw_stream *get_stream_by_id(struct sst_hsw *hsw, in get_stream_by_id()
438 static void hsw_fw_ready(struct sst_hsw *hsw, u32 header) in hsw_fw_ready()
486 struct sst_hsw *hsw = stream->hsw; in hsw_notification_work()
525 static void hsw_stream_update(struct sst_hsw *hsw, struct ipc_message *msg) in hsw_stream_update()
556 static int hsw_process_reply(struct sst_hsw *hsw, u32 header) in hsw_process_reply()
642 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-v4.19/sound/soc/intel/boards/
Dhaswell.c92 struct sst_hsw *haswell = pdata->dsp; in haswell_rtd_init()
Dbroadwell.c137 struct sst_hsw *broadwell = pdata->dsp; in broadwell_rtd_init()
Dbdw-rt5677.c186 struct sst_hsw *broadwell = pdata->dsp; in bdw_rt5677_rtd_init()
/Linux-v4.19/include/trace/events/
Dhswadsp.h12 struct sst_hsw;