Home
last modified time | relevance | path

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

/sound/firewire/bebob/
Dbebob_stream.c257 unsigned int sec, sections, ch, channels; in map_data_channels() local
295 for (sec = 0; sec < sections; sec++) { in map_data_channels()
300 sec, &type); in map_data_channels()
/sound/pci/hda/
DKconfig249 avoiding 2-3 sec silence during playback start. This mechanism
252 consumption when HDMI receiver is plugged-in). 2-3 sec silence
/sound/drivers/
Ddummy.c431 long sec; in dummy_hrtimer_prepare() local
437 sec = period / rate; in dummy_hrtimer_prepare()
440 dpcm->period_time = ktime_set(sec, nsecs); in dummy_hrtimer_prepare()
/sound/firewire/
Damdtp-stream.c1456 unsigned int sec; in amdtp_domain_start() local
1459 sec = (cycle & 0xffffe000) >> 13; in amdtp_domain_start()
1460 cycle = (++sec << 13) | in amdtp_domain_start()