Lines Matching refs:machine
4 The ASoC machine (or board) driver is the code that glues together all the
9 The machine driver can contain codec and platform specific code. It registers
13 /* SoC machine */
40 probe/remove are optional. Do any machine specific probe here.
45 The machine driver has pre and post versions of suspend and resume to take care
46 of any machine audio tasks that have to be done before or after the codec, DAIs
52 The machine DAI configuration glues all the codec and CPU DAIs together. It can
53 also be used to set up the DAI system clock and for any machine related DAI
54 initialisation e.g. the machine audio map can be connected to the codec audio
57 struct snd_soc_dai_link is used to set up each DAI in your machine. e.g.
71 struct snd_soc_card then sets up the machine with its DAIs. e.g.
73 /* corgi audio machine driver */
84 The machine driver can optionally extend the codec power map and to become an
87 sockets in the machine init function.