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

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

Merge "kernel: sound: update codec options with block size"

parents ca65ecc5 377a05f9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -401,6 +401,13 @@ struct snd_dec_vorbis {
	__u32 bit_stream_fmt;
};

/** struct snd_dec_dsd - codec for DSD format
 * @blk_size - dsd channel block size
 */
struct snd_dec_dsd {
	__u32 blk_size;
};

struct snd_dec_amrwb_plus {
	__u32 bit_stream_fmt;
};
@@ -419,6 +426,7 @@ union snd_codec_options {
	struct snd_dec_aptx aptx_dec;
	struct snd_dec_vorbis vorbis_dec;
	struct snd_dec_amrwb_plus amrwbplus;
	struct snd_dec_dsd dsd_dec;
} __attribute__((packed, aligned(4)));

/** struct snd_codec_desc - description of codec capabilities