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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/codecs/
H A Dwm8753.c1461 int playback_active, capture_active, codec_active, pop_wait; local
1468 pop_wait = wm8753_dai[0].pop_wait;
1474 wm8753_dai[0].pop_wait = pop_wait;
1480 pop_wait = wm8753_dai[1].pop_wait;
1486 wm8753_dai[1].pop_wait = pop_wait;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/
H A Dsoc-core.c286 codec_dai->pop_wait ? "yes" : "no");
289 if (codec_dai->pop_wait == 1) {
291 codec_dai->pop_wait = 0;
350 codec_dai->pop_wait = 1;
358 if (codec->active == 0 && codec_dai->pop_wait == 0){
420 if (codec_dai->pop_wait) {
427 codec_dai->pop_wait = 0;
H A Dsoc-dapm.c66 #define pop_wait(time) schedule_timeout_interruptible(msecs_to_jiffies(time)) macro
67 #define pop_dbg(format, arg...) printk(format, ## arg); pop_wait(POP_TIME)
70 #define pop_wait(time) macro
228 pop_wait(POP_TIME);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsoc.h291 unsigned char pop_wait:1; member in struct:snd_soc_codec_dai

Completed in 103 milliseconds