Bug 79905 - [sound] sis7018 sound module problem
Summary: [sound] sis7018 sound module problem
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 4.11-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-14 14:20 UTC by mi
Modified: 2017-06-27 04:17 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mi 2005-04-14 14:20:16 UTC
No sound. Command "mixer" say,

> mixer
Mixer rec      is currently set to   0:0

Only rec?

Fix: 

I think mismatch definition of value in /sys/dev/sound/pci/t4dwave.h

#define SPA_REG_GPIO 0x48  -->  0x4c
#define SPA_CDC_RWSTAT 0x00008000  -->  0x0000c000

After it changes, Sounds are OK. But, have a little noise and some error in dmesg.

Please see datasheet 630ds10a.pdf or 540ds10.pdf

http://sourceforge.net/project/showfiles.php?group_id=1098&package_id=40910
How-To-Repeat: Need a main board of sis630/540 chipsets.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-04-14 16:31:04 UTC
Responsible Changed
From-To: freebsd-bugs->sound

Reassign to appropriate mailing list.
Comment 2 mi 2005-04-16 17:02:35 UTC
> I think mismatch definition of value in /sys/dev/sound/pci/t4dwave.h
> 
> #define SPA_REG_GPIO 0x48  -->  0x4c
> #define SPA_CDC_RWSTAT 0x00008000  -->  0x0000c000

I had forgotten one more fix.

#define SPA_RST_OFF  0x0f0000  -->  0x0f4000