Lines Matching +full:simple +full:- +full:audio +full:- +full:card

1 Freescale Generic ASoC Sound Card with ASRC support
3 The Freescale Generic ASoC Sound Card can be used, ideally, for all Freescale
6 The idea of this generic sound card is a bit like ASoC Simple Card. However,
10 into the Simple Card.
12 So having this generic sound card allows all Freescale SoC users to benefit
13 from the simplification of a new card support and the capability of the wide
16 Note: The card is initially designed for those sound cards who use AC'97, I2S
18 AC'97/I2S/PCM type sound cards, such as S/PDIF audio and HDMI audio, as
22 The compatible list for this generic sound card currently:
23 "fsl,imx-audio-ac97"
25 "fsl,imx-audio-cs42888"
27 "fsl,imx-audio-cs427x"
30 "fsl,imx-audio-wm8962"
32 "fsl,imx-audio-sgtl5000"
33 (compatible with Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt)
35 "fsl,imx-audio-wm8960"
37 "fsl,imx-audio-mqs"
39 "fsl,imx-audio-wm8524"
41 "fsl,imx-audio-tlv320aic32x4"
43 "fsl,imx-audio-tlv320aic31xx"
45 "fsl,imx-audio-si476x"
47 "fsl,imx-audio-wm8958"
49 "fsl,imx-audio-nau8822"
53 - compatible : Contains one of entries in the compatible list.
55 - model : The user-visible name of this sound complex
57 - audio-cpu : The phandle of an CPU DAI controller
59 - audio-codec : The phandle of an audio codec
63 - audio-asrc : The phandle of ASRC. It can be absent if there's no
66 - audio-routing : A list of the connections between audio components.
69 source. There're a few pre-designed board connectors:
82 - hp-det-gpio : The GPIO that detect headphones are plugged in
83 - mic-det-gpio : The GPIO that detect microphones are plugged in
84 - bitclock-master : Indicates dai-link bit clock master; for details see simple-card.yaml.
85 - frame-master : Indicates dai-link frame master; for details see simple-card.yaml.
86 - dai-format : audio format, for details see simple-card.yaml.
87 - frame-inversion : dai-link uses frame clock inversion, for details see simple-card.yaml.
88 - bitclock-inversion : dai-link uses bit clock inversion, for details see simple-card.yaml.
89 - mclk-id : main clock id, specific for each card configuration.
93 - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
95 - mux-ext-port : The external port of the i.MX audio muxer
98 sound-cs42888 {
99 compatible = "fsl,imx-audio-cs42888";
100 model = "cs42888-audio";
101 audio-cpu = <&esai>;
102 audio-asrc = <&asrc>;
103 audio-codec = <&cs42888>;
104 audio-routing =