tag | line | file | source code |
---|---|---|---|
treb | 444 | drivers/sound/pss.c | if (spk->treb > PHILLIPS_TREBLE_MAX) |
treb | 445 | drivers/sound/pss.c | spk->treb = PHILLIPS_TREBLE_MAX; |
treb | 446 | drivers/sound/pss.c | if (spk->treb < PHILLIPS_TREBLE_MIN) |
treb | 447 | drivers/sound/pss.c | spk->treb = PHILLIPS_TREBLE_MIN; |
treb | 450 | drivers/sound/pss.c | | (PHILLIPS_TREBLE_CONSTANT + spk->treb / PHILLIPS_TREBLE_STEP)); |
treb | 588 | include/linux/soundcard.h | int treb; |