diff options
author | Russell King | 2009-08-05 23:10:52 +0200 |
---|---|---|
committer | Russell King | 2009-08-05 23:10:52 +0200 |
commit | 13efdbecc65ef6ec4028551fb223dea5c5e3143c (patch) | |
tree | 634a2ce082abe3eb2a5defe0f1ddc2f3eb10f085 /sound/pci/hda/patch_sigmatel.c | |
parent | Merge branch 'omap4_upstream' of git://dev.omapzoom.org/pub/scm/santosh/kerne... (diff) | |
parent | OMAP3: Overo: add missing pen-down GPIO definition (diff) | |
download | kernel-qcow2-linux-13efdbecc65ef6ec4028551fb223dea5c5e3143c.tar.gz kernel-qcow2-linux-13efdbecc65ef6ec4028551fb223dea5c5e3143c.tar.xz kernel-qcow2-linux-13efdbecc65ef6ec4028551fb223dea5c5e3143c.zip |
Merge branch 'pm-upstream/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into devel-stable
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index da7f9f65c047..5383d8cff88b 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -1809,6 +1809,8 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = { "Dell Studio 1537", STAC_DELL_M6_DMIC), SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0, "Dell Studio 17", STAC_DELL_M6_DMIC), + SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be, + "Dell Studio 1555", STAC_DELL_M6_DMIC), {} /* terminator */ }; @@ -4066,7 +4068,7 @@ static int stac92xx_add_jack(struct hda_codec *codec, jack->nid = nid; jack->type = type; - sprintf(name, "%s at %s %s Jack", + snprintf(name, sizeof(name), "%s at %s %s Jack", snd_hda_get_jack_type(def_conf), snd_hda_get_jack_connectivity(def_conf), snd_hda_get_jack_location(def_conf)); |