Searched defs:sound (Results 1 - 2 of 2) sorted by relevance

/drivers/accessibility/braille/
H A Dbraille_console.c47 static bool sound; variable
48 module_param(sound, bool, 0);
49 MODULE_PARM_DESC(sound, "emit sounds");
53 if (sound)
/drivers/media/common/tuners/
H A Dtda9887.c304 static char *sound[4] = { local
344 (buf[1] & 0x01) ? "video trap" : "sound trap");
349 tuner_info(" B3-4 tv sound/radio : %s\n",
350 sound[(buf[1] & 0x18) >> 3]);
367 tuner_info(" E0-1 sound carrier : %s\n",

Completed in 101 milliseconds