Skip to content

Commit

Permalink
[ALSA] hda-codec - support for Agere's HDA soft modem
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sasha Khapyorsky authored and Jaroslav Kysela committed Feb 1, 2006
1 parent 50f794c commit e061bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_si3054.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ static int patch_si3054(struct hda_codec *codec)
struct hda_codec_preset snd_hda_preset_si3054[] = {
{ .id = 0x163c3055, .name = "Si3054", .patch = patch_si3054 },
{ .id = 0x163c3155, .name = "Si3054", .patch = patch_si3054 },
{ .id = 0x11c13026, .name = "Si3054", .patch = patch_si3054 },
{}
};

0 comments on commit e061bf1

Please sign in to comment.