Lines Matching +full:aux +full:- +full:output +full:- +full:source

1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arizona.h - Wolfson Arizona class device shared support
34 #define ARIZONA_FLL_SRC_NONE -1
95 /* Variables used by arizona-jack.c code */
202 ARIZONA_MUX(name_str " Aux 1", &name##_aux1_mux), \
203 ARIZONA_MUX(name_str " Aux 2", &name##_aux2_mux), \
204 ARIZONA_MUX(name_str " Aux 3", &name##_aux3_mux), \
205 ARIZONA_MUX(name_str " Aux 4", &name##_aux4_mux), \
206 ARIZONA_MUX(name_str " Aux 5", &name##_aux5_mux), \
207 ARIZONA_MUX(name_str " Aux 6", &name##_aux6_mux)
228 { name, NULL, name " Aux 1" }, \
229 { name, NULL, name " Aux 2" }, \
230 { name, NULL, name " Aux 3" }, \
231 { name, NULL, name " Aux 4" }, \
232 { name, NULL, name " Aux 5" }, \
233 { name, NULL, name " Aux 6" }, \
234 ARIZONA_MIXER_INPUT_ROUTES(name " Aux 1"), \
235 ARIZONA_MIXER_INPUT_ROUTES(name " Aux 2"), \
236 ARIZONA_MIXER_INPUT_ROUTES(name " Aux 3"), \
237 ARIZONA_MIXER_INPUT_ROUTES(name " Aux 4"), \
238 ARIZONA_MIXER_INPUT_ROUTES(name " Aux 5"), \
239 ARIZONA_MIXER_INPUT_ROUTES(name " Aux 6"), \
311 int arizona_set_sysclk(struct snd_soc_component *component, int clk_id, int source,
343 int arizona_set_fll_refclk(struct arizona_fll *fll, int source,
345 int arizona_set_fll(struct arizona_fll *fll, int source,
360 int arizona_set_output_mode(struct snd_soc_component *component, int output,
374 struct arizona *arizona = priv->arizona; in arizona_register_notifier()
376 nb->notifier_call = notify; in arizona_register_notifier()
378 return blocking_notifier_chain_register(&arizona->notifier, nb); in arizona_register_notifier()
385 struct arizona *arizona = priv->arizona; in arizona_unregister_notifier()
387 return blocking_notifier_chain_unregister(&arizona->notifier, nb); in arizona_unregister_notifier()