Loading include/sound/q6asm-v2.h +1 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,7 @@ struct audio_client { wait_queue_head_t mem_wait; int perf_mode; int stream_id; struct device *dev; /* audio cache operations fptr*/ int (*fptr_cache_ops)(struct audio_buffer *abuff, int cache_op); atomic_t unmap_cb_success; Loading sound/soc/msm/qdsp6v2/msm-pcm-q6-v2.c +3 −0 Original line number Diff line number Diff line Loading @@ -462,6 +462,7 @@ static int msm_pcm_trigger(struct snd_pcm_substream *substream, int cmd) static int msm_pcm_open(struct snd_pcm_substream *substream) { struct snd_pcm_runtime *runtime = substream->runtime; struct snd_soc_pcm_runtime *soc_prtd = substream->private_data; struct msm_audio *prtd; int ret = 0; Loading @@ -479,6 +480,8 @@ static int msm_pcm_open(struct snd_pcm_substream *substream) return -ENOMEM; } prtd->audio_client->dev = soc_prtd->platform->dev; if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) runtime->hw = msm_pcm_hardware_playback; Loading sound/soc/msm/qdsp6v2/q6asm.c +726 −465 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
include/sound/q6asm-v2.h +1 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,7 @@ struct audio_client { wait_queue_head_t mem_wait; int perf_mode; int stream_id; struct device *dev; /* audio cache operations fptr*/ int (*fptr_cache_ops)(struct audio_buffer *abuff, int cache_op); atomic_t unmap_cb_success; Loading
sound/soc/msm/qdsp6v2/msm-pcm-q6-v2.c +3 −0 Original line number Diff line number Diff line Loading @@ -462,6 +462,7 @@ static int msm_pcm_trigger(struct snd_pcm_substream *substream, int cmd) static int msm_pcm_open(struct snd_pcm_substream *substream) { struct snd_pcm_runtime *runtime = substream->runtime; struct snd_soc_pcm_runtime *soc_prtd = substream->private_data; struct msm_audio *prtd; int ret = 0; Loading @@ -479,6 +480,8 @@ static int msm_pcm_open(struct snd_pcm_substream *substream) return -ENOMEM; } prtd->audio_client->dev = soc_prtd->platform->dev; if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) runtime->hw = msm_pcm_hardware_playback; Loading
sound/soc/msm/qdsp6v2/q6asm.c +726 −465 File changed.Preview size limit exceeded, changes collapsed. Show changes