hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/sound/soc/fsl/fsl-asoc-card.c
....@@ -117,11 +117,11 @@
117117
118118 static const struct snd_soc_dapm_route audio_map_ac97[] = {
119119 /* 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"},
122122 /* 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"},
125125 };
126126
127127 static const struct snd_soc_dapm_route audio_map_tx[] = {