Loading asoc/msm-pcm-host-voice-v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -1455,7 +1455,7 @@ static struct snd_soc_component_driver msm_soc_component = { static int msm_pcm_probe(struct platform_device *pdev) { pr_info("%s: dev name %s\n", __func__, dev_name(&pdev->dev)); pr_debug("%s: dev name %s\n", __func__, dev_name(&pdev->dev)); return snd_soc_register_component(&pdev->dev, &msm_soc_component, NULL, 0); } Loading asoc/msm-qti-pp-config.c +2 −2 Original line number Diff line number Diff line Loading @@ -1269,11 +1269,11 @@ int msm_adsp_inform_mixer_ctl(struct snd_soc_pcm_runtime *rtd, spin_lock_irqsave(&kctl_prtd->prtd_spin_lock, spin_flags); while (kctl_prtd->event_count >= DSP_STREAM_CALLBACK_QUEUE_SIZE) { pr_info("%s: queue of size %d is full. delete oldest one.\n", pr_debug("%s: queue of size %d is full. delete oldest one.\n", __func__, DSP_STREAM_CALLBACK_QUEUE_SIZE); oldest_event = list_first_entry(&kctl_prtd->event_queue, struct dsp_stream_callback_list, list); pr_info("%s: event deleted: type %d length %d\n", pr_debug("%s: event deleted: type %d length %d\n", __func__, oldest_event->event.event_type, oldest_event->event.payload_len); list_del(&oldest_event->list); Loading Loading
asoc/msm-pcm-host-voice-v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -1455,7 +1455,7 @@ static struct snd_soc_component_driver msm_soc_component = { static int msm_pcm_probe(struct platform_device *pdev) { pr_info("%s: dev name %s\n", __func__, dev_name(&pdev->dev)); pr_debug("%s: dev name %s\n", __func__, dev_name(&pdev->dev)); return snd_soc_register_component(&pdev->dev, &msm_soc_component, NULL, 0); } Loading
asoc/msm-qti-pp-config.c +2 −2 Original line number Diff line number Diff line Loading @@ -1269,11 +1269,11 @@ int msm_adsp_inform_mixer_ctl(struct snd_soc_pcm_runtime *rtd, spin_lock_irqsave(&kctl_prtd->prtd_spin_lock, spin_flags); while (kctl_prtd->event_count >= DSP_STREAM_CALLBACK_QUEUE_SIZE) { pr_info("%s: queue of size %d is full. delete oldest one.\n", pr_debug("%s: queue of size %d is full. delete oldest one.\n", __func__, DSP_STREAM_CALLBACK_QUEUE_SIZE); oldest_event = list_first_entry(&kctl_prtd->event_queue, struct dsp_stream_callback_list, list); pr_info("%s: event deleted: type %d length %d\n", pr_debug("%s: event deleted: type %d length %d\n", __func__, oldest_event->event.event_type, oldest_event->event.payload_len); list_del(&oldest_event->list); Loading