mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-12 13:34:10 +08:00
[ALSA] snd-emu10k1: Implement support for Audigy 2 ZS [SB0353]
Fixes ALSA bug#1365. Signed-off-by: James Courtier-Dutton <James@superbug.co.uk> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
4226906361
commit
264f9577a5
@ -936,6 +936,17 @@ static struct snd_emu_chip_details emu_chip_details[] = {
|
||||
.ca0151_chip = 1,
|
||||
.spk71 = 1,
|
||||
.spdif_bug = 1} ,
|
||||
/* Dell OEM/Creative Labs Audigy 2 ZS */
|
||||
/* See ALSA bug#1365 */
|
||||
{.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10031102,
|
||||
.driver = "Audigy2", .name = "Audigy 2 ZS [SB0353]",
|
||||
.id = "Audigy2",
|
||||
.emu10k2_chip = 1,
|
||||
.ca0102_chip = 1,
|
||||
.ca0151_chip = 1,
|
||||
.spk71 = 1,
|
||||
.spdif_bug = 1,
|
||||
.ac97_chip = 1} ,
|
||||
{.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10021102,
|
||||
.driver = "Audigy2", .name = "Audigy 2 Platinum [SB0240P]",
|
||||
.id = "Audigy2",
|
||||
|
Loading…
Reference in New Issue
Block a user