ALSA: hda - Add a fallthru comment
authorTakashi Iwai <tiwai@suse.de>
Mon, 28 Oct 2013 10:42:56 +0000 (11:42 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 29 Oct 2013 10:37:23 +0000 (11:37 +0100)
... to improve the readability.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_beep.c

index 20d065a..98bce98 100644 (file)
@@ -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);