/linux-2.6.39/sound/pci/hda/ |
D | hda_beep.c | 38 struct hda_beep *beep = in snd_hda_generate_beep() local 40 struct hda_codec *codec = beep->codec; in snd_hda_generate_beep() 42 if (!beep->enabled) in snd_hda_generate_beep() 46 snd_hda_codec_write(codec, beep->nid, 0, in snd_hda_generate_beep() 47 AC_VERB_SET_BEEP_CONTROL, beep->tone); in snd_hda_generate_beep() 57 static int beep_linear_tone(struct hda_beep *beep, int hz) in beep_linear_tone() argument 81 static int beep_standard_tone(struct hda_beep *beep, int hz) in beep_standard_tone() argument 96 struct hda_beep *beep = input_get_drvdata(dev); in snd_hda_beep_event() local 103 if (beep->linear_tone) in snd_hda_beep_event() 104 beep->tone = beep_linear_tone(beep, hz); in snd_hda_beep_event() [all …]
|
D | Kconfig | 35 bool "Support digital beep via input layer" 38 Say Y here to build a digital beep interface for HD-audio 42 int "Digital beep registration mode (0=off, 1=on, 2=mute sw on/off)" 47 Set 0 to disable the digital beep interface for HD-audio by default. 48 Set 1 to always enable the digital beep interface for HD-audio by 49 default. Set 2 to control the beep device registration to input
|
D | hda_codec.h | 814 struct hda_beep *beep; member
|
D | patch_sigmatel.c | 3301 ucontrol->value.integer.value[0] = codec->beep->enabled; in stac92xx_dig_beep_switch_get() 3828 if (codec->beep) { in stac92xx_parse_auto_config() 3830 codec->beep->linear_tone = spec->linear_tone_beep; in stac92xx_parse_auto_config()
|
/linux-2.6.39/sound/ppc/ |
D | beep.c | 48 struct pmac_beep *beep = chip->beep; in snd_pmac_beep_stop() local 49 if (beep && beep->running) { in snd_pmac_beep_stop() 50 beep->running = 0; in snd_pmac_beep_stop() 103 struct pmac_beep *beep; in snd_pmac_beep_event() local 121 if (! chip || (beep = chip->beep) == NULL) in snd_pmac_beep_event() 126 if (beep->running) in snd_pmac_beep_event() 139 if (chip->playback.running || chip->capture.running || beep->running) { in snd_pmac_beep_event() 143 beep->running = 1; in snd_pmac_beep_event() 146 if (hz == beep->hz && beep->volume == beep->volume_play) { in snd_pmac_beep_event() 147 nsamples = beep->nsamples; in snd_pmac_beep_event() [all …]
|
D | Makefile | 6 snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o
|
D | pmac.h | 144 struct pmac_beep *beep; member
|
/linux-2.6.39/arch/x86/kernel/acpi/realmode/ |
D | wakemain.c | 10 static void beep(unsigned int hz) in beep() function 46 beep(DOT_HZ); in send_morse() 48 beep(0); in send_morse() 52 beep(DASH_HZ); in send_morse() 54 beep(0); in send_morse()
|
/linux-2.6.39/drivers/accessibility/braille/ |
D | braille_console.c | 51 static void beep(unsigned int freq) in beep() function 171 beep(880); in keyboard_notifier_call() 180 beep(440); in keyboard_notifier_call() 191 beep(880); in keyboard_notifier_call() 195 beep(220); in keyboard_notifier_call() 201 beep(880); in keyboard_notifier_call() 205 beep(220); in keyboard_notifier_call() 211 beep(220); in keyboard_notifier_call() 217 beep(220); in keyboard_notifier_call() 260 beep(880); in keyboard_notifier_call() [all …]
|
/linux-2.6.39/sound/soc/codecs/ |
D | wm8962.c | 72 struct input_dev *beep; member 3511 input_event(wm8962->beep, EV_SND, SND_TONE, time); in wm8962_beep_set() 3516 static DEVICE_ATTR(beep, 0200, NULL, wm8962_beep_set); 3523 wm8962->beep = input_allocate_device(); in wm8962_init_beep() 3524 if (!wm8962->beep) { in wm8962_init_beep() 3532 wm8962->beep->name = "WM8962 Beep Generator"; in wm8962_init_beep() 3533 wm8962->beep->phys = dev_name(codec->dev); in wm8962_init_beep() 3534 wm8962->beep->id.bustype = BUS_I2C; in wm8962_init_beep() 3536 wm8962->beep->evbit[0] = BIT_MASK(EV_SND); in wm8962_init_beep() 3537 wm8962->beep->sndbit[0] = BIT_MASK(SND_BELL) | BIT_MASK(SND_TONE); in wm8962_init_beep() [all …]
|
D | wm9712.c | 164 u16 l, r, beep, line, phone, mic, pcm, aux; in mixer_event() local 168 beep = ac97_read(w->codec, AC97_PC_BEEP); in mixer_event() 201 ac97_write(w->codec, AC97_PC_BEEP, beep & 0x7fff); in mixer_event() 203 ac97_write(w->codec, AC97_PC_BEEP, beep | 0x8000); in mixer_event()
|
D | wm9713.c | 247 u16 l, r, beep, tone, phone, rec, pcm, aux; in mixer_event() local 251 beep = ac97_read(w->codec, AC97_PC_BEEP); in mixer_event() 261 ac97_write(w->codec, AC97_PC_BEEP, beep & 0x7fff); in mixer_event() 263 ac97_write(w->codec, AC97_PC_BEEP, beep | 0x8000); in mixer_event()
|
/linux-2.6.39/Documentation/hwmon/ |
D | w83791d | 85 alarm is triggered as well as a bitmask to enable or disable the beep for 86 specific alarms. You need both the global beep enable bit and the 87 corresponding beep bit to be on for a triggered alarm to sound a beep. 92 The sysfs interface to the beep bitmask has migrated from the original legacy
|
D | sysfs-interface | 588 beep_enable Master beep enable 597 Channel beep 602 In theory, a chip could provide per-limit beep masking, but no such chip 623 beep_mask Bitmask for beep. 645 Chassis intrusion beep
|
D | w83781d | 72 lines, alarms with beep warnings, and some miscellaneous stuff. 125 Individual alarm and beep bits: 163 Note that the individual beep bits are inverted from the other chips.
|
D | w83627ehf | 52 for the 627DHG and 667HG), alarms with beep warnings (control unimplemented),
|
/linux-2.6.39/Documentation/sound/alsa/ |
D | ControlNames.txt | 23 Beep (beep generator)
|
/linux-2.6.39/sound/ |
D | Kconfig | 6 than an occasional beep, say Y. Be sure to have all the information
|
/linux-2.6.39/Documentation/laptops/ |
D | thinkpad-acpi.txt | 860 ACPI sounds -- /proc/acpi/ibm/beep 869 echo <number> >/proc/acpi/ibm/beep 876 2 - two beeps, pause, third beep ("low battery") 877 3 - single beep 878 4 - high, followed by low-pitched beep ("unable") 879 5 - single beep 880 6 - very high, followed by high-pitched beep ("AC/DC") 881 7 - high-pitched beep 883 10 - very long beep 884 12 - low-pitched beep [all …]
|
/linux-2.6.39/arch/m68k/q40/ |
D | README | 95 Linux uses the 200 Hz interrupt for timer and beep by default.
|
/linux-2.6.39/sound/drivers/ |
D | Kconfig | 56 You don't need this driver if you only want your pc-speaker to beep.
|
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | README.wlags49 | 428 b) One high beep followed by a low beep 431 c) One low beep
|
/linux-2.6.39/Documentation/sound/oss/ |
D | PAS16 | 69 than an occasional beep, say Y. Be sure to have all the information
|
/linux-2.6.39/Documentation/input/ |
D | joystick.txt | 499 command. After that the Magellan will be detected, initialized, will beep,
|
/linux-2.6.39/drivers/platform/x86/ |
D | thinkpad_acpi.c | 5449 TPACPI_HANDLE(beep, ec, "BEEP"); /* all except R30, R31 */ 5464 TPACPI_ACPIHANDLE_INIT(beep); in beep_init() 8927 TPACPI_PARAM(beep);
|