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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-av-core.c1159 u8 audio_config = cx18_av_read(cx, 0x808); local
1209 switch (audio_config >> 4) {
1230 if ((audio_config >> 4) < 0xF) {
1231 switch (audio_config & 0xF) {
1244 switch (audio_config & 0xF) {
1282 if ((audio_config & 0xf) == 0xf) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-core.c1259 u8 audio_config = cx25840_read(client, 0x808); local
1309 switch (audio_config >> 4) {
1330 if ((audio_config >> 4) < 0xF) {
1331 switch (audio_config & 0xF) {
1347 switch (audio_config & 0xF) {
1383 if ((audio_config & 0xf) == 0xf) {

Completed in 110 milliseconds