Searched refs:tone (Results 1 – 7 of 7) sorted by relevance
/sound/pci/hda/ |
D | hda_beep.c | 41 int tone; in snd_hda_generate_beep() local 46 tone = beep->tone; in snd_hda_generate_beep() 47 if (tone && !beep->playing) { in snd_hda_generate_beep() 53 AC_VERB_SET_BEEP_CONTROL, tone); in snd_hda_generate_beep() 54 if (!tone && beep->playing) { in snd_hda_generate_beep() 115 beep->tone = beep_linear_tone(beep, hz); in snd_hda_beep_event() 117 beep->tone = beep_standard_tone(beep, hz); in snd_hda_beep_event()
|
D | hda_beep.h | 35 int tone; member
|
/sound/soc/codecs/ |
D | wm9713.c | 247 u16 l, r, beep, tone, phone, rec, pcm, aux; in mixer_event() local 252 tone = ac97_read(w->codec, AC97_MASTER_TONE); in mixer_event() 266 ac97_write(w->codec, AC97_MASTER_TONE, tone & 0x7fff); in mixer_event() 268 ac97_write(w->codec, AC97_MASTER_TONE, tone | 0x8000); in mixer_event()
|
/sound/drivers/opl4/ |
D | opl4_local.h | 135 u16 tone; member
|
D | opl4_synth.c | 517 (sound[i]->tone >> 8) & OPL4_TONE_NUMBER_BIT8; in snd_opl4_note_on() 521 sound[i]->tone & 0xff); in snd_opl4_note_on()
|
/sound/pci/asihpi/ |
D | hpicmn.c | 436 phr->u.c.param1 = pC->u.tone.state; in hpi_check_control_cache()
|
D | hpi_internal.h | 1356 struct hpi_control_cache_tonedetector tone; member
|