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

/linux-master/drivers/media/i2c/
H A Dtvaudio.c71 } audiocmd; typedef in typeref:struct:AUDIOCMD
89 audiocmd init;
126 audiocmd shadow;
272 static int chip_cmd(struct CHIPSTATE *chip, char *name, audiocmd *cmd)
895 audiocmd cmd;
1441 static audiocmd ta8874z_stereo = { 2, {0, TA8874Z_SEPARATION_DEFAULT}};
1442 static audiocmd ta8874z_mono = {2, { TA8874Z_MONO_SET, TA8874Z_SEPARATION_DEFAULT}};
1443 static audiocmd ta8874z_main = {2, { 0, TA8874Z_SEPARATION_DEFAULT}};
1444 static audiocmd ta8874z_sub = {2, { TA8874Z_MODE_SUB, TA8874Z_SEPARATION_DEFAULT}};
1445 static audiocmd ta8874z_bot
[all...]

Completed in 111 milliseconds