Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33220ed0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: qdsp6v2: add support for AMR_WB_PLUS offload"

parents 961f9d13 a909cafb
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -428,6 +428,9 @@ struct snd_dec_pcm {
	__u8 ch_map[MAX_PCM_DECODE_CHANNELS];
	__u8 ch_map[MAX_PCM_DECODE_CHANNELS];
} __attribute__((packed, aligned(4)));
} __attribute__((packed, aligned(4)));


struct snd_dec_amrwb_plus {
	__u32 bit_stream_fmt;
};
union snd_codec_options {
union snd_codec_options {
	struct snd_enc_wma wma;
	struct snd_enc_wma wma;
	struct snd_enc_vorbis vorbis;
	struct snd_enc_vorbis vorbis;
@@ -441,6 +444,7 @@ union snd_codec_options {
	struct snd_dec_aptx aptx_dec;
	struct snd_dec_aptx aptx_dec;
	struct snd_dec_thd truehd;
	struct snd_dec_thd truehd;
	struct snd_dec_pcm pcm_dec;
	struct snd_dec_pcm pcm_dec;
	struct snd_dec_amrwb_plus amrwbplus;
};
};


/** struct snd_codec_desc - description of codec capabilities
/** struct snd_codec_desc - description of codec capabilities