aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/pxa2xx-ac97.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/pxa/pxa2xx-ac97.c')
-rw-r--r--sound/soc/pxa/pxa2xx-ac97.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c
index 86667d2f1b75..bffbe288634c 100644
--- a/sound/soc/pxa/pxa2xx-ac97.c
+++ b/sound/soc/pxa/pxa2xx-ac97.c
@@ -173,7 +173,7 @@ struct snd_soc_dai pxa_ac97_dai[] = {
173{ 173{
174 .name = "pxa2xx-ac97", 174 .name = "pxa2xx-ac97",
175 .id = 0, 175 .id = 0,
176 .type = SND_SOC_DAI_AC97, 176 .ac97_control = 1,
177 .probe = pxa2xx_ac97_probe, 177 .probe = pxa2xx_ac97_probe,
178 .remove = pxa2xx_ac97_remove, 178 .remove = pxa2xx_ac97_remove,
179 .suspend = pxa2xx_ac97_suspend, 179 .suspend = pxa2xx_ac97_suspend,
@@ -196,7 +196,7 @@ struct snd_soc_dai pxa_ac97_dai[] = {
196{ 196{
197 .name = "pxa2xx-ac97-aux", 197 .name = "pxa2xx-ac97-aux",
198 .id = 1, 198 .id = 1,
199 .type = SND_SOC_DAI_AC97, 199 .ac97_control = 1,
200 .playback = { 200 .playback = {
201 .stream_name = "AC97 Aux Playback", 201 .stream_name = "AC97 Aux Playback",
202 .channels_min = 1, 202 .channels_min = 1,
@@ -215,7 +215,7 @@ struct snd_soc_dai pxa_ac97_dai[] = {
215{ 215{
216 .name = "pxa2xx-ac97-mic", 216 .name = "pxa2xx-ac97-mic",
217 .id = 2, 217 .id = 2,
218 .type = SND_SOC_DAI_AC97, 218 .ac97_control = 1,
219 .capture = { 219 .capture = {
220 .stream_name = "AC97 Mic Capture", 220 .stream_name = "AC97 Mic Capture",
221 .channels_min = 1, 221 .channels_min = 1,