Lines Matching defs:asoc
143 if (machine->gpiod_hp_det && machine->asoc->add_hp_jack) {
144 if (machine->asoc->hp_jack_name)
145 jack_name = machine->asoc->hp_jack_name;
168 if (machine->gpiod_hp_det && machine->asoc->add_headset_jack) {
188 if (machine->gpiod_mic_det && machine->asoc->add_mic_jack) {
295 unsigned int mclk = machine->asoc->mclk_rate(srate);
296 unsigned int clk_id = machine->asoc->mclk_id;
426 const struct tegra_asoc_data *asoc;
437 asoc = of_device_get_match_data(dev);
438 card = asoc->card;
441 machine->asoc = asoc;
486 if (asoc->set_ac97) {
487 err = tegra_machine_register_codec(dev, asoc->codec_dev_name);
511 if (asoc->add_common_controls) {
516 if (asoc->add_common_dapm_widgets) {
521 if (asoc->add_common_snd_ops)
585 if (asoc->set_ac97) {