mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-17 16:14:25 +08:00
Merge branch 'for-2.6.39' into for-2.6.40
This commit is contained in:
commit
dd4028c59e
@ -236,18 +236,18 @@ static struct snd_soc_dai_link goni_dai[] = {
|
|||||||
.name = "WM8994",
|
.name = "WM8994",
|
||||||
.stream_name = "WM8994 HiFi",
|
.stream_name = "WM8994 HiFi",
|
||||||
.cpu_dai_name = "samsung-i2s.0",
|
.cpu_dai_name = "samsung-i2s.0",
|
||||||
.codec_dai_name = "wm8994-hifi",
|
.codec_dai_name = "wm8994-aif1",
|
||||||
.platform_name = "samsung-audio",
|
.platform_name = "samsung-audio",
|
||||||
.codec_name = "wm8994-codec.0-0x1a",
|
.codec_name = "wm8994-codec.0-001a",
|
||||||
.init = goni_wm8994_init,
|
.init = goni_wm8994_init,
|
||||||
.ops = &goni_hifi_ops,
|
.ops = &goni_hifi_ops,
|
||||||
}, {
|
}, {
|
||||||
.name = "WM8994 Voice",
|
.name = "WM8994 Voice",
|
||||||
.stream_name = "Voice",
|
.stream_name = "Voice",
|
||||||
.cpu_dai_name = "goni-voice-dai",
|
.cpu_dai_name = "goni-voice-dai",
|
||||||
.codec_dai_name = "wm8994-voice",
|
.codec_dai_name = "wm8994-aif2",
|
||||||
.platform_name = "samsung-audio",
|
.platform_name = "samsung-audio",
|
||||||
.codec_name = "wm8994-codec.0-0x1a",
|
.codec_name = "wm8994-codec.0-001a",
|
||||||
.ops = &goni_voice_ops,
|
.ops = &goni_voice_ops,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user