diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-11-17 05:06:29 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:17:21 -0500 |
commit | d2a6d7dc757da6b57d77bd8b460cf4faa9fd152d (patch) | |
tree | b3edf27437b4be8ee23917b852d8e93376ac62da /sound/pci/hda/patch_analog.c | |
parent | 59de641ca37b88dd34d0e1d853800b488f642624 (diff) |
[ALSA] hda-codec - Add channel-mode helper
Modules: HDA Codec driver,HDA generic driver
Add common channel-mode helper functions for all codec patches.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index d7d636decef8..4687736aa0d7 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -52,7 +52,7 @@ struct ad198x_spec { | |||
52 | unsigned int cur_mux[3]; | 52 | unsigned int cur_mux[3]; |
53 | 53 | ||
54 | /* channel model */ | 54 | /* channel model */ |
55 | const struct alc_channel_mode *channel_mode; | 55 | const struct hda_channel_mode *channel_mode; |
56 | int num_channel_mode; | 56 | int num_channel_mode; |
57 | 57 | ||
58 | /* PCM information */ | 58 | /* PCM information */ |