Loading sound/soc/codecs/wcd9335.c +1 −0 Original line number Diff line number Diff line Loading @@ -9804,6 +9804,7 @@ static int tasha_probe(struct platform_device *pdev) INIT_DELAYED_WORK(&tasha->power_gate_work, tasha_codec_power_gate_work); mutex_init(&tasha->power_lock); INIT_WORK(&tasha->swr_add_devices_work, wcd_swr_ctrl_add_devices); BLOCKING_INIT_NOTIFIER_HEAD(&tasha->notifier); mutex_init(&tasha->micb_lock); mutex_init(&tasha->swr_read_lock); mutex_init(&tasha->swr_write_lock); Loading Loading
sound/soc/codecs/wcd9335.c +1 −0 Original line number Diff line number Diff line Loading @@ -9804,6 +9804,7 @@ static int tasha_probe(struct platform_device *pdev) INIT_DELAYED_WORK(&tasha->power_gate_work, tasha_codec_power_gate_work); mutex_init(&tasha->power_lock); INIT_WORK(&tasha->swr_add_devices_work, wcd_swr_ctrl_add_devices); BLOCKING_INIT_NOTIFIER_HEAD(&tasha->notifier); mutex_init(&tasha->micb_lock); mutex_init(&tasha->swr_read_lock); mutex_init(&tasha->swr_write_lock); Loading