diff options
author | Jaroslav Kysela <perex@perex.cz> | 2008-08-25 08:11:50 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-08-29 10:01:04 +0200 |
commit | d67f49b0211ff6cc2192bef884cb7b27acb32c56 (patch) | |
tree | c9eeb33f8b50f0d93552e78f27429f1fcad8c838 /sound/pci/ca0106 | |
parent | f83a59c3c15471e866b6af09f82a9ac1eb76fce7 (diff) | |
download | op-kernel-dev-d67f49b0211ff6cc2192bef884cb7b27acb32c56.zip op-kernel-dev-d67f49b0211ff6cc2192bef884cb7b27acb32c56.tar.gz |
ALSA: Cosmetic change: CA0106 on MSI K8N Diamond PLUS Motherboard
Make ',' delimited with space as for other entries in table.
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/ca0106')
-rw-r--r-- | sound/pci/ca0106/ca0106_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ca0106/ca0106_main.c b/sound/pci/ca0106/ca0106_main.c index 6abe8a3..a7d8966 100644 --- a/sound/pci/ca0106/ca0106_main.c +++ b/sound/pci/ca0106/ca0106_main.c @@ -254,7 +254,7 @@ static struct snd_ca0106_details ca0106_chip_details[] = { .name = "MSI K8N Diamond MB", .gpio_type = 2, .i2c_adc = 1, - .spi_dac = 2 }, + .spi_dac = 2 } , /* Shuttle XPC SD31P which has an onboard Creative Labs * Sound Blaster Live! 24-bit EAX * high-definition 7.1 audio processor". |