DIV(3) Linux Programmer's Manual DIV(3)

NAME

div - computes the quotient and remainder of integer divi- sion

SYNOPSIS

#include <stdlib.h> div_t div(int numer, int denom);

DESCRIPTION

The div() function computes the value numer/denom and returns the quotient and remainder in a structure named div_t that contains two integer members named quot and rem.

RETURN VALUE

The div_t structure.

CONFORMING TO

SVID 3, BSD 4.3, ISO 9899

SEE ALSO

,



































                           June 6, 1993                         1




Top Master Index Keywords Functions


This manual page was brought to you by mjl_man V-2.0 ck net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/sound/aoa/soundbus
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2013-05-06 11:01:05 +1000
committerTakashi Iwai <tiwai@suse.de>2013-05-16 07:19:01 +0200
commit088578617d2aaab05ea96b529f16c9a2f1cfbbee (patch)
treeed7ad3f122f19a2c87f1bcc4c91aa0c35750c27c /sound/aoa/soundbus
parent478e858b2fd4d0cbeef039befb7ef25b9c9bdc37 (diff)
ALSA: snd-aoa: Add a layout entry for PowerBook6,5
Either one or a combination of commits 81e5d86 "Register i2c devices from device-tree" and 3a3dd01 "Improve detection of devices from device-tree" broke sound on PowerBook6,5 machines. Fix it by adding an entry to the new driver to match PowerBook6,5 machines. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/aoa/soundbus')