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

Commit 4d1c216b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 70efa4be 18d99139
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -409,6 +409,13 @@ struct snd_dec_aptx {
	__u32 nap;
};

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

/** struct snd_dec_pcm - codec options for PCM format
 * @num_channels: Number of channels
 * @ch_map: Channel map for the above corresponding channels
@@ -435,6 +442,7 @@ union snd_codec_options {
	struct snd_dec_aptx aptx_dec;
	struct snd_dec_pcm pcm_dec;
	struct snd_dec_amrwb_plus amrwbplus;
	struct snd_dec_dsd dsd_dec;
};

/** struct snd_codec_desc - description of codec capabilities