Merge "ASoC: Add mixer control to configure port specific channel map"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
4d046667df
@@ -5572,12 +5572,17 @@ struct asm_softvolume_params {
|
||||
/* Left side direct channel. */
|
||||
#define PCM_CHANNEL_LSD 33
|
||||
|
||||
/* Right side direct channel. */
|
||||
/* Right side direct channel. Update PCM_MAX_CHMAP_ID when
|
||||
* this list is extended.
|
||||
*/
|
||||
#define PCM_CHANNEL_RSD 34
|
||||
|
||||
/* Mark unused channel. */
|
||||
#define PCM_CHANNEL_UNUSED 47
|
||||
|
||||
/* Max valid channel map index */
|
||||
#define PCM_MAX_CHMAP_ID PCM_CHANNEL_RSD
|
||||
|
||||
#define PCM_FORMAT_MAX_NUM_CHANNEL 8
|
||||
#define PCM_FORMAT_MAX_CHANNELS_9 9
|
||||
|
||||
|
Reference in New Issue
Block a user