Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/
Dtvaudio.c69 } audiocmd; typedef
87 audiocmd init;
118 audiocmd shadow;
236 static int chip_cmd(struct CHIPSTATE *chip, char *name, audiocmd *cmd) in chip_cmd()
801 audiocmd cmd;
1315 static audiocmd ta8874z_stereo = { 2, {0, TA8874Z_SEPARATION_DEFAULT}};
1316 static audiocmd ta8874z_mono = {2, { TA8874Z_MONO_SET, TA8874Z_SEPARATION_DEFAULT}};
1317 static audiocmd ta8874z_main = {2, { 0, TA8874Z_SEPARATION_DEFAULT}};
1318 static audiocmd ta8874z_sub = {2, { TA8874Z_MODE_SUB, TA8874Z_SEPARATION_DEFAULT}};
1324 audiocmd *t = NULL; in ta8874z_setmode()