diff options
author | Pavel Hofman <dustin@seznam.cz> | 2007-12-03 06:44:28 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:30 -0500 |
commit | 6632d64b0b596b9588b607806ac6d36c8c2c9696 (patch) | |
tree | 0e8126af6c2c47e2b981c7ab7d8cf29aaaee8360 /sound/pci/ice1712/ice1712.h | |
parent | acec30ffffe1eee07e3202cff03e7ca8350d250f (diff) |
[ALSA] switching rate in STAC9460 codec of Prodigy192
* support for switching rate in STAC9460 - using set_rate_val of the akm
infrastructure
* listing all STAC9460 registers in proc
* disabling mpu401 device for Prodigy192 - otherwise the currently
flawed mpu401 code hangs kernel when opening the midi device
* removing old unused commented-out code
Signed-off-by: Pavel Hofman <dustin@seznam.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/ice1712/ice1712.h')
-rw-r--r-- | sound/pci/ice1712/ice1712.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/ice1712/ice1712.h b/sound/pci/ice1712/ice1712.h index 3c3cac3dc08b..4dc576af506f 100644 --- a/sound/pci/ice1712/ice1712.h +++ b/sound/pci/ice1712/ice1712.h | |||
@@ -399,6 +399,8 @@ struct snd_ice1712 { | |||
399 | } juli; | 399 | } juli; |
400 | struct { | 400 | struct { |
401 | struct ak4114 *ak4114; | 401 | struct ak4114 *ak4114; |
402 | /* rate change needs atomic mute/unmute of all dacs*/ | ||
403 | struct mutex mute_mutex; | ||
402 | } prodigy192; | 404 | } prodigy192; |
403 | struct { | 405 | struct { |
404 | struct { | 406 | struct { |