|
@@ -819,7 +819,6 @@ static int hsw_pcm_open(struct snd_pcm_substream *substream)
|
|
mutex_lock(&pcm_data->mutex);
|
|
mutex_lock(&pcm_data->mutex);
|
|
pm_runtime_get_sync(pdata->dev);
|
|
pm_runtime_get_sync(pdata->dev);
|
|
|
|
|
|
- snd_soc_pcm_set_drvdata(rtd, pcm_data);
|
|
|
|
pcm_data->substream = substream;
|
|
pcm_data->substream = substream;
|
|
|
|
|
|
snd_soc_set_runtime_hwparams(substream, &hsw_pcm_hardware);
|
|
snd_soc_set_runtime_hwparams(substream, &hsw_pcm_hardware);
|