summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pulse/conf_pulse.c2
-rw-r--r--pulse/ctl_pulse.c2
-rw-r--r--pulse/pcm_pulse.c2
-rw-r--r--pulse/pulse.c2
-rw-r--r--pulse/pulse.h2
5 files changed, 10 insertions, 0 deletions
diff --git a/pulse/conf_pulse.c b/pulse/conf_pulse.c
index aa9a51a..3f9e071 100644
--- a/pulse/conf_pulse.c
+++ b/pulse/conf_pulse.c
@@ -1,3 +1,5 @@
+/*-*- linux-c -*-*/
+
/*
* ALSA configuration function extensions for pulse
*
diff --git a/pulse/ctl_pulse.c b/pulse/ctl_pulse.c
index 6fa6546..daffd3b 100644
--- a/pulse/ctl_pulse.c
+++ b/pulse/ctl_pulse.c
@@ -1,3 +1,5 @@
+/*-*- linux-c -*-*/
+
/*
* ALSA <-> PulseAudio mixer control plugin
*
diff --git a/pulse/pcm_pulse.c b/pulse/pcm_pulse.c
index 8743a02..10d7aa7 100644
--- a/pulse/pcm_pulse.c
+++ b/pulse/pcm_pulse.c
@@ -1,3 +1,5 @@
+/*-*- linux-c -*-*/
+
/*
* ALSA <-> PulseAudio PCM I/O plugin
*
diff --git a/pulse/pulse.c b/pulse/pulse.c
index 4fae317..56ccb2e 100644
--- a/pulse/pulse.c
+++ b/pulse/pulse.c
@@ -1,3 +1,5 @@
+/*-*- linux-c -*-*/
+
/*
* ALSA <-> PulseAudio plugins
*
diff --git a/pulse/pulse.h b/pulse/pulse.h
index bd085b4..4b8ea2d 100644
--- a/pulse/pulse.h
+++ b/pulse/pulse.h
@@ -1,3 +1,5 @@
+/*-*- linux-c -*-*/
+
/*
* ALSA <-> PulseAudio plugins
*