diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-05-09 11:26:47 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-05-22 16:01:47 +0200 |
commit | 9203dd016a5d8ffb2eb6acdca60cd0b5dfe38c2b (patch) | |
tree | c827c3927ec50365e988f6c8934edfb54f279436 /sound/core/Makefile | |
parent | 838d1631b766529213684f07dd71cdf2e92f0623 (diff) | |
download | linux-9203dd016a5d8ffb2eb6acdca60cd0b5dfe38c2b.tar.bz2 |
ALSA: pcm: add IEC958 channel status helper
Add a helper to create the IEC958 channel status from an ALSA
snd_pcm_runtime structure, taking account of the sample rate and
sample size.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Reviwed-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/Makefile')
-rw-r--r-- | sound/core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/core/Makefile b/sound/core/Makefile index 591b49157b4d..2b925fcc95ea 100644 --- a/sound/core/Makefile +++ b/sound/core/Makefile @@ -14,6 +14,7 @@ snd-pcm-y := pcm.o pcm_native.o pcm_lib.o pcm_timer.o pcm_misc.o \ pcm_memory.o memalloc.o snd-pcm-$(CONFIG_SND_DMA_SGBUF) += sgbuf.o snd-pcm-$(CONFIG_SND_PCM_ELD) += pcm_drm_eld.o +snd-pcm-$(CONFIG_SND_PCM_IEC958) += pcm_iec958.o # for trace-points CFLAGS_pcm_lib.o := -I$(src) |