Revert "usb: gadget: make snd_pcm_hardware const"
This reverts commit debfef9994
.
Required for clean picking of UAC opensource changes.
Change-Id: Ibea146b46a1d746e043cf7ef5839c58cf6caa74e
Signed-off-by: Ajay Agarwal <ajaya@codeaurora.org>
This commit is contained in:
parent
4b64164276
commit
bb1ca7e937
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ struct snd_uac_chip {
|
|||
unsigned int p_framesize;
|
||||
};
|
||||
|
||||
static const struct snd_pcm_hardware uac_pcm_hardware = {
|
||||
static struct snd_pcm_hardware uac_pcm_hardware = {
|
||||
.info = SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_BLOCK_TRANSFER
|
||||
| SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_MMAP_VALID
|
||||
| SNDRV_PCM_INFO_PAUSE | SNDRV_PCM_INFO_RESUME,
|
||||
|
|
Loading…
Add table
Reference in a new issue