Home
last modified time | relevance | path

Searched refs:isight (Results 1 – 3 of 3) sorted by relevance

/linux/sound/firewire/
H A Disight.c49 struct isight { struct
88 static void isight_update_pointers(struct isight *isight, unsigned int count) in isight_update_pointers() argument
90 struct snd_pcm_runtime *runtime = isight->pcm->runtime; in isight_update_pointers()
95 ptr = isight->buffer_pointer; in isight_update_pointers()
99 WRITE_ONCE(isight->buffer_pointer, ptr); in isight_update_pointers()
101 isight->period_counter += count; in isight_update_pointers()
102 if (isight->period_counter >= runtime->period_size) { in isight_update_pointers()
103 isight->period_counter -= runtime->period_size; in isight_update_pointers()
104 snd_pcm_period_elapsed(isight->pcm); in isight_update_pointers()
108 static void isight_samples(struct isight *isight, in isight_samples() argument
[all …]
H A DMakefile7 snd-isight-y := isight.o
12 obj-$(CONFIG_SND_ISIGHT) += snd-isight.o
H A DKconfig75 will be called snd-isight.