mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
ALSA: hda - Add a fallthru comment
... to improve the readability. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
728deecdd4
commit
57d8ff617f
@ -110,6 +110,7 @@ static int snd_hda_beep_event(struct input_dev *dev, unsigned int type,
|
||||
case SND_BELL:
|
||||
if (hz)
|
||||
hz = 1000;
|
||||
/* fallthru */
|
||||
case SND_TONE:
|
||||
if (beep->linear_tone)
|
||||
beep->tone = beep_linear_tone(beep, hz);
|
||||
|
Loading…
Reference in New Issue
Block a user