[ALSA] hda-codec - support for Agere's HDA soft modem
Modules: HDA Codec driver This adds support for Agere's variant of Si3054/5 based HDA modem. Signed-off-by: Sasha Khapyorsky <sashak@alsa-project.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
50f794c8dc
commit
e061bf1aa3
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ static int patch_si3054(struct hda_codec *codec)
|
||||||
struct hda_codec_preset snd_hda_preset_si3054[] = {
|
struct hda_codec_preset snd_hda_preset_si3054[] = {
|
||||||
{ .id = 0x163c3055, .name = "Si3054", .patch = patch_si3054 },
|
{ .id = 0x163c3055, .name = "Si3054", .patch = patch_si3054 },
|
||||||
{ .id = 0x163c3155, .name = "Si3054", .patch = patch_si3054 },
|
{ .id = 0x163c3155, .name = "Si3054", .patch = patch_si3054 },
|
||||||
|
{ .id = 0x11c13026, .name = "Si3054", .patch = patch_si3054 },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue