diff options
author | Jaroslav Kysela <perex@perex.cz> | 2009-11-13 12:41:52 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-16 05:35:10 -0500 |
commit | 2dca0bba70ce3c233be152e384580c134935332d (patch) | |
tree | bd82dd7b15104f8ea2fa682a444099f7eb23443f /sound/pci/hda/hda_codec.h | |
parent | 5f81669750504b1e7e00acde5068d972af466f29 (diff) |
ALSA: hda - add beep_mode module parameter
The beep_mode parameter for snd-hda-intel module allows to choose among
different digital beep device registation to the input layer.
0 = do not register to the input layer
1 = register to the input layer all time
2 = use "Beep Switch" control exported to user space mixer applications
Also, introduce CONFIG_SND_HDA_INPUT_BEEP_MODE for default value.
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index b16678cade18..51920563bc7f 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -772,6 +772,7 @@ struct hda_codec { | |||
772 | 772 | ||
773 | /* beep device */ | 773 | /* beep device */ |
774 | struct hda_beep *beep; | 774 | struct hda_beep *beep; |
775 | unsigned int beep_mode; | ||
775 | 776 | ||
776 | /* widget capabilities cache */ | 777 | /* widget capabilities cache */ |
777 | unsigned int num_nodes; | 778 | unsigned int num_nodes; |