diff options
| -rw-r--r-- | sound/soc/intel/atom/sst-atom-controls.c | 2 | ||||
| -rw-r--r-- | sound/soc/intel/atom/sst/sst_stream.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/intel/atom/sst-atom-controls.c b/sound/soc/intel/atom/sst-atom-controls.c index 0838478c4c3f..c7b3cbf92faf 100644 --- a/sound/soc/intel/atom/sst-atom-controls.c +++ b/sound/soc/intel/atom/sst-atom-controls.c | |||
| @@ -937,7 +937,7 @@ int send_ssp_cmd(struct snd_soc_dai *dai, const char *id, bool enable) | |||
| 937 | struct sst_data *drv = snd_soc_dai_get_drvdata(dai); | 937 | struct sst_data *drv = snd_soc_dai_get_drvdata(dai); |
| 938 | int ssp_id; | 938 | int ssp_id; |
| 939 | 939 | ||
| 940 | dev_info(dai->dev, "Enter: enable=%d port_name=%s\n", enable, id); | 940 | dev_dbg(dai->dev, "Enter: enable=%d port_name=%s\n", enable, id); |
| 941 | 941 | ||
| 942 | if (strcmp(id, "ssp0-port") == 0) | 942 | if (strcmp(id, "ssp0-port") == 0) |
| 943 | ssp_id = SSP_MODEM; | 943 | ssp_id = SSP_MODEM; |
diff --git a/sound/soc/intel/atom/sst/sst_stream.c b/sound/soc/intel/atom/sst/sst_stream.c index 4ccc80e5e8cc..51bdeeecb7c8 100644 --- a/sound/soc/intel/atom/sst/sst_stream.c +++ b/sound/soc/intel/atom/sst/sst_stream.c | |||
| @@ -104,7 +104,7 @@ int sst_alloc_stream_mrfld(struct intel_sst_drv *sst_drv_ctx, void *params) | |||
| 104 | sst_init_stream(&sst_drv_ctx->streams[str_id], alloc_param.codec_type, | 104 | sst_init_stream(&sst_drv_ctx->streams[str_id], alloc_param.codec_type, |
| 105 | str_id, alloc_param.operation, 0); | 105 | str_id, alloc_param.operation, 0); |
| 106 | 106 | ||
| 107 | dev_info(sst_drv_ctx->dev, "Alloc for str %d pipe %#x\n", | 107 | dev_dbg(sst_drv_ctx->dev, "Alloc for str %d pipe %#x\n", |
| 108 | str_id, pipe_id); | 108 | str_id, pipe_id); |
| 109 | ret = sst_prepare_and_post_msg(sst_drv_ctx, task_id, IPC_CMD, | 109 | ret = sst_prepare_and_post_msg(sst_drv_ctx, task_id, IPC_CMD, |
| 110 | IPC_IA_ALLOC_STREAM_MRFLD, pipe_id, sizeof(alloc_param), | 110 | IPC_IA_ALLOC_STREAM_MRFLD, pipe_id, sizeof(alloc_param), |
| @@ -415,7 +415,7 @@ int sst_free_stream(struct intel_sst_drv *sst_drv_ctx, int str_id) | |||
| 415 | str_info->status = STREAM_UN_INIT; | 415 | str_info->status = STREAM_UN_INIT; |
| 416 | mutex_unlock(&str_info->lock); | 416 | mutex_unlock(&str_info->lock); |
| 417 | 417 | ||
| 418 | dev_info(sst_drv_ctx->dev, "Free for str %d pipe %#x\n", | 418 | dev_dbg(sst_drv_ctx->dev, "Free for str %d pipe %#x\n", |
| 419 | str_id, str_info->pipe_id); | 419 | str_id, str_info->pipe_id); |
| 420 | retval = sst_prepare_and_post_msg(sst_drv_ctx, str_info->task_id, IPC_CMD, | 420 | retval = sst_prepare_and_post_msg(sst_drv_ctx, str_info->task_id, IPC_CMD, |
| 421 | IPC_IA_FREE_STREAM_MRFLD, str_info->pipe_id, 0, | 421 | IPC_IA_FREE_STREAM_MRFLD, str_info->pipe_id, 0, |
