Lines Matching +full:audio +full:- +full:controller
1 Audio Binding for Snow boards
4 - compatible : Can be one of the following,
5 "google,snow-audio-max98090" or
6 "google,snow-audio-max98091" or
7 "google,snow-audio-max98095"
8 - samsung,i2s-controller (deprecated): The phandle of the Samsung I2S controller
9 - samsung,audio-codec (deprecated): The phandle of the audio codec
11 Required sub-nodes:
13 - 'cpu' subnode with a 'sound-dai' property containing the phandle of the I2S
14 controller
15 - 'codec' subnode with a 'sound-dai' property containing list of phandles
21 - samsung,model: The name of the sound-card
26 compatible = "google,snow-audio-max98095";
28 samsung,model = "Snow-I2S-MAX98095";
29 samsung,i2s-controller = <&i2s0>;
30 samsung,audio-codec = <&max98095>;