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

/drivers/media/video/cx18/
H A Dcx18-av-core.c1084 u8 audio_config = cx18_av_read(cx, 0x808); local
1134 switch (audio_config >> 4) {
1155 if ((audio_config >> 4) < 0xF) {
1156 switch (audio_config & 0xF) {
1169 switch (audio_config & 0xF) {
1207 if ((audio_config & 0xf) == 0xf) {
/drivers/media/video/cx25840/
H A Dcx25840-core.c1447 u8 audio_config = cx25840_read(client, 0x808); local
1497 switch (audio_config >> 4) {
1518 if ((audio_config >> 4) < 0xF) {
1519 switch (audio_config & 0xF) {
1535 switch (audio_config & 0xF) {
1571 if ((audio_config & 0xf) == 0xf) {

Completed in 61 milliseconds