.. | .. |
---|
117 | 117 | |
---|
118 | 118 | static const struct snd_soc_dapm_route audio_map_ac97[] = { |
---|
119 | 119 | /* 1st half -- Normal DAPM routes */ |
---|
120 | | - {"Playback", NULL, "AC97 Playback"}, |
---|
121 | | - {"AC97 Capture", NULL, "Capture"}, |
---|
| 120 | + {"AC97 Playback", NULL, "CPU AC97 Playback"}, |
---|
| 121 | + {"CPU AC97 Capture", NULL, "AC97 Capture"}, |
---|
122 | 122 | /* 2nd half -- ASRC DAPM routes */ |
---|
123 | | - {"AC97 Playback", NULL, "ASRC-Playback"}, |
---|
124 | | - {"ASRC-Capture", NULL, "AC97 Capture"}, |
---|
| 123 | + {"CPU AC97 Playback", NULL, "ASRC-Playback"}, |
---|
| 124 | + {"ASRC-Capture", NULL, "CPU AC97 Capture"}, |
---|
125 | 125 | }; |
---|
126 | 126 | |
---|
127 | 127 | static const struct snd_soc_dapm_route audio_map_tx[] = { |
---|