diff options
Diffstat (limited to 'Documentation/sound/alsa/soc/machine.txt')
-rw-r--r-- | Documentation/sound/alsa/soc/machine.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/sound/alsa/soc/machine.txt b/Documentation/sound/alsa/soc/machine.txt index d50c14df341..3e2ec9cbf39 100644 --- a/Documentation/sound/alsa/soc/machine.txt +++ b/Documentation/sound/alsa/soc/machine.txt | |||
@@ -50,7 +50,8 @@ Machine DAI Configuration | |||
50 | The machine DAI configuration glues all the codec and CPU DAIs together. It can | 50 | The machine DAI configuration glues all the codec and CPU DAIs together. It can |
51 | also be used to set up the DAI system clock and for any machine related DAI | 51 | also be used to set up the DAI system clock and for any machine related DAI |
52 | initialisation e.g. the machine audio map can be connected to the codec audio | 52 | initialisation e.g. the machine audio map can be connected to the codec audio |
53 | map, unconnected codec pins can be set as such. | 53 | map, unconnected codec pins can be set as such. Please see corgi.c, spitz.c |
54 | for examples. | ||
54 | 55 | ||
55 | struct snd_soc_dai_link is used to set up each DAI in your machine. e.g. | 56 | struct snd_soc_dai_link is used to set up each DAI in your machine. e.g. |
56 | 57 | ||
@@ -82,7 +83,8 @@ Machine Power Map | |||
82 | The machine driver can optionally extend the codec power map and to become an | 83 | The machine driver can optionally extend the codec power map and to become an |
83 | audio power map of the audio subsystem. This allows for automatic power up/down | 84 | audio power map of the audio subsystem. This allows for automatic power up/down |
84 | of speaker/HP amplifiers, etc. Codec pins can be connected to the machines jack | 85 | of speaker/HP amplifiers, etc. Codec pins can be connected to the machines jack |
85 | sockets in the machine init function. | 86 | sockets in the machine init function. See soc/pxa/spitz.c and dapm.txt for |
87 | details. | ||
86 | 88 | ||
87 | 89 | ||
88 | Machine Controls | 90 | Machine Controls |