Blame mix/60-upmix.conf

Packit 675970
pcm.upmix {
Packit 675970
	@args [ SLAVE CHANNELS DELAY ]
Packit 675970
	@args.SLAVE {
Packit 675970
		type string
Packit 675970
		default "plug:hw"
Packit 675970
	}
Packit 675970
	@args.CHANNELS {
Packit 675970
		type integer
Packit 675970
		default 6
Packit 675970
	}
Packit 675970
	@args.DELAY {
Packit 675970
		type integer
Packit 675970
		default 0
Packit 675970
	}
Packit 675970
	type upmix
Packit 675970
	channels $CHANNELS
Packit 675970
	delay $DELAY
Packit 675970
	slave.pcm $SLAVE
Packit 675970
	hint {
Packit 675970
		show {
Packit 675970
			@func refer
Packit 675970
			name defaults.namehint.basic
Packit 675970
		}
Packit 675970
                description "Plugin for channel upmix (4,6,8)"
Packit 675970
	}
Packit 675970
}