[alsa-devel] [v3 04/13] ASoC: Intel: Fix to use byte control interface
Subhransu S. Prusty
subhransu.s.prusty at intel.com
Wed Jul 30 15:02:21 CEST 2014
From: Vinod Koul <vinod.koul at intel.com>
Using a byte control interface instead of generic_params ioctl.
Signed-off-by: Vinod Koul <vinod.koul at intel.com>
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty at intel.com>
---
sound/soc/intel/sst-mfld-platform.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sound/soc/intel/sst-mfld-platform.h b/sound/soc/intel/sst-mfld-platform.h
index 6c6a42c08e24..4b536feda3ec 100644
--- a/sound/soc/intel/sst-mfld-platform.h
+++ b/sound/soc/intel/sst-mfld-platform.h
@@ -63,6 +63,8 @@ enum sst_controls {
SST_SND_BUFFER_POINTER = 0x05,
SST_SND_STREAM_INIT = 0x06,
SST_SND_START = 0x07,
+ SST_SET_RUNTIME_PARAMS = 0x08,
+ SST_SET_ALGO_PARAMS = 0x09,
SST_SET_BYTE_STREAM = 0x100A,
SST_GET_BYTE_STREAM = 0x100B,
SST_MAX_CONTROLS = SST_GET_BYTE_STREAM,
@@ -129,7 +131,7 @@ struct compress_sst_ops {
struct sst_ops {
int (*open) (struct snd_sst_params *str_param);
int (*device_control) (int cmd, void *arg);
- int (*set_generic_params)(enum sst_controls cmd, void *arg);
+ int (*send_byte_stream)(void *arg);
int (*close) (unsigned int str_id);
};
--
1.9.0
More information about the Alsa-devel
mailing list