Lines Matching full:speaker
34 { "speaker-enable-gpios", &enable_gpio, 1, ACPI_GPIO_QUIRK_ONLY_GPIOIO },
54 SND_SOC_DAPM_SPK("Speaker", NULL),
59 SND_SOC_DAPM_SUPPLY("Speaker Power", SND_SOC_NOPM, 0, 0,
69 * There is no separate speaker output instead the speakers are muxed to
70 * the HP outputs. The mux is controlled by the "Speaker Power" widget.
72 {"Speaker", NULL, "HPOL"},
73 {"Speaker", NULL, "HPOR"},
74 {"Speaker", NULL, "Speaker Power"},
82 SOC_DAPM_PIN_SWITCH("Speaker"),
126 gpiod = gpiod_get_optional(codec_dai->dev, "speaker-enable", GPIOD_OUT_LOW);