Loading sound/soc/msm/msmcobalt.c +1 −2 Original line number Diff line number Diff line Loading @@ -3971,8 +3971,6 @@ static int msm_asoc_machine_probe(struct platform_device *pdev) goto err; } spdev = pdev; ret = msm_populate_dai_link_component_of_node(card); if (ret) { ret = -EPROBE_DEFER; Loading Loading @@ -4010,6 +4008,7 @@ static int msm_asoc_machine_probe(struct platform_device *pdev) goto err; } dev_info(&pdev->dev, "Sound card %s registered\n", card->name); spdev = pdev; ret = of_property_read_string(pdev->dev.of_node, "qcom,mbhc-audio-jack-type", &mbhc_audio_jack_type); Loading Loading
sound/soc/msm/msmcobalt.c +1 −2 Original line number Diff line number Diff line Loading @@ -3971,8 +3971,6 @@ static int msm_asoc_machine_probe(struct platform_device *pdev) goto err; } spdev = pdev; ret = msm_populate_dai_link_component_of_node(card); if (ret) { ret = -EPROBE_DEFER; Loading Loading @@ -4010,6 +4008,7 @@ static int msm_asoc_machine_probe(struct platform_device *pdev) goto err; } dev_info(&pdev->dev, "Sound card %s registered\n", card->name); spdev = pdev; ret = of_property_read_string(pdev->dev.of_node, "qcom,mbhc-audio-jack-type", &mbhc_audio_jack_type); Loading