diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-01-29 03:42:21 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-12 12:45:11 +0100 |
commit | 2ee178dbeb3974676b23751d602f79cc276f46e4 (patch) | |
tree | 3983d9a7395f65ad746cd8db0be5cbf646dfda39 /sound/soc/intel/haswell/sst-haswell-ipc.h | |
parent | ASoC: intel: baytrail: replace platform to component (diff) | |
download | linux-2ee178dbeb3974676b23751d602f79cc276f46e4.tar.xz linux-2ee178dbeb3974676b23751d602f79cc276f46e4.zip |
ASoC: intel: haswell: replace platform to component
Now platform can be replaced to component, let's do it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/haswell/sst-haswell-ipc.h')
-rw-r--r-- | sound/soc/intel/haswell/sst-haswell-ipc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/haswell/sst-haswell-ipc.h b/sound/soc/intel/haswell/sst-haswell-ipc.h index 06d71aefa1fe..fbc14df139e4 100644 --- a/sound/soc/intel/haswell/sst-haswell-ipc.h +++ b/sound/soc/intel/haswell/sst-haswell-ipc.h @@ -22,6 +22,8 @@ #include <linux/platform_device.h> #include <sound/asound.h> +#define DRV_NAME "haswell-dai" + #define SST_HSW_NO_CHANNELS 4 #define SST_HSW_MAX_DX_REGIONS 14 #define SST_HSW_DX_CONTEXT_SIZE (640 * 1024) |