Home
last modified time | relevance | path

Searched refs:amp (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Djfs_imap.c900 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local
1010 if ((rc = diIAGRead(imap, fwd, &amp))) { in diFree()
1016 aiagp = (struct iag *) amp->data; in diFree()
1022 write_metapage(amp); in diFree()
1079 amp = bmp = cmp = dmp = NULL; in diFree()
1093 if ((rc = diIAGRead(imap, fwd, &amp))) in diFree()
1095 aiagp = (struct iag *) amp->data; in diFree()
1110 if ((rc = diIAGRead(imap, fwd, &amp))) in diFree()
1112 aiagp = (struct iag *) amp->data; in diFree()
1141 ciagp = (struct iag *) amp->data; in diFree()
[all …]
/linux-2.4.37.9/scripts/
Dsplit-man17 s/&(\w+)/\\fB\1\\fP/g; # fix smgl uglinesses
/linux-2.4.37.9/Documentation/sound/
Dcs46xx51 support the secondary codec then this external amp is not
129 override the detection logic and force the external amp bit in the AC97 0x26 register
DMaestro379 the external amp uses (0-15), The Allegro uses 8 by default, all others 1.
/linux-2.4.37.9/drivers/sound/
Dcs46xx.c5251 void (*amp)(struct cs_card *, int); member
5351 card->amplifier_ctrl = cp->amp; in cs46xx_probe()