Merge branch 'for-linus' into for-next
authorTakashi Iwai <tiwai@suse.de>
Fri, 28 Nov 2014 17:30:19 +0000 (18:30 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 28 Nov 2014 17:30:19 +0000 (18:30 +0100)
The commit [7a2e9ddc: ALSA: usb-audio: Add native DSD support for
Denon/Marantz DACs] requires the new format definition that has
landed only in for-next branch.

1  2 
include/sound/pcm.h
sound/core/pcm.c
sound/pci/hda/patch_realtek.c
sound/usb/quirks.c

Simple merge
@@@ -216,12 -216,10 +216,14 @@@ static char *snd_pcm_format_names[] = 
        FORMAT(DSD_U8),
        FORMAT(DSD_U16_LE),
        FORMAT(DSD_U32_LE),
+       FORMAT(DSD_U16_BE),
+       FORMAT(DSD_U32_BE),
  };
  
 +/**
 + * snd_pcm_format_name - Return a name string for the given PCM format
 + * @format: PCM format
 + */
  const char *snd_pcm_format_name(snd_pcm_format_t format)
  {
        if ((__force unsigned int)format >= ARRAY_SIZE(snd_pcm_format_names))
Simple merge
Simple merge