Searched refs:headset_codec_dev (Results 1 – 3 of 3) sorted by relevance
180 if (!ctx->headset_codec_dev) in asoc_sdw_rt_sdca_jack_exit()186 device_remove_software_node(ctx->headset_codec_dev); in asoc_sdw_rt_sdca_jack_exit()187 put_device(ctx->headset_codec_dev); in asoc_sdw_rt_sdca_jack_exit()188 ctx->headset_codec_dev = NULL; in asoc_sdw_rt_sdca_jack_exit()207 if (ctx->headset_codec_dev) in asoc_sdw_rt_sdca_jack_init()219 ctx->headset_codec_dev = sdw_dev; in asoc_sdw_rt_sdca_jack_init()
122 if (!ctx->headset_codec_dev) in asoc_sdw_rt711_exit()125 device_remove_software_node(ctx->headset_codec_dev); in asoc_sdw_rt711_exit()126 put_device(ctx->headset_codec_dev); in asoc_sdw_rt711_exit()157 ctx->headset_codec_dev = sdw_dev; in asoc_sdw_rt711_init()
98 struct device *headset_codec_dev; /* only one headset per card */ member